a3369b.pdf - 第108页

Communication Interfaces VTK - TR -BA- 171e - 1 - User Manua l MDS 3080 -V 99 44 TRIGGE R:SET:? Descript ion: The puls e para meter set current ly pr esent in t he RAM is display ed in t he followin g order : Risin g, O …

100%1 / 195
Communication Interfaces
98
VTK-TR-BA-171e-1 - User Manual MDS 3080-V
41 SYSTEM:AUXILIARYMODE:ON
Description:
This command activates the auxiliary mode.
In auxiliary mode, the valve is disconnected. All other functionalities of the
MDC can be used and tested.
To turn the auxiliary mode OFF, use service code 1000 (see paragraph 4.5.6
,
page 33) or re-start the MDC with the command MDC:RESTART.
Example:
Input:
SYSTEM:AUXILIARYMODE:ON
Result:
The auxiliary mode is activated.
Return:
OK
42 TEMP:? TEMP = temperature
Description:
Ignore this command since it is inapplicable to this system.
43 TEMP:<Set point in °C> (TEMP = temperature)
Description:
Ignore this command since it is inapplicable to this system.
Communication Interfaces
VTK-TR-BA-171e-1 - User Manual MDS 3080-V
99
44 TRIGGER:SET:?
Description:
The pulse parameter set currently present in the RAM is displayed in the
following order:
Rising, Open Time, Falling, Needle Lift, Number of Pulses, Delay.
Parameters relating to time are indicated in 1/10 ms. If the valve is currently
operated in external mode, the value for “Open Time” is “EXTERNAL”. In
infinite mode, the number of pulses is always “0”.
This command cannot show Falling or Rising values with two decimal
places. In those cases the relevant value is rounded to one decimal place.
E.g. 0.66 ms is rounded to 0.7 ms (i.e. in the answer the value is given as 7).
Example:
Input:
TRIGGER:SET:?
Result:
Information is given about the current cycle parameters.
Rising: 10 1.0 ms (ms = Millisecond)
Open Time: 10 1.0 ms
Falling: 15 1.5 ms
Needle Lift: 90 %
Number of Pulses: 20
Delay: 8 0.8 ms
Return:
10,10,15,90,20,8
45 TRIGGER:SET:<RI>,<OT>,<FA>,<NL>,<NP>,<DL>
Description:
This command is used to modify cycle parameters.
Parameters relating to time have to be specified in 1/10 ms. Values lower
than “1” are not admissible. The minimum Falling and Rising values depend
on the Needle Lift (see paragraph 7.4, page 61).
Specified values must be integer and positive. To choose the external
mode, enter “EXTERNAL” for “Open Time”, instead of a numerical value.
You have to include all six setup parameters.
The start of a dispensing cycle with the selected parameter configuration is
initiated by the command “VALVE:OPEN”.
Information:
With this command, the information is only held in the RAM and therefore
gets lost, once the system is switched OFF. If that is a problem, use the next
command instead. (The difference in the command line is the “1” at the
end.)
Example:
Input:
TRIGGER:SET:10,10,15,90,20,8
Result:
This assigns the following values to the parameters:
Rising: 10 1.0 ms (ms = Millisecond)
Open Time: 10 1.0 ms
Falling: 15 1.5 ms
Needle Lift: 90 %
Number of Pulses: 20
Delay: 8 0.8 ms
Return:
OK
Communication Interfaces
100
VTK-TR-BA-171e-1 - User Manual MDS 3080-V
46 TRIGGER:SET:<RI>,<OT>,<FA>,<NL>,<NP>,<DL>,1
Description:
This command is used to modify cycle parameters and to save them in the
EEPROM in the control unit (reaction time: 200 ms). The entered set thus
remains available for future use. (That marks the difference to the
command before this one. It is shown in the command line with the “1” at
the end.)
A trigger signal is not launched, but can be initiated by means of the
command “VALVE:OPEN”, so that a dispensing cycle with this parameter set
immediately starts.
Parameters relating to time have to be specified in 1/10 ms. Values lower
than “1” are not admissible. The minimum Falling and Rising values depend
on the Needle Lift (see paragraph 7.4, page 61).
Specified values must be integer and positive. To choose the external
mode, enter “EXTERNAL” for “Open Time”, instead of a numerical value.
Example:
Input:
TRIGGER:SET:10,10,15,90,20,8,1
Result:
The following values are assigned to the parameters:
Rising: 10 1.0 ms (ms = Millisecond)
Open Time: 10 1.0 ms
Falling: 15 1.5 ms
Needle Lift: 90 %
Number of Pulses: 20
Delay: 8 0.8 ms
Return:
OK
47 TRIGGER:ASET:?
Description:
This command gives the values for the pulse parameters currently saved in
the RAM. The correct order of the values is:
Rising, Open Time, Falling, Needle Lift, Number of Pulses, Delay.
Parameters relating to time are indicated in 1/10 ms, except for “Falling”
and “Rising” which are given in 1/100 ms. If the valve is currently operated
in external mode, the value for “Open Time“ is “EXTERNAL“. In infinite
mode, the number of pulses is always “0”.
Example:
Input:
TRIGGER:ASET:?
Result:
Information is given about the current cycle parameters.
Rising: 55 0.55 ms (ms = milliseconds)
Open Time: 10 1.0 ms
Falling: 8 0.08 ms
Needle Lift: 80 80 %
Number of Pulses: 20
Delay: 8 0.8 ms
Return:
55,10,8,80,20,8