Search found 2 matches

by MAlvarez
Thu Jun 25, 2015 1:24 pm
Forum: Dialog
Topic: Jump between screens depending on a variable.
Replies: 1
Views: 10854

Jump between screens depending on a variable.

Hi! When users press the Button1 of Screen2, depending on the value of the variable (Giro1, Bit, D200.0), need the code jumps to the Screen5 (popup) if Giro1 = 0 and jump to the screen4 if Giro1 = 1, but always jumps to the Screen5 regardless of the value of the variable. What am I doing wrong ?. PL...
by MAlvarez
Thu Jun 25, 2015 12:59 pm
Forum: Dialog
Topic: Jump between screens depending on a variable.
Replies: 1
Views: 8301

Jump between screens depending on a variable.

Hi!. When the user clicks the button 1, I need to be based on the value of D200.0 (0 or 1) jump to the Screen5 (popup) or the Screen6 (normal screen) but the code always jump to the Screen5, regardless of the value of the variable. Why this code does not work? PLC = OMRON CP1E, using RS232 for commu...