User Tools

Site Tools


mycnc:global_variables

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
mycnc:global_variables [2019/04/04 11:41] skirillovmycnc:global_variables [2019/07/15 09:58] ivan
Line 355: Line 355:
 ^  ^^^ ^  ^^^
 | GVAR_KNIFE_FLAG | 7587 | PLC/Software controlled variable. \\ Tool change PLC procedure writes "1" to the register \\ when Tool number changed to Tangential Knife Tool, \\ otherwise writes "0"  | | GVAR_KNIFE_FLAG | 7587 | PLC/Software controlled variable. \\ Tool change PLC procedure writes "1" to the register \\ when Tool number changed to Tangential Knife Tool, \\ otherwise writes "0"  |
- 
 ^ Cutchart variables ^^^ ^ Cutchart variables ^^^
 | GVAR_CUTPROCESS_ID | 7600 | | | GVAR_CUTPROCESS_ID | 7600 | |
Line 363: Line 362:
 | GVAR_CUTPROCESS_TIME_SOFT_OXY_START | 7604 | | | GVAR_CUTPROCESS_TIME_SOFT_OXY_START | 7604 | |
 | GVAR_CUTPROCESS_CUTSPEED | 7605 | | | GVAR_CUTPROCESS_CUTSPEED | 7605 | |
- ^^^+Oxy Fuel cutting, Automatic Gas Console ^^^
 | GVAR_CUTPROCESS_AGC_IGNITION_FUEL | 7610 | | | GVAR_CUTPROCESS_AGC_IGNITION_FUEL | 7610 | |
 | GVAR_CUTPROCESS_AGC_IGNITION_OXY_HEAT | 7611 | | | GVAR_CUTPROCESS_AGC_IGNITION_OXY_HEAT | 7611 | |
Line 375: Line 374:
 | GVAR_CUTPROCESS_AGC_PILOT_FUEL | 7619 | | | GVAR_CUTPROCESS_AGC_PILOT_FUEL | 7619 | |
 | GVAR_CUTPROCESS_AGC_PILOT_OXY_HEAT | 7620 | | | GVAR_CUTPROCESS_AGC_PILOT_OXY_HEAT | 7620 | |
 +^  ^^^
 | GVAR_CUTPROCESS_GAS_SELECT1 | 7621 | | | GVAR_CUTPROCESS_GAS_SELECT1 | 7621 | |
 | GVAR_CUTPROCESS_GAS_SELECT2 | 7622 | | | GVAR_CUTPROCESS_GAS_SELECT2 | 7622 | |
 +^ Plasma Cutting, Torch consumables ^^^
 | GVAR_CUTPROCESS_SHIELD_RETAINING_CAP | 7630 | | | GVAR_CUTPROCESS_SHIELD_RETAINING_CAP | 7630 | |
 | GVAR_CUTPROCESS_SHIELD | 7631 | | | GVAR_CUTPROCESS_SHIELD | 7631 | |
Line 384: Line 385:
 | GVAR_CUTPROCESS_ELECTRODE | 7635 | | | GVAR_CUTPROCESS_ELECTRODE | 7635 | |
 | GVAR_CUTPROCESS_WATER_TUBE | 7636 | | | GVAR_CUTPROCESS_WATER_TUBE | 7636 | |
 +^ Plasma Cutting, Height control settings ^^^
 | GVAR_CUTPROCESS_HC_PIERCE_DELAY | 7640 | | | GVAR_CUTPROCESS_HC_PIERCE_DELAY | 7640 | |
 | GVAR_CUTPROCESS_HC_IGNITION_HEIGHT | 7641 | | | GVAR_CUTPROCESS_HC_IGNITION_HEIGHT | 7641 | |
Line 393: Line 395:
 | GVAR_CUTPROCESS_CREEP_TIME | 7650 | | | GVAR_CUTPROCESS_CREEP_TIME | 7650 | |
 | GVAR_CUTPROCESS_CREEP_SPEED | 7651 | | | GVAR_CUTPROCESS_CREEP_SPEED | 7651 | |
 +^  ^^^
 | GVAR_CUTPROCESS_MIX_GAS1 | 7652 | | | GVAR_CUTPROCESS_MIX_GAS1 | 7652 | |
 | GVAR_CUTPROCESS_MIX_GAS2 | 7653 | | | GVAR_CUTPROCESS_MIX_GAS2 | 7653 | |
-^ Plasma Automatic Gas Console ^^^+^ Plasma Cutting, Automatic Gas Console ^^^
 | GVAR_CUTPROCESS_AGC_PLASMA_PREFLOW | 7660 | | | GVAR_CUTPROCESS_AGC_PLASMA_PREFLOW | 7660 | |
 | GVAR_CUTPROCESS_AGC_SHIELD_PREFLOW | 7661 | | | GVAR_CUTPROCESS_AGC_SHIELD_PREFLOW | 7661 | |
 | GVAR_CUTPROCESS_AGC_PLASMA_CUTEFLOW | 7662 | | | GVAR_CUTPROCESS_AGC_PLASMA_CUTEFLOW | 7662 | |
 | GVAR_CUTPROCESS_AGC_SHIELD_CUTEFLOW | 7663 | | | GVAR_CUTPROCESS_AGC_SHIELD_CUTEFLOW | 7663 | |
-^ Plasma Manual Gas Console ^^^+^ Plasma Cutting, Manual Gas Console ^^^
 | GVAR_CUTPROCESS_MGC_PLASMA_PREFLOW | 7670 | | | GVAR_CUTPROCESS_MGC_PLASMA_PREFLOW | 7670 | |
 | GVAR_CUTPROCESS_MGC_SHIELD_PREFLOW | 7671 | | | GVAR_CUTPROCESS_MGC_SHIELD_PREFLOW | 7671 | |
 | GVAR_CUTPROCESS_MGC_PLASMA_CUTEFLOW | 7672 | | | GVAR_CUTPROCESS_MGC_PLASMA_CUTEFLOW | 7672 | |
 | GVAR_CUTPROCESS_MGC_SHIELD_CUTEFLOW | 7673 | | | GVAR_CUTPROCESS_MGC_SHIELD_CUTEFLOW | 7673 | |
 +^ Plasma Cutting ^^^
 | GVAR_CUTPROCESS_SET_PROCESS_CURRENT | 7675 | | | GVAR_CUTPROCESS_SET_PROCESS_CURRENT | 7675 | |
 | GVAR_CUTPROCESS_SET_ARC_CURRENT | 7676 | | | GVAR_CUTPROCESS_SET_ARC_CURRENT | 7676 | |
Line 416: Line 420:
 | GVAR_CUTPROCESS_TECHNOLOGY | 7686 | | | GVAR_CUTPROCESS_TECHNOLOGY | 7686 | |
 | GVAR_CUTPROCESS_REVISION | 7687 | | | GVAR_CUTPROCESS_REVISION | 7687 | |
 +^ Timers ^^^
 +| GVAR_TIMER0_ENABLED | 8100 | Writing "0" to this register will disable Timer0, \\ writing "1" will enable Timer0 |
 +| GVAR_TIMER0_PORT | 8101 | Writing to this register will change Output pin connected to Timer0. Writing value is the Output Pin# |
 +| GVAR_TIMER0_PULSE | 8102 | A value written to this register is Timer 0 Pulse width in milliseconds |
 +| GVAR_TIMER0_PAUSE | 8103 | A value written to this register is Timer 0 Pause in milliseconds |
 +| GVAR_TIMER1_ENABLED | 8104 | Writing "0" to this register will disable Timer1, \\ writing "1" will enable Timer1 |
 +| GVAR_TIMER1_PORT | 8105 | Writing to this register will change Output pin connected to Timer1. Writing value is the Output Pin# |
 +| GVAR_TIMER1_PULSE | 8106 | A value written to this register is Timer 1 Pulse width in milliseconds |
 +| GVAR_TIMER1_PAUSE | 8107 | A value written to this register is Timer 1 Pause in milliseconds |
 +| GVAR_TIMER2_ENABLED | 8108 | Writing "0" to this register will disable Timer2, \\ writing "1" will enable Timer2 |
 +| GVAR_TIMER2_PORT | 8109 | Writing to this register will change Output pin connected to Timer2. Writing value is the Output Pin# |
 +| GVAR_TIMER2_PULSE | 8110 | A value written to this register is Timer 2 Pulse width in milliseconds |
 +| GVAR_TIMER2_PAUSE | 8111 | A value written to this register is Timer 2 Pause in milliseconds |
 +| GVAR_TIMER3_ENABLED | 8112 | Writing "0" to this register will disable Timer3, \\ writing "1" will enable Timer3 |
 +| GVAR_TIMER3_PORT | 8113 | Writing to this register will change Output pin connected to Timer3. Writing value is the Output Pin# |
 +| GVAR_TIMER3_PULSE | 8114 | A value written to this register is Timer 3 Pulse width in milliseconds |
 +| GVAR_TIMER3_PAUSE | 8115 | A value written to this register is Timer 3 Pause in milliseconds |
 ^ Encoders ^^^ ^ Encoders ^^^
 | GVAR_ET5_ENCODER | 9000  | (+16) Registers represent Encoder values. Writing to this registers does not affect anything. Selected channel Current Encoder value will be returned when reading these registers. \\ Reading these registers from the controller Hardware PLC will return actual Encoder value. \\ Encoder values in the software are updated about every 128ms. This delay should be counted when using Encoder values from the Software PLC. \\ 9000 - Encoder #0 value \\ 9001 - Encoder #1 value \\ 9002 - Encoder #2 value \\ 9003 - Encoder #3 value \\ 9004 - Encoder #4 value \\ 9005 - Encoder #5 value \\ 9006 - Encoder #6 value \\ 9007 - Encoder #7 value | | GVAR_ET5_ENCODER | 9000  | (+16) Registers represent Encoder values. Writing to this registers does not affect anything. Selected channel Current Encoder value will be returned when reading these registers. \\ Reading these registers from the controller Hardware PLC will return actual Encoder value. \\ Encoder values in the software are updated about every 128ms. This delay should be counted when using Encoder values from the Software PLC. \\ 9000 - Encoder #0 value \\ 9001 - Encoder #1 value \\ 9002 - Encoder #2 value \\ 9003 - Encoder #3 value \\ 9004 - Encoder #4 value \\ 9005 - Encoder #5 value \\ 9006 - Encoder #6 value \\ 9007 - Encoder #7 value |
mycnc/global_variables.txt · Last modified: 2024/03/20 12:01 by ivan

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki