01-29-2016 05:46 AM
Can I develop data acquisition vi with LabVIEW for a DEWE-2522 device? will it be able to save the files as .TDMS?
01-29-2016 06:04 AM
You'll need to contact the manufacturer and see if you can get a Programming Manual. If it will allow for sending and receiving remote commands, you need to learn them and implement them. From there, assuming you can get the data from the instrument, you can save the data in whatever format you want.
Of course, I would probably just go with a simple USB DAQ from NI and then just let DAQmx do all of the work for you.
02-01-2016 06:01 AM
Thank you for your answer.
I would also go with USB DAQ but we already have the other equipment and not much budget to spend.
The Dewetron has an onboard RS485 card, I have read something about RS485 drivers to control it with LabVIEW, is that something straight forward to do or does it require deep programming?
Thanks again.
02-01-2016 07:11 AM
02-02-2016 07:36 AM
The best thing is to pick up the phone and ask DEWETRON how to stream the data to LabVIEW .....
Maybe they have a Ethernet driver to get the data, or a TCP-IP (UDP?) stream you can grap.
For current devices they claim to have LabVIEW support 😉