Hello Guest it is May 02, 2024, 07:38:53 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

1
i am using the same combination (Fritzing+Flatcam) for my little PCB project, i just select in Flatcom under
options -> units - mm and everthing is in mm. so i do not have to switch units on my machine

2
General Mach Discussion / Re: Read in DRO continuously
« on: April 14, 2024, 05:16:46 AM »
there are two ways to do this.

1st use macropump macro witch is running (if activated in Config -> General Config) where you can place your
code and it will be excecuted arround every 10ms

2nd you can make a brain (Operator -> Brain Editor, the use Operator -> Brain Control to activate)
witch will be excecuted faster.

3
without knowing the exact hardware of your control box it will be hard to help.
maybe this:

https://www.youtube.com/watch?v=tYulWcAqjR4

can help.

4
VB and the development of wizards / Re: system command in the gcode
« on: March 30, 2024, 12:52:17 PM »
this is creating a string with date time xcoord ycoord zcoord

Code: [Select]
mystring = Date() & "_" & Time() & "_X_" & GetOEMDRO(800) & "_Y_" & GetOEMDRO(801) & "_Z_" & GetOEMDRO(802)

msgbox mystring

5
from Mach3_V3.x_Macro_Prog_Ref.pdf:

Code: [Select]
'Example:
‘ This macro expects three arguments: P, Q, & R
‘ If put into an M-macro, and invoked via MDI, it will
‘ display the argument values on the status line
‘ For example, if using M1200:
‘ M1200 P1.234 Q2.345 R3.456
‘ Executing the above line to MDI will display:
‘ P=1.234 Q=2.345 R=3.456
Parg = Param1()
Qarg = Param2()
Rarg = Param3()
Message “P=” & Parg & “Q=” & Qarg & “R=” & Rarg

6
General Mach Discussion / Re: edit button scripts
« on: March 09, 2024, 02:53:04 AM »
to excecute G-Code via button script the instruction should be for example:

Code: [Select]
  Code("G00 Z.100")
  Code("G00 X0 Y0")

see:
https://www.machsupport.com/wp-content/uploads/2013/02/Mach3_V3.x_Macro_Prog_Ref.pdf

for reference.

7
General Mach Discussion / Re: edit button scripts
« on: March 08, 2024, 09:50:27 AM »
pls post your code

8
General Mach Discussion / Re: I get this error massage
« on: February 23, 2024, 02:09:36 AM »
open the program with text editor and delete everythin before

(*** New file Started ***)

so that (*** is the first entry in the file and save it.

9
General Mach Discussion / Re: delay the start of processing
« on: February 14, 2024, 01:20:26 AM »
either way is ok.

10
General Mach Discussion / Re: delay the start of processing
« on: February 13, 2024, 12:42:31 PM »
time depends on setting in:

Config -> General Config -> General Cinfiguration -> G04 dwell in ms

if this is enabed also "delay spin up" will be in ms