Search the web
Sign In
New User? Sign Up
ultimaserial_group · UltimaSerial Users
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 136 - 165 of 785   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
136
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...
xcelling
Offline Send Email
Jun 6, 2003
4:28 pm
137
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...
Chen
xchen992000
Offline Send Email
Jun 6, 2003
5:22 pm
138
A Matlab example is added to UltimaSerial classroom...
ultimaserial
Offline Send Email
Jun 6, 2003
11:02 pm
139
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...
Steve Girard
stevegirard2001
Offline Send Email
Jun 8, 2003
11:22 pm
140
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...
Mr Motor
tt3rdgen
Offline Send Email
Jun 9, 2003
6:28 am
141
How about AxUltimaSerial1.AnalogInput (Channel) ?...
Chen
xchen992000
Offline Send Email
Jun 9, 2003
12:39 pm
142
Hi Chen, Are you implying that if I overtly specity the AnalogInput (Channel) that the UltimaSerial will respond with a single reading? - - Steve ... From:...
Steve Girard
stevegirard2001
Offline Send Email
Jun 9, 2003
1:38 pm
143
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...
Chen
xchen992000
Offline Send Email
Jun 9, 2003
1:48 pm
144
I found it Chen, Thank you. Instead of issuing AxUltimaSerial1.GetData, send x = AxUltimaSerial1.GetDataPt(). You may also disable the graph with...
Steve Girard
stevegirard2001
Offline Send Email
Jun 9, 2003
2:17 pm
145
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...
Steve Girard
stevegirard2001
Offline Send Email
Jun 9, 2003
2:30 pm
146
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...
Steve Girard
stevegirard2001
Offline Send Email
Jun 9, 2003
2:37 pm
147
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...
Chen
xchen992000
Offline Send Email
Jun 9, 2003
2:39 pm
148
Thank you Chen for more clues! This is just the type of tip I cherish, a possible path to victory! - - Steve ... From: Chen To:...
Steve Girard
stevegirard2001
Offline Send Email
Jun 9, 2003
2:46 pm
149
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
xchen992000
Offline Send Email
Jun 9, 2003
2:47 pm
150
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! ...
Steve Girard
stevegirard2001
Offline Send Email
Jun 9, 2003
2:52 pm
151
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...
Mr Motor
tt3rdgen
Offline Send Email
Jun 10, 2003
5:14 am
152
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...
Chen
xchen992000
Offline Send Email
Jun 10, 2003
12:43 pm
153
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 ... ...
Steve Girard
stevegirard2001
Offline Send Email
Jun 10, 2003
1:12 pm
154
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...
Bert Feddeck
fedfam1999
Offline Send Email
Jun 10, 2003
1:43 pm
155
I'd like to see a copy of your LabView VI for your DI-194, care to share? Bert Feddeck <bfeddeck@...> wrote:I use the DI-194 for vehicle...
Kent Grasso
scoutzilla
Offline Send Email
Jun 10, 2003
2:03 pm
156
This one works for me. This was done in LV5.1. Bert ... From: Kent Grasso [mailto:scoutzilla@...] Sent: Tuesday, June 10, 2003 10:03 AM To:...
Bert Feddeck
fedfam1999
Offline Send Email
Jun 10, 2003
3:38 pm
157
Well, i would assume that to read a 0-5v supply you wouldn't have to remove any resistors since the 194 can read 0-10v supply. But i figured if you removed the...
Mr Motor
tt3rdgen
Offline Send Email
Jun 10, 2003
5:35 pm
158
I have not tried running with the resistors removed but it would seem to have better resolution. My problem is that this is not a dedicated test system and at...
Bert Feddeck
fedfam1999
Offline Send Email
Jun 10, 2003
5:39 pm
159
To increase resolution is a major reason to play with the resistor network, and the latest version of Di-194/154 has the jumpers to make the job a littler...
Chen
xchen992000
Offline Send Email
Jun 10, 2003
5:49 pm
160
i c, that makes sense. This is for an automotive engine application and i am basically just datalogging some sensors that typically are 0-5v ... would seem to ...
Mr Motor
tt3rdgen
Offline Send Email
Jun 10, 2003
8:38 pm
161
Hi, I have never used the PC for daq, but now need to monitor temperature change over the course of a few days and this appears to be the most promising...
ckreol1
Offline Send Email
Jun 15, 2003
7:48 pm
162
You can connect a thermistor to the joystick input of a sound card and use Basic or Visual Basic to access the value of the resistance of the thermistor and...
doctorDHD@...
drdhdmd
Offline Send Email
Jun 15, 2003
11:23 pm
163
Great Tip Dr. Dave! I love this kind of moment when I think the most stupid question ever has just been asked, and then am presented with an outstanding "out...
Steve Girard
stevegirard2001
Offline Send Email
Jun 16, 2003
1:34 am
164
I hope someone can help me. I am using the older 8-bit DI-194 and I want to be able to send high/low signals out of the parallel port upon a certain voltage...
Pete Crapia
bachelorsgro...
Offline Send Email
Jun 18, 2003
8:07 am
165
I don't think VB can control parallel port directly....
Chen
xchen992000
Offline Send Email
Jun 18, 2003
12:55 pm
Messages 136 - 165 of 785   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help