Hello Guest it is April 17, 2024, 09:10:37 PM

Author Topic: Something is Ignoring the commands  (Read 4081 times)

0 Members and 1 Guest are viewing this topic.

Offline rufan

*
  •  38 38
    • View Profile
Something is Ignoring the commands
« on: July 24, 2013, 08:08:06 AM »
I have setup a Brain to see when an Axis Fails, then Estop must be triggered.
But for some reason only the last line is working (OEMTR#4)
Tested signals > brain is detecting the signal and Estop turn GREEN but Mach3 do not Estop for OEMTR#2 and OEMTR#3

Brains code:
OEMTRIGGER#2 > No-Operation > Estop
OEMTRIGGER#3 > No-Operation > Estop
OEMTRIGGER#4 > No-Operation > Estop

Only OEMTRIGGER#4 is working perfect

What I am doing wrong?
Re: Something is Ignoring the commands
« Reply #1 on: November 15, 2013, 10:34:50 PM »
Hi rufan,
I think that now I have a issue ver similar than you, just only follow the last order , I have posted as well today.
Did y ou found any solution or where you was wrong?
Maybe you can give me light if I follow your steps.
Thanks !
Re: Something is Ignoring the commands
« Reply #2 on: November 19, 2013, 12:02:53 PM »
Hi rufan,

see pict.

alex

Offline poppabear

*
  • *
  •  2,235 2,235
  • Briceville, TN, USA
    • View Profile
Re: Something is Ignoring the commands
« Reply #3 on: November 23, 2013, 08:49:08 AM »
Rufan,

the issue is, Brains is top down processing, if the first line turns it "off" and it hits the second line that says its OK, it turns off, etc.  so, only your LAST command is valid.

Here is the fix,  Take your 3 inputs and pipe them into an "OR" block, then the output of the "OR" block goes to a Single E-Stop button push.

scott
fun times