Configure as Outputs
[cmdchars] = I
Description
The Configure as Outputs command verifies that the specified channels of the addressed FieldPoint module are outputs. You do not need to use this command before writing to module channels. This command does not change the direction of channels; it only verifies the direction.
Syntax
I[positions]
Note The command character is an uppercase I, not a lowercase L. |
[positions] | Zero to four ASCII-hex characters specify the channels. A "1" in any bit means that the corresponding channel is expected to be an output. A zero in any bit means that the corresponding channel is not to be verified. If [positions] contains one to three characters, the channels corresponding to missing bits are not verified. If [positions] is empty, the command supplies "FFFF" for the value. |
Success Response
A
Error Responses
E_INVALID_CMD | Undefined command. |
E_INV_LIMS_GOT | Specified limits invalid for the command. |
Refer to FieldPoint Responses for other possible error responses, error numbers, and error descriptions.
Example
>33I5[checksum][cr]
This command verifies that channels 0 and 2 on the FieldPoint module at address 51 (0x33) are outputs.