Owner's manual

Section 5. Developing an Application Using the CsiCoraScript Control
Check the box next to the CsiCoraScript 1.0 Type Library, click Apply, and
then close the window. Now an icon for the CsiCoraScript control and other
common controls will appear in the toolbox.
5.2.2 CsiCoraScript Control Application Example
You are now ready to begin creating an application that executes CoraScript
commands with the LoggerNet server. An example of a user interface that
accomplishes this task is shown in Figure 5-1. This interface includes the
CsiCoraScript control and other objects on the form to create a functional
application.
FIGURE 5-1. CsiCoraScript Example
Now that the interface has been designed, the code can be organized to
accomplish the requirements of the application. Initially, the application must
connect to the LoggerNet server using the serverConnect() method. A basic
example of code used to accomplish this task is shown in the table that follows:
5-2