Load Edge Series
94 Remote Control
8.9 ActiveX controller function references
・ Please do NOT use any command other than listed below. Because some
commands are KG internal use purpose only. Usage of such command would
change the specifications of this product so that this product could not meet the
specifications thereof.
Commands that can be used by a user.
(Usage of any other command would change the specifications of this product. )
Cmdsend(str As string) As long
CmdRcv(string) As long
LoadSet(mode As Integer,val As Double) As long
Measure(mode As Integer,val) long
MeasureSample(times As Integer) As long
LoadON,
LoadOFF
ResetAlm
Version
・CmdSend(str As string) As long
The same contents of the commands can be executed.
Ex. CmdSend “CC10” ‘Set CC mode 10A
・CmdRcv(string) As long
received the readback value
Ex. CmdRcv ret ‘ret = readbakc value
・LoadSet(mode As Integer,val As Double) As long
Load setting command corresponding an integer value can be used.
0:CC mode, 1:CR mode, 2:CV mode,
3:CP mode, 4:Ext. control mode, 5:Short mode
Ex. LoadSet 0,10 ‘Set CC mode 10A
・Measure(mode As Integer,val) long
Meas command corresponding an integer value can be used.
0:Current meas. AUTO range, 1: Current meas. High range, 2: Current meas. Low range
3:Voltagemeas. AUTO range(RippleConverter), 4: Voltagemeas. High
range(RippleConverter),
5: Voltagemeas. Low range(RippleConverter), 6:Load terminal volt meas.,
7:Power meas.(RippleConverter),8:power meas.,
*RippleConverter is a factory option.
Ex. Measure 0,ret ‘ ret = readback value of current
meas.