Programming
Xmodem Timing Commands
The following table lists the
Xmodem Timing Commands
Command | Description |
|
|
'TIMEOUT XX' | Xmodem timeouts via the Program Port. (Default is 10 sec.) |
|
|
SEND_COMMAND | Over AXlink, where XX is from one to 50 seconds in |
SERIAL, 'XMTO XX' |
|
|
|
'RETRY XX' | Xmodem retries via the Program Port. (Default is 5.) |
|
|
SEND_COMMAND | Over AXlink where XX is from one to 10 in increments of one. |
SERIAL, 'XMRT XX' |
|
|
|
AXlink Master Statements
The following table lists the AXlink Master statements for the
AXlink Master Statements
Statement | Function |
|
|
MIN_TO | Activates a channel or variable for a minimum amount of |
| sponding |
| SET_PULSE_TIME. |
|
|
ON[AXC_232, | Executes PUSH[0,channel] within |
channel] |
|
|
|
OFF[AXC_232, | Executes RELEASE[0,channel] within |
channel] |
|
|
|
PULSE | Turns on a channel or variable for a certain amount of time. Once the time |
| elapses, the channel or variable is turned off. The Pulse time remains the same |
| value until it is changed within the program. |
| Example: |
| SET_PULSE_TIME(12) |
| Sets the current duration of future Pulses to 1.2 seconds. |
|
|
SEND_COMMAND | |
AXC_232,command |
|
|
|
SEND_LEVEL | Places the variable into the CREATE_LEVEL variable, if it were defined in the |
AXC_232,level, | |
variable |
|
|
|
SEND_STRING | Places the string into the CREATE_BUFFER buffer, if you defined the buffer in |
AXC_232,string | the |
| mits the string out the |
|
|
TO | Activates a channel or variable for as long as the corresponding |
| |
| referenced by the Push statement changes from off to on, the TO starts activat- |
| ing the |
| |
| |
| a Push statement. |
|
|
| 14 |
|
|
|
|