Hello Guest it is April 26, 2024, 12:33:30 PM

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

1381
General Mach Discussion / Re: Newbie need help
« on: February 26, 2019, 02:21:04 AM »
enter a

MSGBox "i am in probescript"

at the beginning of your script to see that it us getting called.

Config -> General Config -> seciton Startup Modals -> Initialization String -> use init string on all "resets" -> should be enabled

1382
Mach Screens / Re: Password for custom screenset
« on: February 25, 2019, 01:49:20 PM »
witch part of Klaus answer is so hard to understand

there is no way to put a password on your screenset

or:

You can only protect your macros by saving them as precompiled (*.mcc).

.mcc is compiled Version of a .m1s




???
 :-[ :-[


1383
General Mach Discussion / Re: Newbie need help
« on: February 25, 2019, 01:43:24 PM »
ok, seams to be to difficult to use the search function

1.
Config -> Ports&Pins -> Input signals -> asign OEM Trig#1 to the right Input Signal (no emlation, no hotkey)
2.
Config  -> System Horkey Setup ->Trigger #OEM code -> set 1 to 301
3.
create a macro M304.M1S

macro code:

Code: [Select]
SetTriggerMacro(301)

4.
Config -> General Config -> seciton Startup Modals -> Initialization String -> Add the following: M304

5.
restart Mach3

6.
create a macro M301.M1s


macro code:

Code: [Select]
If IsActive (OEMTRIG1) Then         
Code("M whaeveryouwhant")
End If






1384
General Mach Discussion / Re: Newbie need help
« on: February 25, 2019, 01:49:51 AM »
Auto Tool Zero is not a single OEM function, it is a couple of code lines.

so OEMTrigger and Triggermacro will be be your friends (search keywords).

1385
General Mach Discussion / Re: Laser 15W setup with 4axis USB board
« on: February 23, 2019, 02:45:35 AM »
as Tweakie mentioned , get familiar with the M10P# and M11P# functionality.

1386
General Mach Discussion / Re: simple macro not working,
« on: February 21, 2019, 01:15:50 AM »
ok i have tested here, and you are right.
for what ever reason M100 does not work, try M101.M1S

1387
General Mach Discussion / Re: simple macro not working,
« on: February 20, 2019, 12:41:25 PM »
but it is in the right Folder?

C:\Mach3\macros\your profilename

any errormessage in the status line?

1388
General Mach Discussion / Re: simple macro not working,
« on: February 20, 2019, 01:34:22 AM »
try this:

Code: [Select]
code "g91"
code "g0 z-.0001"
While IsMoving()
Wend
code "g90" 


1389
General Mach Discussion / Re: Spindle relay on by M3 command
« on: February 20, 2019, 01:31:46 AM »
ok found some additional Information, where it Looks like relay Output is port1 pin1.

so check:
->Config -> Ports & Pins -> Spindle Setup
    -disable spindle relays is not selected
    -ClockWise (M3) Output# is 2

->Config -> Ports & Pins -> Output Signals
   -Output #2 is enabled
   -Output #2 port is 1
   -Output #2 pin number is 1

1390
General Mach Discussion / Re: Spindle relay on by M3 command
« on: February 19, 2019, 09:08:26 AM »
any documentation about this board?