10-26-2015 01:30 PM
I am wondering if the temp device 9213 and wifi device 9191 can be programmed to be a standalone and send data to a message queue . something like this .device 1chan1.26.010.2015.temp 35
I have a graph in dot net and just need to get the temp and time stamp programmed into the 9213.I dont want to use any program or driver to run the device after it is programmed
10-26-2015 06:46 PM
@Brenboy wrote:
I am wondering if the temp device 9213 and wifi device 9191 can be programmed to be a standalone and send data to a message queue . something like this .device 1chan1.26.010.2015.temp 35
I have a graph in dot net and just need to get the temp and time stamp programmed into the 9213.I dont want to use any program or driver to run the device after it is programmed
NI-DAQ devices require NI-DAQmx drivers.
I don't understand what you mean by temp and time stamp programmed into the 9213?
You don't program anything into these devices. You write a computer program to acquire data from these devices. Which language you choose -- whether LabVIEW, C#, VB.NET, etc. -- is up to you.