The X1366P-AGC profile for the myCNC software is presented below:
The Automatic Gas Console panel allows to set the preflow and cutflow gas pressures, as well as run the testing procedures on both of those states. The testing software PLCs are available:
main() { a=gvarget(7473); if (a==0) { gvarset(7473, 1); } else {gvarset(7473, 0); }; exit(99); };
main() { a=gvarget(7472); if (a==0) { gvarset(7472, 1); } else {gvarset(7472, 0); }; exit(99); };
999999
to the following global variable registers will initiate a request to the console to obtain the appropriate information which will then be written to the same registers (in the case of Firmware, the information will be recorded as an SVariable rather than a GVariable): Name | Global variable | Comment |
---|---|---|
GVAR_HT_GAS_MIXING_SETPOINT | 7467 | Mixing setpoint |
GVAR_HT_SYSTEM_ERROR | 7468 | System error code |
GVAR_HT_SYSTEM_STATUS | 7469 | System status code |
GVAR_HT_FIRMWARE_VERSION | 7471 | Firmware version (as a string variable) |
GVAR_HT_TEST_CUTFLOW_GASES | 7472 | Cutflow testing on/off |
GVAR_HT_TEST_PREFLOW_GASES | 7473 | Preflow testing on/off |
7660 | Plasma preflow pressure |
7661 | Shield preflow pressure |
7662 | Plasma cutflow pressure |
7663 | Shield cutflow pressure |