sorry here is in english i have a motion controller that control 3 motors, and they control 3 actuators in x,y,z position the motion controller send me the position of the actuator in strings, i need to graph in real time the motion of this actuators how are they moving i slide switch button and i put a case structure inside the case struct i put a flat sequence in the first frame i put get motor1 position, and in the other frame i put get motor2 position, outside the case structure i put the switch button with the condition if the buttion is pressed then give me the motors position, i can read the 2 motors positions but i cant graph the signal what can i do?