Hello Guest it is March 19, 2024, 06:48:15 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

1711
ok had a quick look to your Profile.
the only Thing witch is wondering me is your e-stop Setup.
but you can reset your e-stop?

so you can Switch output1 by using the Manual torch on/off button, but not
by using M3/M5.

let's do a small test with the M3 macro.

open your M3.M1s with a text Editor or VB Scripter window and add the following line:

MSGBox ("M3 has been triggered")

open your M5.M1s with a text Editor or VB Scripter window and add the following line:

MSGBox ("M5 has been triggered")

just to see that M3/M5 get's excecuted.


if you Switch Output1 by Manual button is the relay switching too?

first off all we have to get output1/Relay under controll.




1712
you can also have a look here:

http://www.machsupport.com/forum/index.php/topic,36874.10.html

there we had a simular Problem.

1713
General Mach Discussion / Re: ATC Spindle How to set them up?
« on: May 05, 2018, 03:02:31 AM »
you can check the funtion of your Input easy in diagnostic page.

to stop the achine somethink like this would work:

If IsActive(input4) Then
  DoOEMButton(1003)
  Exit Sub
End if

1714
General Mach Discussion / Re: newbie needing advice
« on: May 05, 2018, 02:56:46 AM »
first you have the Problem with the arrow key?

arrow up must give positive DRO, then get the movement according to the DRO.

1715
ok everything look's to be correct set up.

let's do some tests.

-enter M3 to MDI line and have a look in dianostic page for Output1 to be enabled
-enter M5 to MDI line and have a look in dianostic page for Output1 to be disabled

if Output1 is switching in diagnostic page can you see the relay LED (byside the power LED) switching ?

1716
do you have a link to a Manual of this BOB ?

1717
General Mach Discussion / Re: ATC Spindle How to set them up?
« on: May 04, 2018, 01:38:26 PM »
Meanwhile I appreciate greatly, If you could clarify this sensor issue for me.
The codes that I posted before, is it going to do the Job? Do I need to add more lines?
Could you direct me to some sample codes on this matter?

hello Johnansaro,

please dont missunderstand be, but i realy don't know (check) witch sensor issue i should clarify ???
the code you have posted will only do the following:

input4 i s on -> stop spindle (M5)

sorry i did not catch witch "Job" should do ???






1719
General Mach Discussion / Re: newbie needing advice
« on: May 04, 2018, 11:24:08 AM »
can you please post a screenshot from Config -> System Hotkey's ?

1720
General Mach Discussion / Re: ATC Spindle How to set them up?
« on: May 04, 2018, 03:15:40 AM »
i do not know anything about your spindle,
but normaly there is a pneumatic valve for lock/unlock the tool,
and some Switches for tool locked and tool unlocked.

these switsches are noramly going to mach3 Inputs and then they have
to be controlled by M6 macro witch handles the ATC.