This menu is for actions which read, write and print files.
This entry is reserved for creating a new (empty) tcl script window. The current tcl script is replaced with an empty one, with no filename assigned.
This menu entry is capable of reading the following files:
The new script is compiled. Sensor, Control, Signal and Variable windows all change to match the new script.
The .tcp file may be a regular tcp file produced when exiting tcc, or may be produced by Save As. These files are considered suitable for short term storage. This is a binary format that can change as tcc evolves. This change is a function of the Java libraries used and is unavoidable.
This type of CTC file is written in plain text and can be produced in any text editor. The file format will only evolve in a backwards compatible manner.
Save the contents of the frontmost script window (.tcl or .qtu). Not currently implemented for tcl scripts.
This can export the following file data:
Setup page attributes ready for printing.
Prints the contents of the foremost window.
This can print the following data:
Exits the tcc program. The following data is automatically preserved in the <&OB>script>.tcp file:
The following data is preserved in the tcc.tcp file:
The following files are also produced:
This allows you to define which modules are attached to each serial port, and which pins are used or spare. You can also control baud rate.
This allows you to filter the input lines received from input modules so that short glitches do not cause the script to take erroneous actions.
This configures the debugging of the script. You can select the level of logging output sent to the Log window.
Start all serial interfaces. All interfaces defined in the Network Configuration window are started. Inputs are read and outputs despatched. Until the network has been started the script cannot control the hardware.
Stop communicating on all serial interfaces. When the network is stopped no further inputs are read from the hardware, nor outputs sent. The script can still read the last value the inputs had taken, and you can control the inputs manually using the Sensors window.
Single step the TCL script. This means that each WHEN statement gets a
chance to run just once. All the tests are evaluated once and those statements
that are then eligible to be executed are executed.
The Reset menu
Return to the state just after the script was loaded and compiled.
Reset all variables and outputs to zero. Return the CTC panels back to their
startup state.
Does not stop the network interfaces.
The Run menu
Start running the TCL script.