Hello friends. I need to write a basic program in Rapid, can you help me?
Let sensor1 be Digital Input.
Program steps are as follows;
If sensor1 = 1
Let the robot continue with normal steps without doing anything.
But
if sensor1 = 0
"Operation failed"
Let a text appear on the screen,
Then
Set the Digital Output.
For example, set the Digital Output named "do_1" Digital Output.
Thank you.