how to create a link Button help me please !!
- andypugh
- Away
- Moderator
- Posts: 23558
- Thank you received: 4858
What position?i thought pyvcp.??? had to be in that position always.
The first item after "net" has to be a signal name, but one output pin and one or more input pins can be in any order after that.
i thought this aborted a running program. when would this be used?
what's like pressing the escape button on the keyboard ?
I will look when I get home, I do have a working abort button.
Please Log in or Create an account to join the conversation.
- piasdom
- Offline
- Platinum Member
- Posts: 472
- Thank you received: 10
Please Log in or Create an account to join the conversation.
- andypugh
- Away
- Moderator
- Posts: 23558
- Thank you received: 4858
net stop-subs pyvcp.stop => halui.program.stop
I can't recall if that works in the middle of a long MDI movement too. (whereas ESC does)
Please Log in or Create an account to join the conversation.
- piasdom
- Offline
- Platinum Member
- Posts: 472
- Thank you received: 10
i'll keep looking for that pin. Thanks !
Please Log in or Create an account to join the conversation.
- piasdom
- Offline
- Platinum Member
- Posts: 472
- Thank you received: 10
halui.estop.activate
but haven't had time to check yet. also is-activated and reset.
will try em all later
Please Log in or Create an account to join the conversation.
- piasdom
- Offline
- Platinum Member
- Posts: 472
- Thank you received: 10
still looking
Please Log in or Create an account to join the conversation.
- piasdom
- Offline
- Platinum Member
- Posts: 472
- Thank you received: 10
this works in both manual and mdi and as program running
net abort-button pyvcp.abort-button => halui.estop.reset
Please Log in or Create an account to join the conversation.
- andypugh
- Away
- Moderator
- Posts: 23558
- Thank you received: 4858
Really? How interesting. I am surprised by that, actually.his works in both manual and mdi and as program running
net abort-button pyvcp.abort-button => halui.estop.reset
If it works, it works. And I might try it myself.
Please Log in or Create an account to join the conversation.
- piasdom
- Offline
- Platinum Member
- Posts: 472
- Thank you received: 10
Please Log in or Create an account to join the conversation.