I am trying to sample the DI-194RS, multiply the voltage signal that I get (to turn it into a useful engineering unit), display the answer in real time, and...
The most common way is to save the data in CSV format (http://www.itransfer.org/IAI/FACT/TranCoorCSV.taf?page=ExplainCSV), which can be interpreted by most...
I want to use the DI-194RS with my handheld PC and embedded Visual Basic. Does anyone know how to do this? Ultima Serial does not seem to work with this...
Here is one I use. You will have to change the scaling for whatever units you are using. This one creates an Excel file using today's date and time and then...
Can anyone tell me how to use the DI-194RS without using an OCX. I need this so I can use the DI-194RS with a handheld PC running embedded Visual Basic which...
Greetings, I have been programing in LabVIEW and am having trouble writing the data to a spreadsheet. I am taking data from both channels when I use the...
My application is not data storage/recording but real time data display--non-triggered oscilloscope type. I would like to display voltage events with a plot...
Has anyone programed a polar plot chart in vb6? I have need to display the readings on a circular chart with the value of 0 at center and adjustable scale out...
I'm looking for the hardware and software specs of running the UltimaSerial control to capture data from the DI-154RS. Our department will have a computer...
you can use di-194 on any Win95 and up PC with a com port, i think it even runs on Win3.1 if you use WinDaq, but not ultimaserial. if your pc doesn't have a...
How can I command the UltimaSerial control to take a single reading, under control of VB? I just want to make a reading, do some math on the answer and go from...
i wanted to use dataq 194 to datalog temperature via a GM IAT (inlet air temperature) sensor but according to dataq the 194 doesn't support a thermistor as my...
Hi Chen, Are you implying that if I overtly specity the AnalogInput (Channel) that the UltimaSerial will respond with a single reading? - - Steve ... From:...
Not sure what language you are using, if you use VB, take a look at the sample "AnalogInput" included with the control. You have to enable a specific channel...
There is much written on this and I'm no expert but from an analog standpoint here is what you need to consider. The 194 has a +-10VDC linear input. A...
MATH ERROR! 20 VDC / 1024 = 20 millivolts per step. SORRY! - - Steve ... From: Mr Motor To: ultimaserial_group@yahoogroups.com Sent: Monday, June 09, 2003 2:28...
If you need to monitor every reading, why not use GetData? or GetDataEx, if you are not comfortable with variant. GetData returns a variant, and you can access...
I thought he wanted to use thermistor instead of thermocouple. With thermister, you can get much better linearity than thermocouplem, but in a smaller range. ...
Chen, You are the Master! I'm so old-school I've not explored thermistors! Thanks again for an excellent tip that certainly can lead to inexpensive solutions! ...
hmm...so to read the 0-5v range the thermistor is going to sending to the dataq i would remove R1 and R3 per http://www.dataq.com/misc/serialextra/di-194r.gif...
http://www.dataq.com/misc/serialextra/di-194power.gif is the schematic for the latest version of DI-194/154 btw, the output of a pressure sensor may be too...
Thank you Chen for steering the ship. This is great info, shows a company willing to share proprietary documents if it will benefit the user. -- Steve ... ...
I use the DI-194 for vehicle testing. The manifold absolute pressure (MAP) sensor I use is a standard GM type that requires a 5VDC reference. I also pull in...