Produced and Consumed Tags in Studio 5000

Поділитися
Вставка
  • Опубліковано 2 лис 2024

КОМЕНТАРІ • 9

  • @OldePhart
    @OldePhart 2 роки тому +4

    Since its rare to P/C a single tag and instead to use an array or a UDT, I create these I use the naming format PLCNAME1toPLCNAME2 for the tag array at both ends. That way just from the name you know the source and destination of that tag group.

  • @bsmith221
    @bsmith221 2 роки тому +1

    Tim, great video.
    I have a quick question. Is this basically the same thing as using a MSG instruction? In what situation would you want to use one or the other if so?
    Thanks.

    • @leviholloway
      @leviholloway 2 роки тому +1

      Good question, I was wondering the same thing.

    • @TimWilborne
      @TimWilborne  2 роки тому +2

      Not exactly the same thing, Produced and Consumed tags a deterministic which basically means they are the same as I/O being connected "directly" to the PLC. Messaging instructions are more of lobbing notes across a wall. Great question Billy!

    • @willysadventurechannel2964
      @willysadventurechannel2964 2 роки тому +1

      When your wanting to communicate with other PLCs or multiple at same time in a plant

    • @jackpast
      @jackpast Рік тому

      Produced and consumed example is a p/e is easier and closer to wire to an i/o card from one plc but it is controlling a conveyor controlled by another plc. Sound right, Tim?

  • @atis567
    @atis567 6 місяців тому +1

    Is it possible to create produce consume to plc in online

    • @TimWilborne
      @TimWilborne  6 місяців тому +1

      No, offline only. If you can't interrupt the process, you could use the MSG instruction.