Hello all
KSS V4.1.5
In a position robot waits for three different inputs: $IN [2] OR $IN[6] OR $IN[7]
I defined three inputs like this:
SIGNAL choiise $IN[2] to $IN[7]
So after the WAIT command, I wrote this:
SWITCH choiise
Case 1
:
Case 2
:
Case 3
:
DEFAULT
:
ENDSWITCH
My problem:
SWITCH just works for Case 1 related to $IN[2] and for other cases program jumps to the DEFAULT. I think the problem backs to the number of the cases. maybe I must change the number 2 and 3 .
thanks for any help