Page 1 of 1

Input status conditional run

PostPosted: Sun Mar 04, 2018 6:20 pm
by bdrotaru
Hi.
I want to configure software to run as long a input is active (a switch). When this input becomes inactive i want stop button to be pressed.
Cycle start also to depend on this input. If this input is not active, cycle start to display a message.
Can this be done?

Re: Input status conditional run

PostPosted: Sun Mar 04, 2018 7:26 pm
by dezsoe
Yes. You have to set your input as an input trigger to press stop (button 130). (Configuration / I/O trigger / Input trigger) To block start, you have to write a macro to test your input and write a message or start cycle. If the macro is ready, you have to change the screen to start your macro when pressing cycle start.

Re: Input status conditional run

PostPosted: Tue Mar 06, 2018 5:14 am
by bdrotaru
Thank you for reply. Can somebody write this macro?