Author Topic: Data Logger: Current/Amps/Volts/Time  (Read 2858 times)

0 Members and 1 Guest are viewing this topic.

Offline John-OTopic starter

  • Contributor
  • Posts: 17
  • Country: us
Data Logger: Current/Amps/Volts/Time
« on: August 10, 2022, 09:43:28 pm »
Howdy, first time poster here, requiring advice and input from those who know, because I dont.

I require a data logger to record amps/time/volts etc. The info on the electrical motor is as follow:

  • 575 Watts
  • 60Hz
  • 120V

I need to log the amps over time and be able to export it in a graph/data sheet. I think a normal plug in logger unit will be best for our use. What we want to achieve is log the change in amps that will indirectly show the change in torque as the motor works hard or easier. There are so many products available that I am lost as to which is applicable or best suited.

Your inputs will be much appreciated, thank you.
 

Offline John-OTopic starter

  • Contributor
  • Posts: 17
  • Country: us
Re: Data Logger: Current/Amps/Volts/Time
« Reply #1 on: August 10, 2022, 09:46:57 pm »
PS: We are using the motor to mix materials and need to measure the mix's resistance when doing so. Seeing that we cant measure the torque, the best way is to measure the amount of amps required during the mixing, plotted over time. This will enable us to compare different mixes and how "easy" or "difficult" they mix.
 

Offline cellularmitosis

  • Supporter
  • ****
  • Posts: 1111
  • Country: us
Re: Data Logger: Current/Amps/Volts/Time
« Reply #2 on: August 10, 2022, 10:45:00 pm »
Rather than log the data, load into excel and generate a graph, perhaps instead you can use an oscilloscope to see the data in real-time?

If you can slow the time-base way down to 10 or 20 seconds per division, you can get 2 or 4 minutes of graphing on the screen.
LTZs: KX FX MX CX PX Frank A9 QX
 

Offline james_s

  • Super Contributor
  • ***
  • Posts: 21611
  • Country: us
Re: Data Logger: Current/Amps/Volts/Time
« Reply #3 on: August 11, 2022, 01:37:28 am »
Do you really need to record the volts? Normally that is close enough to constant to be considered as such, though you could monitor it for a while to get an idea of how stable it is. What I would try in this case is put a current transformer on the supply to the motor and then interface that to the ADC in your microcontroller of choice, that is assuming you want to build something yourself. The most common and beginner friendly solution is probably going to be an arduino, you'll need a simple analog front end for the current transformer and then you can log the data to a SD card. Loads of other ways to accomplish this but that should give you something to think about.
 
The following users thanked this post: John-O

Offline ledtester

  • Super Contributor
  • ***
  • Posts: 3032
  • Country: us
Re: Data Logger: Current/Amps/Volts/Time
« Reply #4 on: August 11, 2022, 02:17:24 am »
There are so many products available that I am lost as to which is applicable or best suited.

It seems you'd rather find a product rather than roll your own system out of a current transformer + MCU -- is that right?

It might help if you listed some of the products you've looked at and we could comment on their pros/cons/suitability.
 
The following users thanked this post: John-O

Offline Stray Electron

  • Super Contributor
  • ***
  • Posts: 2039
Re: Data Logger: Current/Amps/Volts/Time
« Reply #5 on: August 11, 2022, 01:18:22 pm »
   You might look for one of the older model Dranetz Power Line analyzers.  They're really designed more for catching voltage spikes and sags and other interference on AC power lines but they will log voltage and they have options for monitoring AC current as well (not sure if they can log current).  Outside of AC Power Professionals not many people are familiar with them and there's not much demand for used ones so they can be had relatively cheaply from E-Greed.  I have an old model and it doesn't monitor current but it's dammed good at finding voltage supply problems.

    Look up some of the specs and manuals of their different models and see if they'll do what you want. 
« Last Edit: August 12, 2022, 12:26:09 am by Stray Electron »
 
The following users thanked this post: John-O

Offline voltsandjolts

  • Supporter
  • ****
  • Posts: 2281
  • Country: gb
Re: Data Logger: Current/Amps/Volts/Time
« Reply #6 on: August 11, 2022, 03:07:13 pm »
You just need to log Amperes really, so simplest solution would be a DMM (multimeter) which has an appropriate AC current range and data logging.

e.g. Keysight U1272A DMM which has 10A AC current range and 10k datapoint logging (fastest rate 1sec). You would also need the usb-optical cable for reading logged data (or to log directly on you PC if you want). There will be cheaper options, I just like the U1272A, so I'm biased.
 
The following users thanked this post: John-O

Online Terry Bites

  • Super Contributor
  • ***
  • Posts: 2355
  • Country: gb
  • Recovering Electrical Engineer
 
The following users thanked this post: John-O

Offline John-OTopic starter

  • Contributor
  • Posts: 17
  • Country: us
Re: Data Logger: Current/Amps/Volts/Time
« Reply #8 on: August 11, 2022, 08:35:56 pm »
Rather than log the data, load into excel and generate a graph, perhaps instead you can use an oscilloscope to see the data in real-time?

If you can slow the time-base way down to 10 or 20 seconds per division, you can get 2 or 4 minutes of graphing on the screen.

I need to log the data/graph and then export it for reporting purposes, so just observing real time measurements wont do unfortunately.
 

Offline John-OTopic starter

  • Contributor
  • Posts: 17
  • Country: us
Re: Data Logger: Current/Amps/Volts/Time
« Reply #9 on: August 11, 2022, 08:38:39 pm »
There are so many products available that I am lost as to which is applicable or best suited.

It seems you'd rather find a product rather than roll your own system out of a current transformer + MCU -- is that right?

It might help if you listed some of the products you've looked at and we could comment on their pros/cons/suitability.

Yessir, I want to buy a existing product. I am trying to find some, but dont know of they are well suited:

   https://microdaq.com/data-loggers/voltage-current.php   


 

Offline John-OTopic starter

  • Contributor
  • Posts: 17
  • Country: us
Re: Data Logger: Current/Amps/Volts/Time
« Reply #10 on: August 11, 2022, 08:45:25 pm »
You just need to log Amperes really, so simplest solution would be a DMM (multimeter) which has an appropriate AC current range and data logging.

e.g. Keysight U1272A DMM which has 10A AC current range and 10k datapoint logging (fastest rate 1sec). You would also need the usb-optical cable for reading logged data (or to log directly on you PC if you want). There will be cheaper options, I just like the U1272A, so I'm biased.

This sounds more like it. I need to:

- record time (smaller than 1 second intervals if possible) up to 5min duration
- record amperes (to 0.1 decimal or smaller)
- log data (Excel type format and graphs)
- export and manipulate said data for reporting purposes

It will be best if the logger can be simply be plugged into the existing mixer 110V plug.
 

Offline John-OTopic starter

  • Contributor
  • Posts: 17
  • Country: us
Re: Data Logger: Current/Amps/Volts/Time
« Reply #11 on: August 11, 2022, 08:54:19 pm »
The measured amperes that we obtained with a clamp on KLEIN TOOLS clamp meter electrical test kit was maximum 0.5 amperes and minimum .05 amperes. It could be slightly higher or lower, so I am not looking to measure large amperes.
 

Offline srb1954

  • Super Contributor
  • ***
  • Posts: 1085
  • Country: nz
  • Retired Electronics Design Engineer
Re: Data Logger: Current/Amps/Volts/Time
« Reply #12 on: August 11, 2022, 10:59:05 pm »
You just need to log Amperes really, so simplest solution would be a DMM (multimeter) which has an appropriate AC current range and data logging.

e.g. Keysight U1272A DMM which has 10A AC current range and 10k datapoint logging (fastest rate 1sec). You would also need the usb-optical cable for reading logged data (or to log directly on you PC if you want). There will be cheaper options, I just like the U1272A, so I'm biased.

This sounds more like it. I need to:

- record time (smaller than 1 second intervals if possible) up to 5min duration
- record amperes (to 0.1 decimal or smaller)
- log data (Excel type format and graphs)
- export and manipulate said data for reporting purposes

It will be best if the logger can be simply be plugged into the existing mixer 110V plug.
A power analyser like a Fluke 43 would do all this. It will also provide additional useful information like real and reactive power, inrush currents, voltage surges etc.

This instrument can export its data to the Fluke software, which can produce reports or export data to other S/W. You need to have the special optically isolated interface cable to interface between the PC and the analyser.
 
The following users thanked this post: John-O

Offline Chance92

  • Regular Contributor
  • *
  • Posts: 52
  • Country: gb
Re: Data Logger: Current/Amps/Volts/Time
« Reply #13 on: August 11, 2022, 11:32:39 pm »
How about this one?

https://www.onsetcomp.com/products/data-loggers/ux120-018

I have never used it though.
 
The following users thanked this post: John-O

Offline CaptDon

  • Super Contributor
  • ***
  • Posts: 1662
  • Country: is
Re: Data Logger: Current/Amps/Volts/Time
« Reply #14 on: August 12, 2022, 01:08:33 am »
Look into the Yokogawa products. I wish I still owned my MV100. It would do exactly what you need. They also have graphing utilities on their website. I sold my MV100 for maybe $100.00 at an amateur radio flea market including all of the support software that I burned to a CD.
Collector and repairer of vintage and not so vintage electronic gadgets and test equipment. What's the difference between a pizza and a musician? A pizza can feed a family of four!! Classically trained guitarist. Sound engineer.
 
The following users thanked this post: John-O

Offline geggi1

  • Frequent Contributor
  • **
  • Posts: 423
Re: Data Logger: Current/Amps/Volts/Time
« Reply #15 on: August 12, 2022, 08:25:55 am »
Get a VFD.
Several of the most common brands have features that lets you export running data to external software.
The simplest way would probably be to find a software plugin/module to the VFD that stream load data in CSV format.
This can be imported to excel with the "Datastreemer" plugin and presented with charts and numbers in a simple way.
 
The following users thanked this post: John-O

Offline John-OTopic starter

  • Contributor
  • Posts: 17
  • Country: us
Re: Data Logger: Current/Amps/Volts/Time
« Reply #16 on: August 12, 2022, 12:52:56 pm »
How about this one?

https://www.onsetcomp.com/products/data-loggers/ux120-018

I have never used it though.

This looks like the type I need  :-+

Plug and play. Just need to check if the amp and time resolution capturing is small/accurate enough.
 

Offline james_s

  • Super Contributor
  • ***
  • Posts: 21611
  • Country: us
Re: Data Logger: Current/Amps/Volts/Time
« Reply #17 on: August 16, 2022, 11:58:07 pm »
Get a VFD.
Several of the most common brands have features that lets you export running data to external software.
The simplest way would probably be to find a software plugin/module to the VFD that stream load data in CSV format.
This can be imported to excel with the "Datastreemer" plugin and presented with charts and numbers in a simple way.

Have you ever seen a 120V single phase VFD? I haven't.
 

Offline John-OTopic starter

  • Contributor
  • Posts: 17
  • Country: us
Re: Data Logger: Current/Amps/Volts/Time
« Reply #18 on: September 22, 2022, 12:56:56 pm »
How about this one?

https://www.onsetcomp.com/products/data-loggers/ux120-018

I have never used it though.

I ordered this unit and it is precisely what we needed, thank you C92! it works well and and has the correct resolution required. Real easy plug and play - the software is simple and straight forward. No mess no fuss.

 :-+
 
The following users thanked this post: james_s

Offline John-OTopic starter

  • Contributor
  • Posts: 17
  • Country: us
Re: Data Logger: Current/Amps/Volts/Time
« Reply #19 on: September 22, 2022, 01:01:45 pm »
Software comes on a USB stick.
 

Offline Chance92

  • Regular Contributor
  • *
  • Posts: 52
  • Country: gb
Re: Data Logger: Current/Amps/Volts/Time
« Reply #20 on: September 23, 2022, 09:02:23 am »
How about this one?

https://www.onsetcomp.com/products/data-loggers/ux120-018

I have never used it though.

I ordered this unit and it is precisely what we needed, thank you C92! it works well and and has the correct resolution required. Real easy plug and play - the software is simple and straight forward. No mess no fuss.

 :-+

Thanks for the update. Glad to see a problem solved!
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf