TheB1GLebowski

MrPLC Member
  • Content count

    1
  • Joined

  • Last visited

Posts posted by TheB1GLebowski


  1. On 3/29/2024 at 3:01 PM, Glenn Covington said:

    Do you want to just move the accumulated value?   If so, just use a MOV command.

    Like [MOV C0 D1000].

     

    Here is a way I found recently that works well so far in our application.

     

    My counter looks like this

        INCP_U(SCARA.VacuumSwitch, D3263);       //D3263 is HMI.PartsPicked. For some reason when I use HMI.PartsPicked it gives an error when rebuilding.
        RST(HMI.ResetPartsPicked, HMI.PartsPicked);

    On my HMI I made a number display and used D3263 for my device.