C300 Transmission protocol for C300 firmware 5.x.x
C300B transmission protocol 2017-06-12.doc
19/22
Function
Set ramp process configuration
Command
RAMPCONFIG_<MODE>,<MAX>,<T1>,<T2>,<T3>[CR][LF]
Description
Setup modes and times for ramp process for Relay's Quick and Trigger level functions
(according to
Calpro300 TS user manual
– chapter 3.2 and chapter 3.4).
Parameter(s)
<MODE> = 0
Simple ramp method for Quick function
<MODE> = 1
Pulse ramp method for Quick function
<MODE> = 2
Top ramp method for Quick function
<MODE> = 3
Dynamic ramp method (approximation) for Trigger level function
<MODE> = 4
Static ramp method for Trigger level function
<MODE> = 5
Pulse ramp method for Trigger level function
<MODE> = 6
Top ramp method for Trigger level function
<MAX> = 20…2^32
max test time in [ms] for <MODE> = 4, 5, 6 (natural number)
<MAX> = 1…2^18
number of steps for <MODE> = 3 (natural number)
<MAX> = 0
for <MODE> = 0, 1, 2 (natural number)
<T1> = 20…2^32
pulse time [ms] for <MODE> = 0, 1, 2, 4, 5, 6 (natural number)
<T1> = 0
for <MODE> = 3 (natural number)
<T2> = 20…2^32
reset time [ms] for <MODE> = 1, 2, 3, 5, 6 (natural number)
<T2> = 0
for <MODE> = 0, 4 (natural number)
<T3> = 20…2^32
top time [ms] for <MODE> = 2, 6 (natural number)
<T3> = 0
for <MODE> = 0, 1, 3, 4, 5 (natural number)
Example(s)
RAMPCONFIG_0,0,200,0,0[CR][LF]
(Simple ramp mode for Quick function with time T1 = 200ms)
Example answer
OK[CR][LF]
Function
Set begin process frequency
Command
BEGFRQ_<FU1>,<FU2>,<FU3>,<FI1>,<FI2>,<FI3>[CR][LF]
Description
Command setup begin frequencies of ramp process.
!!!All parameters has to be the same (FUx=FIx)
Parameter(s)
<FU1>,<FU2>,<FU3> voltage frequency (real number)
<FI1>,<FI2>,<FI3> current frequency (real number)
Example(s)
BEGFRQ_50.0,50.0,50.0,50.0,50.0,50.0[CR][LF]
(set begin frequency to 50Hz)
Example answer
OK[CR][LF]
Function
Set max amplitudes
Command
MAXAMP_<U1>,<U2>,<U3>,<I1>,<I2>,<I3>[CR][LF]
Description
Command setup max amplitudes of voltage and current for ramp process. That values can
not be exceeded in ramp process
Parameter(s)
<Ux>
voltage maximal amplitude settings in channel U1, U2 and U3 (real number)
<Ix>
current maximal amplitude settings in channel U1, U2 and U3 (real number)
Example(s)
MAXAMP_250,250,250,20,20,20[CR][LF]
(maximal setting values for voltage are 250V and for current are 20A)
Example answer
OK[CR][LF]
Function
Set top amplitudes
Command
TOPAMP_<U1>,<U2>,<U3>,<I1>,<I2>,<I3>[CR][LF]
Description
Command setup top amplitude of Top ramp process.
Parameter(s)
<Ux>
voltage top amplitude settings in channel U1, U2 and U3 (real number)
<Ix>
current top amplitude settings in channel U1, U2 and U3 (real number)
Example(s)
TOPAMP_400,400,400,5,5,5[CR][LF]
(top amplitude of voltages are 400V, and for current are 5A)
TOPAMP_0,0,0,0,0,0[CR][LF]
(top values are not used
– not the Top method in RAMPCONFIG_ command)
Example answer
OK[CR][LF]
Function
Set step amplitude
Command
STEPAMP_<U1>,<U2>,<U3>,<I1>,<I2>,<I3>[CR][LF]
Description
Command setup step amplitude of ramp process.
If value of step equals to 0 then has no steps
Parameter(s)
<Ux>>
voltage step settings in channel U1, U2 and U3 (real number)
<Ix>
current step settings in channel I1, I2 and I3 (real number)
Example(s)
STEPAMP_0.5,0.2,0.0,0.0,0.02,0.01[CR][LF]
(set step U1=0.5V, U2=0.2V, I2=0.02A and I3=0.01A. No steps in channels U3 and I1)
Example answer
OK[CR][LF]