tosza93

MrPLC Member
  • Content count

    5
  • Joined

  • Last visited

Community Reputation

1 Neutral

About tosza93

  • Rank
    Newbie

Profile Information

  • Country Hungary
  1. Gx Works 2 Structured Text

    You don't need to use the whole instruction. It'll work if you use it like this: TON_Inst(IN:= g_bool1 ,PT:= T#10s); And you can use multiple condition in the "IN:=" section, for example: TON_Inst(IN:= (g_bool1 AND g_bool2 AND ect...), PT:= T#10s); If you use it like this, you can refer to the operation condition of the timer in the further program lines like this: TON_Inst.Q
  2. Gx Works 2 Structured Text

    The easiest way to find an ST instruction is to use the F1 help on FBD/LAD functions. In the help you'll find program examples in multiple languages, include ST. Example in attached pic.
  3. Safety PLC R08SFCPU

    Sorry for the silly question, but do you use the right label list category? When you create a new label list you can modify it's category to safety.
  4. It won't work with FX1N
  5. You can use PLS instruction for first bit of D6 too.