Datasheet
2.Set Output Relay ON/OFF: (ABh) (S) (R)
This sets output voltage to given value
S 1: Set Relay to ON
0: Set Relay to OFF
R Reserved (Keep it to 0h)
Example: To set output relay ON command will be AB0100H
3.Set Imax:
(ACh) (I1) (I2)
This sets Imax to given value
I1 Higher byte (Only lower 4 bit will be considered)
I2 Lower byte
Imax can be in the range of 0-500 i.e. 0 –1F4h
Example: To set Imax to 5.00 Amp the command will be AC01F4H.
4.Set Vmax:
(ADh) (V1) (0)
This sets Vmax to given value
V1 Ranges from 0 to 190h representing 0 to 40.0V
Example: To set Vmax to 40.0V the command will be AD0190H.
5.Read Output voltage:
(AEh) (0) (0)
This Command asks Power supply to return the present value of output voltage.
Return: (AEh) (V1)(V2)
V1 Higher byte (Lower 4 bit represents higher nibble of 12 bit output voltage)
V2 Lower byte (Lower 8 bits of 12 bit output voltage)
Example: To read Output Voltage Send the command AE0000H.
Unit will return as AE0FA0H for output voltage of 40.00V i.e. FA0H.
6.Read Output Current:
(AFh) (0) (0)
This Command asks Power supply to return the present output current.
Return: (AFh) (I1)(I2)
I1 Higher byte (Lower 4 bit represents higher nibble of 12 bit output Current)
I2 Lower byte (Lower 8 bits of 12 bit output Current)
Example: To read Output Current Send the command AF0000H.
Unit will return AS AF0FFFH for output Current of 5.000Amps i.e. FFFH.
7.Set Keybord ON/OFF:
(B0h) (S) (R)
This command sets Power Supply’s Keyboard Lock ON/OFF
S 1: Set Keyboard’s lock ON
0: Set Keyboard’s lock OFF
R Reserved (Keep it to 0h)
Example: To set Keyboard Lock - ON send the command to B00100