Programming
AXC-232++ statements
The Axcess program of the
AXC-232++ Program Statements
Statement | Function |
|
|
CREATE_BUFFER | Places strings that come from the |
0,buffer | CREATE_BUFFER 0 exists, the incoming strings from the |
| out the RS232 port. |
|
|
CREATE_BUFFER | Places strings that come from the |
1,buffer | CREATE_BUFFER 1, exists, the incoming strings are sent to the |
|
|
CREATE_BUFFER | Places commands (i.e. SEND_COMMANDs) that come from the AXlink Master |
2,buffer | into the buffer. Each command will be preceded by 2 characters: The first char- |
| acter will always be an '*', the second character is the length of the command, |
| the remaining n characters (as given in the second character) are the |
| command itself). |
|
|
CREATE_LEVEL | Places levels sent by the |
0,level,variable |
|
|
|
OFF[0,channel] | • Sends a RELEASE to the |
| • Sends message that channel is off. |
|
|
OFF[1,channel] | Turns off a channel. This command has no external effect. It can be used as |
| status. |
|
|
ON[0,channel] | • Sends a PUSH to the |
| • Sends a message that channel is on. |
|
|
ON[1,channel] | Turns on channel. This command has no external effect. It can be used as sta- |
| tus. |
|
|
SEND_COMMAND | Sends command to the |
0,command |
|
|
|
SEND_COMMAND | Sends command to the |
1,command |
|
|
|
SEND_COMMAND | Sets the baud rate to 115.2k (DIP switch set to 300). |
AXC_232, |
|
'BAUDHIGH' |
|
|
|
SEND_COMMAND | Sets the baud rate to 300 (DIP switch set to 300). |
AXC_232, 'BAUDLOW' |
|
|
|
SEND_COMMAND | Enables placement of characters in the buffer specified by |
AXC_232, 'CB1ON' | CREATE_BUFFER 1. |
|
|
SEND_COMMAND | Disables placement of characters in the buffer specified by |
AXC_232, 'CB1OFF' | CREATE_BUFFER 1. |
|
|
SEND_LEVEL | Sends variable as the value for level.. |
0,level,variable |
|
|
|
SEND_STRING | Sends string to the |
0,string |
|
|
|
SEND_STRING | Sends string out the |
1,string |
|
|
|
13 |
| |
|
|
|