Command
#AASiBB(data)
Description
This command send the Value to the Digital output module in the specified channel and slot of the I-8000 system.
Syntax
#AASiBB(data)[CHK](cr)
# a delimiter character
AA address number of the I-8000 system. AA= 00 ~ FFh
Si slot number of the module. i = 0 ~ 3 or 0 ~ 7
BB If BB=00 that all channel will be set.
If BB = 1B that 'B' channel will be set.
The 'B' range from 0 to F.
(data) 2-characters or 4-characters HEX for digital output value.
For single channel output the data will be 2-characters. The first character is always 0. The second character is ether 0 or 1.0 => OFF,1 => ON.
For all channel output the data will be 2-characters HEX for less than or equal 8 bits, 4-characters for 16 bits and greater than 8 bits . The data bit is correspond to the output module channel.
[CHK] 2-characters of Checksum
(cr) Character Return(0x0D) for denote the end of command
Response
Valid Command >[chk](cr)
Invalid Command ?AA[CHK](cr)
Syntax error or communication error may get no response.
> delimiter for valid command
? delimiter for invalid command
AA 2-characters HEX module address
[CHK] 2 characters of Checksum
(cr) Character Return(0x0D) for denote the end of response
Note
If the any channel of digital output module (*1) is configure for the analog input alarms then this command is no effect to the specified channel . The channel is used for analog input alarms always can not configure again unless it is disconnect.
Refer to : Analog Input Alarm
(*1) For digital output modules not support analog input alarm are :
1. i-8041, i-87041, i-87042, i-8050
Example
Command #01S31101
Response >(cr)
Description The example is for single channel. The Digital output Module in slot 3 and channel 1(1h) of the I-8000 system at address 01h will be set to ON. This example just for output module channel number is less than or equal 8.

Command #01S300AA55(cr)
Response >(cr)
Description The example is for All channels. The Digital output Module in slot 3 and channels 0,2,4,6,(55h),9,11,13,15(AAh) of the I-8000 system at address 01h will be set to ON. The other channels 1,3,5,7,8,10,12,14 are set to OFF. This example just for output module channel number is greater than 8.

Command #01S30055(cr)
Response >(cr)
Description The example is for All channels. The Digital output Module in slot 3 and channels 0,2,4,6(55h) of the I-8000 system at address 01h will be set to ON. The other channels 1,3,5,7 are set to OFF. This example just for output module channel number is less than or equal 8.

Modules
I-8050, I-8051, I-87051, I-8052, I-87052, I-8053,
I-87053, I-8054, I-87054, I-8055, I-87055, I-8056,
I-8057, I-87057, I-8058, I-8060, I-8063, I-87063,
I-8064, I-87064, I-8065, I-87065, I-8066, I-87066,
I-8068, I-87068, I-8077



Back to Previous Page