Hello Guest it is March 19, 2024, 02:12:23 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

1551
General Mach Discussion / Re: AC DRIVE ISSUES.
« on: December 12, 2018, 05:09:10 AM »
had a quick look for your wiring diagram, Looks ok so far.
i asume you have measured the 230v an 24v supply to in range?
what is the error message of the Controller?

1552
General Mach Discussion / Re: OEM codes for buttons, DRO's and LED's
« on: December 12, 2018, 02:53:16 AM »
still not sure, but maybe you are looking for something like this


IF GetOEMLed(806) then
  ActivateSignal(OUTPUT6)
Else
  DeactivateSignal(OUTPUT6)
End If

1553
General Mach Discussion / Re: OEM codes for buttons, DRO's and LED's
« on: December 12, 2018, 02:00:24 AM »
for the Moment i am not able to catch the Problem.

1554
General Mach Discussion / Re: scripter compile error
« on: December 12, 2018, 01:57:26 AM »
one Thing what could help would be,

-open your toolchange macro with VBScript Editor
-use the File -> save As and select by filetype -> compiled  code (*.mcc)
-then backup your original M1S file and delete it from macro Folder so that only the mcc Version is left


i did this with my M3 M4 M5 macros when i had this scripper Compiler error, and it never showed up again

1555
General Mach Discussion / Re: Mach3 only loading half the program
« on: December 12, 2018, 01:28:20 AM »
the only Thing you Need is a valid Mach1Lic.dat file in your Mach3 Folder.

1556
General Mach Discussion / Re: OEM codes for buttons, DRO's and LED's
« on: December 12, 2018, 01:22:44 AM »
output6 -> OEMLed(79)

1557
pls create a new 'New Topic' in 'General Mach Discussion' section,
and post your G-Code.

1558
if you just have a look where this New Forum Thread is placed:

Mach4 General Discussion -> New Forum!

you can think about, where the road is going too.

--> keep this Mach3 users out!

i am realy sad that all this mach3 knowledge will got lost, because a Forum without working search
function is just ridiculous.

1559
VB and the development of wizards / Re: Macro for Rotary Tool Changer
« on: December 11, 2018, 01:32:33 PM »

Lag on CSMIO/Mach3 inputs doesn't allow me to stop the ATC on the cam signal (genevasensor).

made a Suggestion in the other thread

The max current from the cam sensor doesn't allow to drive typical relay directly, so can't use your idea from another thread

cam sensor -> optocoupler -> relay

So, I made a workaround, I'm switching the motor off after 160ms (CW) and 150ms (CCW) after the right tool has been detected.
After that only checking the cam signal.


you sayed it, it is a Workaround but not a solution. see cam sensor -> optocoupler -> relay -> there is allways a solution


This works for 99% of the time, I've added retry if that's not the case, but if something goes really wrong it will end up in an infinite loop.
I'll come back to the ATC later.


Workaround -> solution Problem again


 

1560
hi,
your screenshot (machine) says everything what is wrong.

you are not trying to get the z-axis down, you are traying to do a probe
with radius comp (G41/G42) on.

G41/G42 + Mach3 is a no go (bugs) IMHO