NXC-VAI4 Input Level Assignments
NXC-VAI4 Input Level Assignments
Level Description
18 bit field, returns the current output voltage code for Output 1 (range= 0 to 255).
28 bit field, returns the current output voltage code for Output 2 (range= 0 to 255).
38 bit field, returns the current output voltage code for Output 3 (range= 0 to 255).
48 bit field, returns the current output voltage code for Output 4 (range= 0 to 255).
58/16 bit field, returns the current input voltage for Input 1 (range= 0 to 255 or
68/16 bit field, returns the current input voltage for Input 2 (range= 0 to 255 or
78/16 bit field, returns the current input voltage for Input 3 (range= 0 to 255 or
88/16 bit field, returns the current input voltage for Input 4 (range= 0 to 255 or
Programming Information
These NetLinx Send_Commands control the
NXC-VAI4 Send_Commands
Command | Description |
|
|
AD MODE | Sets the format for data reporting to either 8 or 10 significant bits (16 bit format with 10 significant bits). |
| Even though the output is specified in the command, the format change really applies to the |
| corresponding input. Input level changes and commanded positions are in this format. The reporting of |
| the output levels is unaffected. The default format is 8 bits. |
| Syntax: |
| SEND_COMMAND <DEV>,'AD MODE <OUTPUT> 810' |
| Variable: |
| OUTPUT: Any Output ('1', '2, '3', 4') |
| Examples: |
| SEND_COMMAND <DEV>,'AD MODE 2 8' |
| Sets the reporting format for Input 2 to 8 bits. |
| SEND_COMMAND <DEV>,'AD MODE 1 10' |
| Sets the input reporting format for Input 1 to 10 significant bits (0 - 65535) |
|
|
DEFAULT | Sets all card settings (except for calibration) back to original factory settings. |
| Syntax: |
| SEND_COMMAND <DEV>,'DEFAULT' |
DEFAULT ALL | Sets all card settings back to original factory settings. |
| Syntax: |
| SEND_COMMAND <DEV>,'DEFAULT ALL' |
GAS | Sets the slowdown distance and slowdown speed. When these variables have been set, and a GL |
| command is in progress, the speed output on Output <x> will be reduced to that specified when the |
| position as read on Output <x+4> is within the distance specified away from the target position. |
| Syntax: |
| SEND_COMMAND <DEV>,'G<OUTPUT>A<DISTANCE>S<SPEED>' |
| Variables: |
| OUTPUT: Any Output '1', '2', '3', or '4' |
| DISTANCE: |
| SPEED: |
| Example: |
| SEND_COMMAND <DEV>,'G1A127S127' |
| Sets Output 1 slowdown distance to 127 (max) at full speed. |
|
|
NetLinx Cardframe, Control Cards, and NetModules - Operation Reference Guide | 29 |
|
|