Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

Finding a device for logging Analog and Digital signals

Hello.

I'm asking this as there is a myriad of devices but none seem to fit what I want. I will describe here:

We have several devices around the building that need monitoring, and inside an industrial back room all the wires come out. Some are digital voltages, some are analog voltages. The voltage range is +/- 5V logic for the digital ones and 0-12V for the analog ones. But it should be able to handle +24V just in case.

The back room had before an old NI box with a bunch of wires in a super messy dusty cluster hooked up to an old win XP PC that ran a logging program that was made with LabView 8.5.1. No fancy stuff, just basic labview with stock DAQmx drivers and an SCB-68 box attached to a PCI card inside the PC.

 

Of course, after some years, the win XP PC died a horrible death. Finally actually. Its been set up in 2007 but had loads of issues. The disk crashed some time. The windows got corrupted once and was reinstalled. The windows complained it was not genuine since its not online for years. Random reboots and blue screens up to once a week in the end. So it took effort to fix and maintain this silly piece of PC that only host a DAQ device and a log program on it. Small things, but far from an fire and forget solution that we wanted. Now I think the mainboard got fried cuz it wont load into bios even.

 

Now I could get a new PC and build it with motherboard that has old PCI slots and find drivers that works in windows 10 (I hope!). I can fix the logging program in labview so it works with LV2017 also. Now its a bit of work, and my boss is not happy about it, he wants a stable plug and play thingy that just works, and I don't need to use time to set up and maintain over the years, reboot that stupid PC, or start it up if it dies, reinstall windows or whatever. But in time, its just gonna be the same because its still a PC with windows inside a dirty room.

 

Ok, now to what I want:

 

Is there an NI device that I can log voltages, plug this thingymabob into the ethernet plug, give it an IP address, and just run the log program on a more useful PC where people actually are?

It would save time. And costs.

 

I looked into CompactRIO and those thingies, but they seem so overkill. Very expensive are they as well, and I am unsure if I can use it with the LabView license I got since it say it require Labview realtime and monitor and control modules. I dont need so much fancyness. Just simple DAQ device with ethernet plug so it can communicate a long distance. Dont wanna use USB with loads of repeaters...

 

Do NI got that, or should I look elsewhere? It still need to be possible to talk to it with Labview.

 

Thanks for your time.

0 Kudos
Message 1 of 5
(3,032 Views)

A labjack UE9 ?

Comes with LV driver , but I never worked with it....

 

For a professional solution I would also look at a PLC ... Wago Beckhoff ...

Greetings from Germany
Henrik

LV since v3.1

“ground” is a convenient fantasy

'˙˙˙˙uıɐƃɐ lɐıp puɐ °06 ǝuoɥd ɹnoʎ uɹnʇ ǝsɐǝld 'ʎɹɐuıƃɐɯı sı pǝlɐıp ǝʌɐɥ noʎ ɹǝqɯnu ǝɥʇ'


0 Kudos
Message 2 of 5
(3,009 Views)

Thanks for the response.

I finally found a solution myself. This is exactly what I need for something this simple.

https://www.moxa.com/product/ioLogik_E1210.htm

Daisy chain similar modules to get whatever inputs/outputs as I need, then plug straight into the wall. Should look neat on a DIN rail too.

 

Works on Modbus so it should be possible to talk to with unmoduled Labview with this package here I hope, but I haven't tried yet:

https://forums.ni.com/t5/NI-Labs-Toolkits/LabVIEW-Modbus-API/ta-p/3524019

 

In case someone else needs a similar solution or know a better one.

0 Kudos
Message 3 of 5
(2,988 Views)

I think network cDAQ might be what you are looking for...

 

 

0 Kudos
Message 4 of 5
(2,978 Views)

We were notified of this topic since "LabJack UE9" was mentioned.

 

Note that the T7 is newer, better, and less expensive than the UE9, and if you only need 12-bit analog inputs you can even use the T4:

 

https://labjack.com/products/comparison

 

To measure analog voltages over 10 volts you would add an LJTick-Divider.  To handle driven digital signals beyond 5 volts, there are various options, including again using LJTick-Dividers.

 

We provide a high-level cross-platform library (LJM) to talk to T-series devices, or you can talk to them directly using Modbus TCP over Ethernet/WiFi.  For the former we provide LabVIEW examples for Windows only, while for the latter our LabVIEW examples should work on any operating system:

 

https://labjack.com/support/software/examples/ljm/labview

 

https://labjack.com/support/software/examples/modbus/labview

 

Message 5 of 5
(2,972 Views)