Hello Guest it is March 18, 2024, 10:59:02 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

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

maybe?

332
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. 


333
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.

334
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.

335
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.

336
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.

337
here: https://www.machsupport.com/forum/index.php?topic=36213.msg247828#msg247828

i have posted a solution for Mach3. something simular should be possible in LUA.

338
General Mach Discussion / Re: Machine Home Limit Switch Trigger
« on: June 03, 2021, 02:58:56 AM »
a G28 is nothing else then a move to specified home Position (Config->Homing/Limits) in machine coords.

if axis are given with G28 (G28 Z10) it will first move to the given Point and the to specified Position.

i have seen in your Video that you are using:

G91 G28 X0 Y0 Z0 in this case the given values are useless because G91 incremental but distances are 0.

if you have defined Z homepos (Config->Homing/Limits) to 0 it would be the same like G53 Z0

and it Looks like your Z0 is hitting the Limit Switch. you can try to define a -0,2 for Z just for a test.



339
FAQs / Re: Axis not working or moving in same direction
« on: June 01, 2021, 01:29:38 AM »
Looks like the connextors on right lower Corner are for step/dir

Step - 5V - Dir -5V  if you look from the right to the left.

340
FAQs / Re: Axis not working or moving in same direction
« on: May 31, 2021, 01:55:20 PM »
have you checked voltage from dir pin with connected stepper Driver?