Вы находитесь на странице: 1из 20

Constants for Signal Names

Certain words may be used in place of signal numbers to aid in the readability of the scripts. For example. ActivateSignal( OUTPUT1 ) as opposed to the number 7. command: ActivateSignal( n) ; DeActivateSignal( n )
VB Constants OUTPUT1 OUTPUT2 OUTPUT3 OUTPUT4 OUTPUT5 OUTPUT6 OUTPUT7 OUTPUT8 OUTPUT9 OUTPUT10 OUTPUT11 OUTPUT12 OUTPUT13 OUTPUT14 OUTPUT15 OUTPUT16 OUTPUT17 OUTPUT18 OUTPUT19 OUTPUT20 DIGTRIGGER ENABLE1 ENABLE2 ENABLE3 ENABLE4 ENABLE5 ENABLE6 CHARGE CHARGE2 CURRENTHILOW XPLUS XMINUS XHOME YPLUS YMINUS YHOME ZPLUS ZMINUS ZHOME APLUS AMINUS AHOME Signal Numbers 7 8 9 10 11 12 16 17 18 19 20 21 22 23 24 25 26 27 28 29 0 1 2 3 4 5 6 13 14 15 0 1 2 3 4 5 6 7 8 9 10 11 BPLUS VB Constants BMINUS BHOME CPLUS CMINUS CHOME INPUT1 INPUT2 INPUT3 INPUT4 DIGITIZE INDEX LIMITOVER EMERGENCY THCON THCUP THCDOWN OEMTRIG1 OEMTRIG2 OEMTRIG3 OEMTRIG4 OEMTRIG5 OEMTRIG6 OEMTRIG7 OEMTRIG8 OEMTRIG9 OEMTRIG10 OEMTRIG11 OEMTRIG12 OEMTRIG13 OEMTRIG14 OEMTRIG15 TIMING JOGXP JOGXM JOGYP JOGYM JOGZP JOGZM JOGAP JOGAM HOMING 12 Signal Numbers 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53

PROBING

54

START

55

OEM DROs
This list gives the codes to be used in calls of SetOEMDRO and GetOEMDRO to access all DROs. If you are using a version of Mach3 prior to 1.90 then to access data in this list that are in the range 800 upwards you will need to refer to the deprecated calls (e.g. SetDRO) and corresponding codes. Command: SetOEMDRO ; GetOEMDRO
Function Jog Inc Inc DRO Pulse Freq DRO Slow Jog % DRO X min DRO Y min DRO Z min DRO A min DRO B min DRO C min DRO X max DRO Y max DRO Z max DRO A max DRO B max DRO C max DRO X G92 Axis Off DRO Y G92 Axis Off DRO Z G92 Axis Off DRO A G92 Axis Off DRO B G92 Axis Off DRO C G92 Axis Off DRO Queue Depth DRO Time Scale DRO PWM Base DRO Torch Correction Speed DRO Torch Height Corrorrection DRO Torch Height Max DRO CPU Load DRO Encoder 1 (X) position DRO Encoder 2 (Y) position DRO Encoder 3 (Z) position DRO Tool length offset X axis Ref Sw DRO Y axis Ref Sw DRO Z axis Ref Sw DRO A axis Ref Sw DRO B axis Ref Sw DRO C axis Ref Sw DRO True spindle DRO Worst Case DRO OEMCode 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40

Tool X Offset DRO Tool Z Offset DRO Tool Dia DRO Tool Tip Rad DRO Touch Correction DRO Current Fixture Number DRO Part X Offset DRO Part Y Offset DRO Part Z Offset DRO Part A Offset DRO Part B Offset DRO Part C Offset DRO CPU Speed DRO Safe Z DRO Overidden Feed Rate DRO (read only?) Pulley DRO Max Spindle Speed on current pulley DRO Velocity per Rev DRO X Scale DRO Y Scale DRO Z Scale DRO A Scale DRO B Scale DRO C Scale DRO Lowest Torch Correction DRO Threading Entrance Angle DRO Max Entrance Points DRO Rotational Time Error DRO Entrance Trigger DRO Time Correction Derivative DRO Interrupts per spindle rev DRO Current Spin Counts DRO Spin Adder DRO Spindle Speed Override DRO Stock Size DRO Laser X Grid DRO Laser Y Grid DRO Repetitions DRO Lower Z-Inhibit By DRO Z-Inhibit DRO Port Bit-test DRO (diagnostic) Anti-dive limit DRO X Machine Coord DRO Y Machine Coord DRO Z Machine Coord DRO A Machine Coord DRO B Machine Coord DRO C Machine Coord DRO

41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88

Blend factor DRO Number of spindle disc slots DRO G73 Pull-off value DRO Tangential lift threshold angle DRO Tangential lift Z level DRO reserved reserved reserved CV Feedrate DRO Feed override increment value DRO ??? Spindle ratio DRO Encoder 4 position DRO MPG 1 count DRO MPG 2 count DRO MPG 3 count DRO Rapid feedrate DRO Diameter of current tool DRO Tip direction of current tool DRO Tool nose radius of current tool DRO X offset of current tool DRO Z offset of current tool DRO X wear offset of current tool DRO Z wear offset of current tool DRO Tool turret angle of current tool DRO Velocity of MPG 1 DRO Velocity of MPG 2 DRO Velocity of MPG 3 DRO Angle of taper to be cut with MPG tapering DRO Spindle speed as surface speed DRO Angle of rotation of X/Y coordinate system (cf G68) Laser grid spacing DRO Number of incremental jogs that can be buffered DRO Minimum spindle speed on current pulley DRO Feed rate ignoring that set in F word DRO Tool post offset (between front and rear posts DRO Current velocity of MPG 1 DRO Current velocity of MPG 2 DRO Feedrate for use with MPG step jogs DRO Error between Encoder 1 and abs X position DRO Error between Encoder 2 and abs Y position DRO Error between Encoder 3 and abs Z position DRO Time (uSec) in interrupt handler DRO SLS Dist - laser position measurement DRO Axis 6 Tripcount - system debug use only DRO ??? Engine lookahead DRO Count of actual pulses output on X - debug use only DRO Count of actual pulses output on Y - debug use only DRO Count of actual pulses output on Z - debug use only DRO

89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136

Count of actual pulses output on A - debug use only DRO Count of actual pulses output on B - debug use only DRO Count of actual pulses output on C - debug use only DRO Actual count from encoder 1 - debug use only DRO Actual count from encoder 2 - debug use only DRO Actual count from encoder 3 - debug use only DRO Actual count from encoder 4 - debug use only DRO Actual count from encoder 5 - debug use only DRO Actual count from encoder 6 - debug use only DRO ModBus input 64 DRO ModBus input 65 DRO ModBus input 66 DRO ModBus input 67 DRO Softlimit X Maximum DRO Softlimit Y Maximum DRO Softlimit Z Maximum DRO Softlimit A Maximum DRO Softlimit B Maximum DRO Softlimit C Maximum DRO Softlimit X Minimum DRO Softlimit Y Minimum DRO Softlimit Z Minimum DRO Softlimit A Minimum DRO Softlimit B Minimum DRO Softlimit C Minimum DRO Distance from front to rear toolpost DRO Encoder 1 position (in units) DRO Encoder 2 position (in units) DRO Encoder 3 position (in units) DRO Encoder 4 position (in units) DRO Part X radius/diameter for Touching to tooltable DRO Part Z location for Touching to tooltable DRO reserved DRO Machine X coord - X Work Offset DRO Machine Y coord - Y Work Offset DRO Machine Z coord - Z Work Offset - Tool length DRO Machine A coord - A Work Offset DRO Machine B coord - B Work Offset DRO Machine C coord - C Work Offset DRO X Cont. Pnt. coord (Machine - Work - G52/G92) DRO Y Cont. Pnt. coord (Machine - Work - G52/G92) DRO Z Cont. Pnt. coord (Machine - Work - Tool len. - G52/G92) DRO A Cont. Pnt. coord (Machine - Work - G52/G92) DRO B Cont. Pnt. coord (Machine - Work - G52/G92) DRO C Cont. Pnt. coord (Machine - Work - G52/G92) DRO X axis home location used by G28 DRO Y axis home location used by G28 DRO Z axis home location used by G28 DRO

137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 170 171 172 173 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192

A axis home location used by G28 DRO B axis home location used by G28 DRO C axis home location used by G28 DRO X axis Distance to Go DRO Y axis Distance to Go DRO Z axis Distance to Go DRO A axis Distance to Go DRO B axis Distance to Go DRO C axis Distance to Go DRO Overriden spindle speed DRO Current pulley reversed direction Current X offset of Turn tool reserved reserved reserved Encoder X reading corrected by offsets Encoder Y reading corrected by offsets Encoder Z reading corrected by offsets X soft limits Max y soft limits Max Z soft limits Max X soft limits Min y soft limits Min Z soft limits Min Spindle Seconds CW reserved reserved Brains exe time (ms) Probe Radius Sub Program depth Rapid Override Number of macros currently running X DRO Y DRO Z DRO A DRO B DRO C DRO X Vel DRO Y Vel DRO Z Vel DRO A Vel DRO B Vel DRO C Vel DRO Blended Velocity DRO Elapsed DRO Estimate DRO Curr Line no DRO

193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 800 801 802 803 804 805 806 807 808 809 810 811 813 814 815 816

Spindle requested DRO Feedrate DRO Motion Mode (G0, G1, G2 etc) DRO Feedrate Override (FRO) Tool number DRO Rot A diameter DRO Rot B diameter DRO Rot C diameter DRO Jog Inc DRO X Fixture Off DRO X Fixture Orig Off DRO Y Fixture Off DRO Y Fixture Orig Off DRO Z Fixture Off DRO Z Fixture Orig Off DRO A Fixture Off DRO A Fixture Orig Off DRO B Fixture Orig Off DRO B Fixture Off DRO C Fixture Orig Off DRO C Fixture Off DRO Current Tool length DRO

817 818 819 821 824 825 826 827 828 830 830 831 831 832 832 833 833 834 834 835 835 836

OEM Buttons
This list gives the codes to be used in calls of DoOEMButton. If you are using a version of Mach3 prior to 1.90 then to use bunttons in this list that are in the range 1000 upwards you will need to refer to the deprecated call DoButton and corresponding codes.
Function Screen 1 select(e.g. Program Run screen) Screen 2 select (e.g. MDI screen select) e.g. Toolpath screen select e.g. Positioning screen select e.g. Diagnostics screen select e.g. Corrections screen select e.g. Tables screen select Inc Inc Up Inc Inc Down Reset Interp Jog mode toggle Goto Safe Z Home Z then X then Y, A, B, C - set machine coords Units Mach coords Feed raise Feed lower Spindle CW, reset THC height Slow Jog Up Slow Jog Dn Flood toggle Mist toggle Edit G-code Zero radius DRO on X Zero radius DRO on Y Zero radius DRO on Z Software limits Touch button for Tool length offset Tool Tab Save Fixture Tab Save Torch Enable Toggle Torch Cal Zero Enc Load X Enc To X Enc Load Y Enc To Y Enc Load Z Enc To Z Toggle Mill/Turn mode Tool Path Toggle Zero X Encoder Zero Y Encoder OEMCode 1 2 3 4 5 6 7 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134

Zero Z Encoder Tool Offset Tog Fixture Off Go Home Part X Offset Touch Part Y Offset Touch Part Z Offset Touch Part A Offset Touch Part B Offset Touch Part C Offset Touch Tool X Offset Touch Tool Z Offset Touch Joy Throttle select Touch Corr Enable Toggle Auto Lim Override Toggle OverRide Limits SS on Act4 Toggle reserved reserved reserved Units/rev - Units/min toggle Set this line as next to execute Jog Follow Joystick ON Joystick OFF Regen toolpath display Zero X-Z to stock as defined in DROs (Turn) Coordinate mode (G90/91) Raise spindle speed Lower spindle speed Laser Probe Enable Toggle Zero laser grid at current location Z inhibit toggle Ignore Tool Change toggle Close current file Re-load last file Jog increment cycle Clear error label Spindle CCW toggle Parallel Port Encoder3 MPG Jog Toggle Cycle axis controlled by MPG 1 Block Delete "switch" toggle Optional Stop "switch" toggle Offline toggle Display Abs Machine coordinates (i.e. macnine coords ON) Display Work + G92 coordinates (i.e. Machine coords OFF) Display Work coords (i.e. not with G92) ??? Toggle Spindle actual

135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182

Home X, Home Z (Turn) Select X for MPG 1 Select Y for MPG 1 Select Z for MPG 1 Select A for MPG 1 Select B for MPG 1 Select C for MPG 1 Select Jog Increment 1 Select Jog Increment 2 Select Jog Increment 3 Select Jog Increment 4 Select Jog Increment 5 Select Jog Increment 6 Select Jog Increment 7 Select Jog Increment 8 Select Jog Increment 9 Select Jog Increment 10 Feed override Off Feed override Jog Feed override Feed Jog mode Continuous (same as button 276) Jog mode Step (same as button 275) Joystick On Joystick Off Clear Z tool offset (Turn) Clear X tool offset (Turn) Set stock correction to Zero (Turn) Home X Home Z (Turn) Home X (Turn) Home Z (Turn) Show recent G-code files list Display history Load G-code Tool flip toggle (Turn front/rear toolposts) Z-inhibit ON Z-inhibit OFF Port Bit-Test Set (diagnostic) Anti-dive enabled toggle THC Anti-dive OFF THC Anti-dive ON Flood ON Flood OFF Mist ON Mist OFF Load Teach file Toolpath Machine/Job toggle Display Wizard selection window Load the normal screens when Wizard done

184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231

Simple Complex screen toggle Output 4 ON Output 4 OFF Output 5 ON Output 5 OFF Output 6 ON Output 6 OFF Set Help context Def-Ref all axes Tangential toggle Save XYZ to G59.254 work offset do G0G53 to G59.254 offset location Move to G59.254 with midpoint selection Toggle Jog Mode through Cont/Step/MPG as relevant Force Referenced on all axes CV feed toggle CV feed OFF CV feed ON Disable movement on axis X Disable movement on axis Y Disable movement on axis Z Disable movement on axis A Disable movement on axis B Disable movement on axis C Machine Coordinates toggle Engine OFFline Engine ONline Select encoder jog on axis X Select encoder jog on axis Y Select encoder jog on axis Z Select encoder jog on axis A Select encoder jog on axis B Select encoder jog on axis C Select Step value 1 Select Step value 2 Select Step value 3 Select Step value 4 Select Step value 5 Select Step value 6 Select Step value 7 Select Step value 8 Select Step value 9 Select Step value 10 Set Jog mode STEP (same as button 205) Set Jog mode CONT (same as button 204) Increment feedrate Decrement feedrate Run reverse

232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279

Switch to last used Wizard Cycle axis controlled by MPG 2 Toggle taper mode on MPG 2 Toggle dual MPG flag Toggle shuttle mode for MPG Return to paused state Remember paused state Toggle override of rapid feeds Crop current dwell now ??? Set formlas Inhibit jog of X axis Inhibit jog of Y axis Inhibit jog of Z axis Inhibit jog of A axis Inhibit jog of B axis Inhibit jog of C axis Do screw calibration routine Unconditional crop any dwell now reserved Toggle bypass feed (enables value in OEM DRO 122) Toggle current tool is in front toolpost Code for OEMTriggers runs the macro in SetTriggerMacro Cycle MPG jogging mode Set MPG jogging mode = Velocity Set MPG jogging mode = Velocity/Step Set MPG jogging mode = do single eaxct steps Set MPG jogging mode = do multiple exact steps Push to jog X++ Push to jog X-Push to jog Y++ Push to jog Y-Push to jog Z++ Push to jog Z-Push to jog A++ Push to jog A-Calibrate MPGs Save tool table Save work offset table Drag on toolpath does Zoom toggle Drag on toolpath does Pan toggle Display Wizard select dialog Run Newfangled Wizard Emergency bailout - tester use only Toggle visibility of screen 50 Turn mode tool touch off X axis Toggle use of spindle step line to control Torch volts Turn mode tool touch off Z axis Select MPG jog mode

280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327

unknown Push to Jog B++ Push to Jog B-Push to Jog C++ Push to Jog C-Toggle axis DROs display Dist to Go Toggle X jog off Toggle Y jog off Toggle Z jog off Toggle A jog off Toggle B jog off Toggle C jog off Set a temporary softlimit minimum at current location Set a temporary softlimit maximum at current location reserved Turn off display of menu bar Turn on display of menu bar Increment spindle speed by value not % (Turn) Decrement spindle speed by value not % (Turn) Jog X and A axis ++ together (foam machines) Jog X and A axis -- together (foam machines) Jog Y and B axis ++ together (foam machines) Jog Y and B axis -- together (foam machines) Cycle start Pause (Feed Hold) Rewind Stop Single Resume Edit File Zero All Zero X Zero Y Zero Z Zero A Zero B Zero C Feedrate reset Estimate Job Run from here GotoZs Coord System Verify Reset Ref X Ref Y Ref Z Ref A

328 329 330 331 332 333 334 335 336 337 338 339 340 341 343 - 347 348 349 350 351 352 353 354 355 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1020 1021 1022 1023 1024 1025

Ref B Ref C Joystick Toggle Softlimits Toggle Radius Tracking Toggle Jog Toggle

1026 1027 1028 1029 1030 1031

OEM LEDs
This list gives the codes to be used in calls of SetOEMLED and GetOEMLED to access all LEDs. If you are using a version of Mach3 prior to 1.90 then to access data in this list that are in the range 800 upwards you will need to refer to the deprecated calls (e.g. SetLED) and corresponding codes.
Function G92 LED Spindle ON LED (CW or CCW) Mist LED Flood LED Jog mode Cont LED Jog mode Incr LED Mach coords warn LED Feed override LED Estimating LED Emergency LED A radius corr. LED B radius corr. LED C radius corr. LED Software limits LED Torch En LED True spindle Acc LED True spindle Dec LED Tool Path LED Tool Offset on LED Part Offset on LED (always in 6.11) Throttle is Slow Jog LED Throttle is Feedrate LED reserved Auto Lim override LED Override Limits/home switches LED SS on Act4 LED THC Arc Good LED Torch Up active LED Torch Down active LED Feed per Rev LED Feed per Min LED X Scale LED Y Scale LED Z Scale LED A Scale LED B Scale LED C Scale LED reserved Abs Coordinate Mode LED Incremental Coordinate Mode LED Threading Sync Mode LED (Turn) Laser Probe enabled LED FCode 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51

Z-Inhibit ON LED Ignore Tool Change ON LED CV Mode ON LED M30 Repeats Enabled LED CV mode OFF LED MPG Jog On LED Cont. Jog is at full speed LED MPG 1 Jogs X axis LED MPG 1 Jogs Y axis LED MPG 1 Jogs Z axis LED MPG 1 Jogs A axis LED MPG 1 Jogs B axis LED MPG 1 Jogs C axis LED Optional Stop On LED Block Delete On LED Offline indicator LED Threading feed related to true Spindle speed LED Index signal awaited LED (Turn) Anti-dive enabled LED Spindle speed stable LED IJ Mode is Absolute LED IJ Mode is Incremental LED G-code teaching file is open LED Offset in effect on at least one axis LED reserved Output 4 Active LED Output 5 Active LED Output 6 Active LED Pause Active LED Tangential control Active LED Single Step mode Active LED Jogging enabled LED CV feed enabled LED Enhanced Pulsing NOT in use LED Axis inhibited X LED Axis inhibited Y LED Axis inhibited Z LED Axis inhibited A LED Axis inhibited B LED Axis inhibited C LED Diameter mode active (Turn) LED Timing signal active (Turn) LED Hotkeys enabled LED Units per minute mode LED Units per rev mode LED Running in reverse (duplicated by 112) LED MPG 2 Jogs X axis LED MPG 2 Jogs Y axis LED

52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99

MPG 2 Jogs Z axis LED MPG 2 Jogs A axis LED MPG 2 Jogs B axis LED MPG 2 Jogs C axis LED MPG 2 in taper mode LED Two MPGs in use LED Shuttle mode in use LED Spindle is in CSS (G96) mode LED X/Y coordinate system is currently rotated LED Rapids being overidden LED Axis formula mappin ON LED Feedhold when part of a block executed - remainder pending LED Running in reverse (duplicate) LED - do not use Alternative feedrate in use (see OEM DRO 122) LED Front tool post selected LED Rear tool post selected LED Spindle is running LED MPG jog Velocity mode selected LED MPG jog Velocity/Step mode selected LED MPG jog single exact step mode selected LED MPG jog multiple steps selected LED X++ jogging switch active LED X-- jogging switch active LED Y++ jogging switch active LED Y-- jogging switch active LED Z++ jogging switch active LED Z-- jogging switch active LED A++ jogging switch active LED A-- jogging switch active LED Mouse in tool path Zooms LED Mouse in tool path Pans LED MPG 3 Jogs X axis LED MPG 3 Jogs Y axis LED MPG 3 Jogs Z axis LED MPG 3 Jogs A axis LED MPG 3 Jogs B axis LED MPG 3 Jogs C axis LED MPG 3 Jogs X axis LED reserved A macro is running LED Distance to go display in Axis DROs LED Spindle rotating CW LED Spindle rotating CCW LED Conditions are abnormal LED reserved CV Distance tolerance is ON LED Reset LED Inch LED

100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 130 131 132 133 134 135 130 130 - 161 162 163 164 165 166 167 168 800 801

MMs LED Idle LED Start LED Pause LED Tool change LED X ref LED Y ref LED Z ref LED A ref LED B ref LED C ref LED Dwell LED Joystick enable LED Fixture LED Input 1 Active LED Input 2 Active LED Input 3 Active LED Input 4 Active LED Digitise In LED Index LED Limit OV LED X++ Limit LED X-- Limit LED X-- Home LED Y++ Limit LED Y-- Limit LED Y-- Home LED Z++ Limit LED Z-- Limit LED Z-- Home LED A++ Limit LED A-- Limit LED A-- Home LED B++ Limit LED B-- Limit LED B-- Home LED C++ Limit LED C-- Limit LED C-- Home LED Enable 1 LED Enable 2 LED Enable 3 LED Enable 4 LED Enable 5 LED Enable 6 LED Output 1/Extrn1 Active LED Output 2/Extrn2 Active LED Output 3/Extrn3 Active LED

802 803 804 805 806 807 808 809 810 811 812 813 814 816 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854

Digitise Out LED System movement in effect or movement imminent LED

855 999

Вам также может понравиться