Main Code Window

Top  Previous  Next

When you create a new Commando Message Processor profile, the "Default Commando Script" project is automatically created for you.  This project doesn't actually DO anything but display some message boxes to demonstrate some of the features and objects available to you.

 

CSMainWindow

The Main Code Window

 

In the main code window you can see:

 

The entire project code.
The project item list (on the left)
The Toolbar
The menu

 

hmtoggle_arrow1The Commando Script Project Properties

To access the Project Properties click the  button on the toolbar. PropertiesBtn1

 

Properties Window

The Project Properties Window

 

In the Project Properties window you can set various values that define your Commando Script project.  Follow the following guidelines when creating Commando Script projects.

 

1.The Execute Method must be INTERACTIVE.  Setting the Execute Method to IMMEDIATE will cause the script to just execute 1 time when the processor loads and then the processor will stop.
2.Every Project must have a Project Name.
3.DO NOT check the 'Password' box and enter a Password.
4.For safety, you SHOULD check the 'Option Explicit' checkbox.  This will force you to declare ALL variables when writing your code.