News:

  • June 29, 2026, 06:44:44 PM

Login with username, password and session length

Author Topic: Is do more fast enough?  (Read 8991 times)

fluidpowerman

  • Full Member
  • ***
  • Posts: 21
Is do more fast enough?
« on: January 20, 2015, 03:11:02 PM »
I have an application I am looking at where I want to read the following

2qty. pressure inputs (via pressure transducer)
2qty. temperature inputs (via temperature transducer)
2qty. torque inputs  (load cell)

All inputs are voltage 0-5vdc

I am looking to read at 500 hz., which I believe translates to 2ms.  With some ladder logic take my readings add the values and take the average for a value every 100 ms.  Then log the data to create a table and graph.  I would like to use the domore plc but I believe the analog inputs are limited in speed.  Does anyone have any input.  Not sure if I can do this with a PLC. 

Thanks in advance for any input


franji1

  • Bit Weenie
  • Host Moderator
  • Hero Member
  • *****
  • Posts: 3833
    • Host Engineering
Re: Is do more fast enough?
« Reply #1 on: January 20, 2015, 04:04:22 PM »
Not sure of the timings on 205 analog vs. Terminator I/O analog.  Do-more CPUs are available for either I/O system.

ADC Product Engineer

  • Hero Member
  • *****
  • Posts: 270
Re: Is do more fast enough?
« Reply #2 on: January 20, 2015, 04:20:42 PM »
I don't think we have any analog that is capable of resolving that fast.  A 2ms resolve time is getting into DAQ territory.

fluidpowerman

  • Full Member
  • ***
  • Posts: 21
Re: Is do more fast enough?
« Reply #3 on: January 20, 2015, 04:32:04 PM »
That's what I thought.

Has anyone worked with Data Acquisition and have any platform preferences?  I am new to the DAQ world at those speeds.

Thanks again

Controls Guy

  • Internal Dev
  • Hero Member
  • ****
  • Posts: 3619
  • Darth Ladder
Re: Is do more fast enough?
« Reply #4 on: January 20, 2015, 08:57:09 PM »
I use a Windows based product called DAQ Factory from Azeotech.com all the time, mostly as an HMI for PLC controlled systems.  I've never used it for this type thing, but that and PC-based control is really more its background than pure HMI.

For hardware, it's often used with a DAQ / I/O product called LabJack that connects via USB or Ethernet, and has a streaming mode for high frequency inputs including analog. The hardware is also smart and can linearize TC inputs, do counting and pwm onboard, etc.  (I haven't used the LabJack product myself, this is all stuff I've got from threads on the DAQ Factory forum)
I retract my earlier statement that half of all politicians are crooks.  Half of all politicians are NOT crooks.  There.

fluidpowerman

  • Full Member
  • ***
  • Posts: 21
Re: Is do more fast enough?
« Reply #5 on: January 21, 2015, 10:07:13 AM »
I will take a look.  Thanks to everyone again for your input :)