Allen Bradley Micro 800 totalizer

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #19922
    nbogdanovicnbogdanovic
    Participant
      Karma: 17
      Rank: Padawan

      Hello there,

      I have one Micro 850 controller and also I have one flowmeter with pulse output. I need to create a program that will count the pulses and after a certain number of pulses the program should stop the pump. I was configure the high speed counter and set High point of pulses to 1500. The problem is that the program does not stop the pump when the counter counts 1500 pulses. I haven’t worked with these controllers so far and any help would mean anything to me.

      Kind regards

      #19926
      Ahmedkhalefa_AK47Ahmedkhalefa_AK47
      Participant
        Karma: 17
        Rank: Padawan

        Hey,

        Will you attach the plc file to take a look

        #19928
        smithtsmitht
        Participant
          Karma: 18
          Rank: Padawan

          Did you use an = to instruction or >= instruction?  The scan time may miss an = to, so I usually make it >=, so it catches it every time.

          #19934
          nbogdanovicnbogdanovic
          Participant
            Karma: 17
            Rank: Padawan

            I think I solved the problem, you cak take a look the attached files. I scaled the integer data and convert it to real data and now it works. I will test program a little more and inform you. Thank you in advance.

            Regards

            #20236
            BabbRustBabbRust
            Participant
              Karma: 13
              Rank: Padawan

              Hi….you should give power from a DC Power Supply. You will interface the sign to the HSC + and the HSC Gnd to the Power Supply Ground.

              Next you should discover the Meter’s K-Factor. That is the quantity of heartbeats per unit volume. So it will be communicated as XXX heartbeats per gallon or liter or ??

              Ordinarily you would set the Preset of the HSC to the K-Factor (say 100 for this model). So every time the HSC tallies to 100 it will set some sort of Done Bit. You can utilize that Done Bit to tally Gallons or Liters or any units you need.

            Viewing 5 posts - 1 through 5 (of 5 total)
            • You must be logged in to reply to this topic.