Hello Guest it is April 18, 2024, 07:00:14 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

331
General Mach Discussion / Re: Mach3 macro homing
« on: June 25, 2021, 01:36:46 AM »
witch Motion Controller are you usining?

332
General Mach Discussion / Re: Mach3 macro homing
« on: June 14, 2021, 01:13:53 AM »
sorry, missed your answer.

for the Moment the only idea i have is, that Mach may be corrupted.
i would try to install a fresh copy.

333
General Mach Discussion / Re: Mach3 macro homing
« on: June 11, 2021, 01:58:10 AM »
sounds strange. witch Version of Mach3 are you using?

334
General Mach Discussion / Re: Mach3 macro homing
« on: June 10, 2021, 11:21:42 AM »
you can try to do a

RefCombination(32)

insteed of

DoOEMButton(1027)

maybe it helps

335
FAQs / Re: my plasma convert all angles to arcs
« on: June 10, 2021, 02:21:43 AM »
Config -> General Config -> IJ Mode -> inc

maybe?

336
General Mach Discussion / Re: scripting
« on: June 09, 2021, 06:26:59 AM »
basicly OEMTriggers are used like regular input's but they Special functionalty

1st. you can assign in Config->System hotkeys oemcodes to a OEMtrigger witch will be done once if OEMTrigger comes true

2nd. you can define a triggermacro by SetTriggerMacro(number)

normaly done this way.

-add for example in Config->General Config ->Initialisation string  M333, that means every time you reset M333.M1s is called

-within M333.M1s add the VB code SetTriggerMacro(334)

-assign in Config->System hotkeys oemcodes to a OEMtrigger the code 301 witch means run triggermacro

so every time the OEMTrigger Comes True the VB Code within M334.M1S will run once.

hope i was able to explain the Basics of OEMTriggers in my bad bavarian english. 


337
General Mach Discussion / Re: scripting
« on: June 09, 2021, 04:56:38 AM »
not 100% sure but i think you can just type in 245 in the buttonpress window in the brain without using the Dropdown list.

338
General Mach Discussion / Re: scripting
« on: June 09, 2021, 01:50:25 AM »
ok now i got the Problem.

do not use an OEMTrigger as Terminator of the brain.
use the OEMButton itselve as Terminator.

it is called "Buttonpress" in Brains if you create the Terminator.

339
General Mach Discussion / Re: scripting
« on: June 08, 2021, 01:41:45 PM »
for the Moment i am not able to catch what you have assigned to what.

you are talking about OEMTriggers and Outputs witch light green ? sorry no idea.

some screenshots may help.

340
FAQs / Re: Axis not working or moving in same direction
« on: June 08, 2021, 07:49:30 AM »
here:

https://www.youtube.com/watch?v=uglCm_qsojk&t=329s

is a good tutorial how to test.