Multichannel Systems Roboocyte2 Manual User Manual

Page 87

Advertising
background image

Recording with Roboocyte2 Control Software

83

Although you can use every text editor for reviewing, editing or writing a script, MCS recommends
to use the built-in script editor, because it can test scripts for syntax errors as well as for some but
not all logical errors. Click on the "Test Script" button will execute the script and will tell you
either that the script is "ok" or not.

If the "Test Script" function finds an error, it displays the wrong expression and jumps to the
respective line in the script. In the example above "ControlDisplay.SetVAxis(0, 30)" was used
instead of "ControlDisplay.SetXAxis(0, 30)". Please use the test function always after writing
or editing a script.

Another great advantage of using the built-in script editor is the "Code Completion List Box"
which is a great help in writing scripts. Whenever you start to type a command like Robo2.
this function opens a list box with all possible commands starting with Robo2.

Advertising