OperationManual

24
Gain Blue: ‘I5A’
Function Sets the blue gain to on/off and specifies the gain value if it is on.
Command
‘!’ ‘1’ SP ‘I5A’ SP ‘1’ SP ‘1’ SP ‘1.0’ CR
‘?’ ‘1’ SP ‘I5A’ SP ‘1’ CR
Parameter
Parameter 1 Specifies the channel number.
‘1’, ‘2’, ‘3’, ‘4’ : Channel number 1, 2, 3, 4
‘0’ : All channels (Not available in a query command.)
Parameter 2 Set the blue gain to On/Off.
‘1’ : On
‘0’ : Off
Parameter 3 Specifies the gain value if the Parameter 2 is On.
Gain value range: 0 to 7.99987793
Calculating formula:
Setting range as integer: 0 to 65535
13 bits shift (2^13 = 8192)
The range: 0/8192 to 65535/8192
Tally
Normal ‘@’ ‘1’ SP ‘0’ CR
Abnormal ‘@’ ‘1’ SP ‘Axx’ CR
Query ‘@’ ‘1’ SP ‘0’ SP ‘1’ SP ‘1.00000000’ CR
Communication
example
[1] Normal communication
To set the blue gain to On and set the gain value to ‘1.0’ on the unit ID ‘1’, channel number ‘1’.
‘!’ ‘1’ SP ‘I5A’ SP ‘1’ SP ‘1’ SP ‘1.0’ CR
‘@’ ‘1’ SP ‘0’ CR
To set the blue gain to On and set the gain value to ‘1.0’ on the unit ID ‘1’ all the channels.
‘!’ ‘1’ SP ‘I5A’ SP ‘0’ SP ‘1’ SP ‘1.0’ CR
‘@’ ‘1’ SP ‘0’ CR
[2] Error communication
To set the blue gain to On and set the gain value to ‘1.0’ on the unit ID ‘1’, channel number ‘1’.
(Refer to the Error code section about ‘Axx’.)
‘!’ ‘1’ SP ‘I5A’ SP ‘1’ SP ‘1’ SP ‘1.0’ CR
‘@’ ‘1’ SP ‘Axx’ CR
[3] Query communication
Query the blue gain setting information of the unit ID ‘1’, channel number ‘1’.
‘?’ ‘1’ SP ‘I5A’ SP ‘1’ CR
‘@’ ‘1’ SP ‘0’ SP ‘1’ SP ‘1’ SP ‘1.0’ CR