Command table (4 of 13) – Hypertherm HPR260 Manual Gas Preventive Maintenance Program Rev.5 User Manual
Page 254

APPENDIX B – CNC INTERFACE PROTOCOL
HPR260 Auto Gas
Instruction Manual
b-9
Command table (4 of 13)
ID
Command
System
Description
074
GET_IO_STATUS
Manual gas system
Auto gas system
Read the status of the I/O ports of the DSP. Refer to I/O
listing for description of each bit in Ports A-F.
Data:
None
Return value:
PA00000000 PB00000000 PC00000000 PD00000000
PE00000000 PF00000000
Ports A-F are returned space-delimited. The numbers are the
decimal representation of the binary value of the port. 1 = on,
0 = off.
Sample:
>0749B<
>074PA00000100 PB00000000 PC00010101
PD00100000 PE00010000 PF10000000B7<
078
SET_ALL_GAS_FLOWS
Auto gas system
Set all gas flow rates.
N2 mix setpoint and Gas 2 mix setpoint are only applicable
when using a mixed plasma gas such as H35 – N2.
Otherwise, these 2 values should be set to 0.
A value of 0 for N2 mix setpoint will cause the system to
close SV12, the solenoid valve for N2 mixing. A value of 0 for
Gas 2 Mix Setpoint will cause the system to close SV13 and
open SV14. This will cause the inlet gas to bypass motor
valve 2 and pass directly to the outlet of the mixing console.
Data:
Space-delimited:
Plasma cutflow (0 –99 psi),
Plasma preflow (0 – 99 psi),
Shield cutflow (0 – 99 psi),
Shield preflow (0 – 99 psi),
N2 mix setpoint (0 – 100 psi),
Gas2 mix setpoint (0 – 100 psi).
Return value:
1 = accepted, 0 = not accepted
Sample:
>07855 45 35 25 50 50AB<
>0781D0<
5