Hello Guest it is March 19, 2024, 04:33:32 AM

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - TPS

41
VB and the development of wizards / Re: JogOn and JogOff in Macros
« on: November 30, 2023, 10:15:10 AM »
i have no physical mpg connected.
i created a macro in my macro folder and run it via MDI and it was working.

i tested with Version R3.043.022

42
Machscreen Screen Designer / Re: Chainsaw mill project with mach 3
« on: November 30, 2023, 07:12:53 AM »
hello Roy, as i wrote in your other Thread, i would use UserLED's (from 1000-2254) to "interact"
with brains.

43
Brains Development / Re: Brains on Custom saw project
« on: November 30, 2023, 07:08:41 AM »
in this case i would only do the modbus comunication via brain and do the rest in a VB script.
to interact between Brain and VB Script you can use OEMDro's an OEMLed's.

you can also do the comunication in VB script (never tesed it), but if you search for

Macro Modbus

her in the forum you will find a lot of information about it.
i would prefer VB script, because IMHO it is easier to handle like brain.

44
VB and the development of wizards / Re: JogOn and JogOff in Macros
« on: November 30, 2023, 06:32:25 AM »
tested this code over here, also used M900.M1s

Code: [Select]
Code "F1000"
 JogOn(0,0)

in MPG Step mode, however i had to set a speed first, then is was working.

45
General Mach Discussion / Re: Gaining Steps?
« on: November 30, 2023, 01:33:21 AM »
your G-Code is running with F100.0.
try to run it for a test with F10.0

what are your settings in motortuning for the X and Y axis?

46
General Mach Discussion / Re: Mach3 problem , using High Z T1000 router
« on: November 29, 2023, 01:27:03 PM »
for the X-axis you see the M1Home Led toogling in the diagnostic screen?
witch motion controller?

47
General Mach Discussion / Re: Gaining Steps?
« on: November 29, 2023, 01:24:32 PM »
pls post your G-code

48
VB and the development of wizards / Re: JogOn and JogOff in Macros
« on: November 29, 2023, 01:22:54 PM »
only idea i have is that your M910 and M911 are not in the right folder?
folder should be in

C:\Mach3\Macros\Your profile name

and they should have the extibsion .M1S

49
General Mach Discussion / Re: Staggered Cuts?
« on: November 26, 2023, 06:57:27 AM »
looks like you are loosing steps and having backslash.

try to run this code, it is reduced to 5"/min

Code: [Select]
%1248
N20G91G28X0Y0Z0
N30G40G17G80G49
N40T1M6
N50G90G54
N60G43Z0.8000H1
N70G0X0.0000Y0.0000S16000M3
N80G0X0.3625Y0.3469Z0.2000
N90G1Z-0.0833F5.0
N100G1X0.3569Y0.3470F5.0
N110X0.3513Y0.3474
N120X0.3455Y0.3481
N130X0.3398Y0.3490
N140X0.3339Y0.3502
N150X0.3281Y0.3517
N160X0.3223Y0.3535
N170X0.3165Y0.3557
N180X0.3107Y0.3581
N190X0.3051Y0.3609
N200X0.2995Y0.3639
N210X0.2941Y0.3673
N220X0.2888Y0.3709
N230X0.2837Y0.3749
N240X0.2788Y0.3791
N250X0.2741Y0.3835
N260X0.2697Y0.3882
N270X0.2655Y0.3931
N280X0.2615Y0.3982
N290X0.2579Y0.4035
N300X0.2545Y0.4089
N310X0.2515Y0.4145
N320X0.2487Y0.4201
N330X0.2463Y0.4259
N340X0.2441Y0.4317
N350X0.2423Y0.4375
N360X0.2408Y0.4433
N370X0.2396Y0.4492
N380X0.2387Y0.4549
N390X0.2380Y0.4607
N400X0.2376Y0.4663
N410X0.2375Y0.4719
N420Y3.4719
N430X0.2376Y3.4775
N440X0.2380Y3.4831
N450X0.2387Y3.4889
N460X0.2396Y3.4946
N470X0.2408Y3.5005
N480X0.2423Y3.5063
N490X0.2441Y3.5121
N500X0.2463Y3.5179
N510X0.2487Y3.5237
N520X0.2515Y3.5293
N530X0.2545Y3.5349
N540X0.2579Y3.5403
N550X0.2615Y3.5456
N560X0.2655Y3.5507
N570X0.2697Y3.5556
N580X0.2741Y3.5603
N590X0.2788Y3.5647
N600X0.2837Y3.5689
N610X0.2888Y3.5729
N620X0.2941Y3.5765
N630X0.2995Y3.5799
N640X0.3051Y3.5829
N650X0.3107Y3.5857
N660X0.3165Y3.5881
N670X0.3223Y3.5903
N680X0.3281Y3.5921
N690X0.3339Y3.5936
N700X0.3398Y3.5948
N710X0.3455Y3.5957
N720X0.3513Y3.5964
N730X0.3569Y3.5968
N740X0.3625Y3.5969
N750X3.3625
N760X3.3681Y3.5968
N770X3.3737Y3.5964
N780X3.3795Y3.5957
N790X3.3852Y3.5948
N800X3.3911Y3.5936
N810X3.3969Y3.5921
N820X3.4027Y3.5903
N830X3.4085Y3.5881
N840X3.4143Y3.5857
N850X3.4199Y3.5829
N860X3.4255Y3.5799
N870X3.4309Y3.5765
N880X3.4362Y3.5729
N890X3.4413Y3.5689
N900X3.4462Y3.5647
N910X3.4509Y3.5603
N920X3.4553Y3.5556
N930X3.4595Y3.5507
N940X3.4635Y3.5456
N950X3.4671Y3.5403
N960X3.4705Y3.5349
N970X3.4735Y3.5293
N980X3.4763Y3.5237
N990X3.4787Y3.5179
N1000X3.4809Y3.5121
N1010X3.4827Y3.5063
N1020X3.4842Y3.5005
N1030X3.4854Y3.4946
N1040X3.4863Y3.4889
N1050X3.4870Y3.4831
N1060X3.4874Y3.4775
N1070X3.4875Y3.4719
N1080Y0.4719
N1090X3.4874Y0.4663
N1100X3.4870Y0.4607
N1110X3.4863Y0.4549
N1120X3.4854Y0.4492
N1130X3.4842Y0.4433
N1140X3.4827Y0.4375
N1150X3.4809Y0.4317
N1160X3.4787Y0.4259
N1170X3.4763Y0.4201
N1180X3.4735Y0.4145
N1190X3.4705Y0.4089
N1200X3.4671Y0.4035
N1210X3.4635Y0.3982
N1220X3.4595Y0.3931
N1230X3.4553Y0.3882
N1240X3.4509Y0.3835
N1250X3.4462Y0.3791
N1260X3.4413Y0.3749
N1270X3.4362Y0.3709
N1280X3.4309Y0.3673
N1290X3.4255Y0.3639
N1300X3.4199Y0.3609
N1310X3.4143Y0.3581
N1320X3.4085Y0.3557
N1330X3.4027Y0.3535
N1340X3.3969Y0.3517
N1350X3.3911Y0.3502
N1360X3.3852Y0.3490
N1370X3.3795Y0.3481
N1380X3.3737Y0.3474
N1390X3.3681Y0.3470
N1400X3.3625Y0.3469
N1410X0.3625
N1420G1Z-0.1667F5.0
N1430G1X0.3569Y0.3470F5.0
N1440X0.3513Y0.3474
N1450X0.3455Y0.3481
N1460X0.3398Y0.3490
N1470X0.3339Y0.3502
N1480X0.3281Y0.3517
N1490X0.3223Y0.3535
N1500X0.3165Y0.3557
N1510X0.3107Y0.3581
N1520X0.3051Y0.3609
N1530X0.2995Y0.3639
N1540X0.2941Y0.3673
N1550X0.2888Y0.3709
N1560X0.2837Y0.3749
N1570X0.2788Y0.3791
N1580X0.2741Y0.3835
N1590X0.2697Y0.3882
N1600X0.2655Y0.3931
N1610X0.2615Y0.3982
N1620X0.2579Y0.4035
N1630X0.2545Y0.4089
N1640X0.2515Y0.4145
N1650X0.2487Y0.4201
N1660X0.2463Y0.4259
N1670X0.2441Y0.4317
N1680X0.2423Y0.4375
N1690X0.2408Y0.4433
N1700X0.2396Y0.4492
N1710X0.2387Y0.4549
N1720X0.2380Y0.4607
N1730X0.2376Y0.4663
N1740X0.2375Y0.4719
N1750Y3.4719
N1760X0.2376Y3.4775
N1770X0.2380Y3.4831
N1780X0.2387Y3.4889
N1790X0.2396Y3.4946
N1800X0.2408Y3.5005
N1810X0.2423Y3.5063
N1820X0.2441Y3.5121
N1830X0.2463Y3.5179
N1840X0.2487Y3.5237
N1850X0.2515Y3.5293
N1860X0.2545Y3.5349
N1870X0.2579Y3.5403
N1880X0.2615Y3.5456
N1890X0.2655Y3.5507
N1900X0.2697Y3.5556
N1910X0.2741Y3.5603
N1920X0.2788Y3.5647
N1930X0.2837Y3.5689
N1940X0.2888Y3.5729
N1950X0.2941Y3.5765
N1960X0.2995Y3.5799
N1970X0.3051Y3.5829
N1980X0.3107Y3.5857
N1990X0.3165Y3.5881
N2000X0.3223Y3.5903
N2010X0.3281Y3.5921
N2020X0.3339Y3.5936
N2030X0.3398Y3.5948
N2040X0.3455Y3.5957
N2050X0.3513Y3.5964
N2060X0.3569Y3.5968
N2070X0.3625Y3.5969
N2080X3.3625
N2090X3.3681Y3.5968
N2100X3.3737Y3.5964
N2110X3.3795Y3.5957
N2120X3.3852Y3.5948
N2130X3.3911Y3.5936
N2140X3.3969Y3.5921
N2150X3.4027Y3.5903
N2160X3.4085Y3.5881
N2170X3.4143Y3.5857
N2180X3.4199Y3.5829
N2190X3.4255Y3.5799
N2200X3.4309Y3.5765
N2210X3.4362Y3.5729
N2220X3.4413Y3.5689
N2230X3.4462Y3.5647
N2240X3.4509Y3.5603
N2250X3.4553Y3.5556
N2260X3.4595Y3.5507
N2270X3.4635Y3.5456
N2280X3.4671Y3.5403
N2290X3.4705Y3.5349
N2300X3.4735Y3.5293
N2310X3.4763Y3.5237
N2320X3.4787Y3.5179
N2330X3.4809Y3.5121
N2340X3.4827Y3.5063
N2350X3.4842Y3.5005
N2360X3.4854Y3.4946
N2370X3.4863Y3.4889
N2380X3.4870Y3.4831
N2390X3.4874Y3.4775
N2400X3.4875Y3.4719
N2410Y0.4719
N2420X3.4874Y0.4663
N2430X3.4870Y0.4607
N2440X3.4863Y0.4549
N2450X3.4854Y0.4492
N2460X3.4842Y0.4433
N2470X3.4827Y0.4375
N2480X3.4809Y0.4317
N2490X3.4787Y0.4259
N2500X3.4763Y0.4201
N2510X3.4735Y0.4145
N2520X3.4705Y0.4089
N2530X3.4671Y0.4035
N2540X3.4635Y0.3982
N2550X3.4595Y0.3931
N2560X3.4553Y0.3882
N2570X3.4509Y0.3835
N2580X3.4462Y0.3791
N2590X3.4413Y0.3749
N2600X3.4362Y0.3709
N2610X3.4309Y0.3673
N2620X3.4255Y0.3639
N2630X3.4199Y0.3609
N2640X3.4143Y0.3581
N2650X3.4085Y0.3557
N2660X3.4027Y0.3535
N2670X3.3969Y0.3517
N2680X3.3911Y0.3502
N2690X3.3852Y0.3490
N2700X3.3795Y0.3481
N2710X3.3737Y0.3474
N2720X3.3681Y0.3470
N2730X3.3625Y0.3469
N2740X0.3625
N2750G1Z-0.2500F5.0
N2760G1X0.3569Y0.3470F5.0
N2770X0.3513Y0.3474
N2780X0.3455Y0.3481
N2790X0.3398Y0.3490
N2800X0.3339Y0.3502
N2810X0.3281Y0.3517
N2820X0.3223Y0.3535
N2830X0.3165Y0.3557
N2840X0.3107Y0.3581
N2850X0.3051Y0.3609
N2860X0.2995Y0.3639
N2870X0.2941Y0.3673
N2880X0.2888Y0.3709
N2890X0.2837Y0.3749
N2900X0.2788Y0.3791
N2910X0.2741Y0.3835
N2920X0.2697Y0.3882
N2930X0.2655Y0.3931
N2940X0.2615Y0.3982
N2950X0.2579Y0.4035
N2960X0.2545Y0.4089
N2970X0.2515Y0.4145
N2980X0.2487Y0.4201
N2990X0.2463Y0.4259
N3000X0.2441Y0.4317
N3010X0.2423Y0.4375
N3020X0.2408Y0.4433
N3030X0.2396Y0.4492
N3040X0.2387Y0.4549
N3050X0.2380Y0.4607
N3060X0.2376Y0.4663
N3070X0.2375Y0.4719
N3080Y3.4719
N3090X0.2376Y3.4775
N3100X0.2380Y3.4831
N3110X0.2387Y3.4889
N3120X0.2396Y3.4946
N3130X0.2408Y3.5005
N3140X0.2423Y3.5063
N3150X0.2441Y3.5121
N3160X0.2463Y3.5179
N3170X0.2487Y3.5237
N3180X0.2515Y3.5293
N3190X0.2545Y3.5349
N3200X0.2579Y3.5403
N3210X0.2615Y3.5456
N3220X0.2655Y3.5507
N3230X0.2697Y3.5556
N3240X0.2741Y3.5603
N3250X0.2788Y3.5647
N3260X0.2837Y3.5689
N3270X0.2888Y3.5729
N3280X0.2941Y3.5765
N3290X0.2995Y3.5799
N3300X0.3051Y3.5829
N3310X0.3107Y3.5857
N3320X0.3165Y3.5881
N3330X0.3223Y3.5903
N3340X0.3281Y3.5921
N3350X0.3339Y3.5936
N3360X0.3398Y3.5948
N3370X0.3455Y3.5957
N3380X0.3513Y3.5964
N3390X0.3569Y3.5968
N3400X0.3625Y3.5969
N3410X3.3625
N3420X3.3681Y3.5968
N3430X3.3737Y3.5964
N3440X3.3795Y3.5957
N3450X3.3852Y3.5948
N3460X3.3911Y3.5936
N3470X3.3969Y3.5921
N3480X3.4027Y3.5903
N3490X3.4085Y3.5881
N3500X3.4143Y3.5857
N3510X3.4199Y3.5829
N3520X3.4255Y3.5799
N3530X3.4309Y3.5765
N3540X3.4362Y3.5729
N3550X3.4413Y3.5689
N3560X3.4462Y3.5647
N3570X3.4509Y3.5603
N3580X3.4553Y3.5556
N3590X3.4595Y3.5507
N3600X3.4635Y3.5456
N3610X3.4671Y3.5403
N3620X3.4705Y3.5349
N3630X3.4735Y3.5293
N3640X3.4763Y3.5237
N3650X3.4787Y3.5179
N3660X3.4809Y3.5121
N3670X3.4827Y3.5063
N3680X3.4842Y3.5005
N3690X3.4854Y3.4946
N3700X3.4863Y3.4889
N3710X3.4870Y3.4831
N3720X3.4874Y3.4775
N3730X3.4875Y3.4719
N3740Y0.4719
N3750X3.4874Y0.4663
N3760X3.4870Y0.4607
N3770X3.4863Y0.4549
N3780X3.4854Y0.4492
N3790X3.4842Y0.4433
N3800X3.4827Y0.4375
N3810X3.4809Y0.4317
N3820X3.4787Y0.4259
N3830X3.4763Y0.4201
N3840X3.4735Y0.4145
N3850X3.4705Y0.4089
N3860X3.4671Y0.4035
N3870X3.4635Y0.3982
N3880X3.4595Y0.3931
N3890X3.4553Y0.3882
N3900X3.4509Y0.3835
N3910X3.4462Y0.3791
N3920X3.4413Y0.3749
N3930X3.4362Y0.3709
N3940X3.4309Y0.3673
N3950X3.4255Y0.3639
N3960X3.4199Y0.3609
N3970X3.4143Y0.3581
N3980X3.4085Y0.3557
N3990X3.4027Y0.3535
N4000X3.3969Y0.3517
N4010X3.3911Y0.3502
N4020X3.3852Y0.3490
N4030X3.3795Y0.3481
N4040X3.3737Y0.3474
N4050X3.3681Y0.3470
N4060X3.3625Y0.3469
N4070X0.3625
N4080G0Z0.2000
N4090G28G91Z0
N4100G49H0
N4110G28X0Y0
N4120M30


50
you can also assign

OEM Trig#1 to OEM Trig#15 and use the as "normal" Inputs like Input1-4