News:

  • October 03, 2025, 07:04:36 PM

Login with username, password and session length

Author Topic: Analog Input as Pulse  (Read 4382 times)

EliWaldner

  • Full Member
  • ***
  • Posts: 21
Analog Input as Pulse
« on: September 25, 2025, 06:28:03 PM »
I think I read somewhere (if my memory is correct) that an analog input, on BRx PLCs can be used as digital input. With that in mind, would it be possible to use an analog input on a BX-DM1E-36AR3 as a pulse input, at a rate of about 15 pulses per second? Or would this be asking for poor performance?

Bolt

  • Hero Member
  • *****
  • Posts: 591
Re: Analog Input as Pulse
« Reply #1 on: September 26, 2025, 12:00:06 PM »
What would you do with the pulsed input? You can't map an AI into a high speed instruction, so you would be better off using one of your existing high speed inputs for such? And then re-purpose the AI as a regular, slow speed input? I'm not sure how to do wire the AI as a DI, it is possible, but I'll let someone else chime on on that.

EliWaldner

  • Full Member
  • ***
  • Posts: 21
Re: Analog Input as Pulse
« Reply #2 on: September 26, 2025, 01:06:36 PM »
The pulse input would be coming from a flow meter and the plan is to use the input to count liters of water. The model of PLC we have, has AC volt inputs and the pulse coming from the flow meter would be DC volts. That is the reason for wanting to use the analog input, which would be DC volts, as the pulse input.......

BobO

  • Host Moderator
  • Hero Member
  • *****
  • Posts: 6126
  • Yes Pinky, Do-more will control the world!
Re: Analog Input as Pulse
« Reply #3 on: September 27, 2025, 11:23:12 AM »
The onboard AI is pretty fast, conversions are a touch over 1ms. At 15Hz you would likely be fine, but it's a scan based update so your scan time needs to be stable enough and short enough to see all transitions.
"It has recently come to our attention that users spend 95% of their time using 5% of the available features. That might be relevant." -BobO

EliWaldner

  • Full Member
  • ***
  • Posts: 21
Re: Analog Input as Pulse
« Reply #4 on: October 02, 2025, 04:14:49 PM »
@BobO thanks for sharing your opinion. We used a relay to convert the signal from DC to AC. It seems to work okay but if we run into issues we may try the analog input. Thanks again for your help and for sharing your thoughts.

Garyhlucas

  • Hero Member
  • *****
  • Posts: 412
Re: Analog Input as Pulse
« Reply #5 on: Today at 03:38:41 PM »
A few years ago I needed Just One More high speed counter for a flow meter. The rate was too high for a standard digital input. So I built a high speed input using the Interrupt function. Not as fast as the normal high speed inputs but way faster than a standard input.