Simple question (for someone else...)
- fishtruk
- Offline
- New Member
-
Less
More
- Posts: 5
- Thank you received: 0
11 Mar 2016 18:58 #71443
by fishtruk
Simple question (for someone else...) was created by fishtruk
Hello,
I want to have one of the inputs on our probotix pbx-rf card (parallel breakout board) to trigger stepping a program thru line by line...just as if you pressed the "T" key. Has anybody HAL code for this?
Thanks,'
Nelson
I want to have one of the inputs on our probotix pbx-rf card (parallel breakout board) to trigger stepping a program thru line by line...just as if you pressed the "T" key. Has anybody HAL code for this?
Thanks,'
Nelson
Please Log in or Create an account to join the conversation.
- cmorley
- Away
- Moderator
-
Less
More
- Posts: 7843
- Thank you received: 2109
12 Mar 2016 03:41 #71479
by cmorley
Replied by cmorley on topic Simple question (for someone else...)
you could connect a parallel port pin to halui's pin: halui.program.step
something like..
net single-step-button halui.program.step parport.0.pin-10-in
Then if you paused the program toggling the port pin should step the program.
I haven't tried it.
Chris M
something like..
net single-step-button halui.program.step parport.0.pin-10-in
Then if you paused the program toggling the port pin should step the program.
I haven't tried it.
Chris M
Please Log in or Create an account to join the conversation.
Time to create page: 0.117 seconds