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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 235 - 271 of 785   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
235
I am trying to display the speed of my car on a computer screen. I have installed a sensor on the wheel axle that gives 6 pulses per revolution of the shaft...
drdhdmd
Offline Send Email
Jun 6, 2004
2:10 pm
236
I doubt DI-194 is fast enough for this project. Anyway, the best you can do is run DI-194 at max speed (480Hz throughput rate at 9600 baud), and monitor the...
Chen
xchen992000
Offline Send Email
Jun 7, 2004
12:33 pm
237
Dave- It depends on how fast you plan to go (and how accurate you need to be)- at 60 mph you are traveling at 88 fps so your pulses will be coming at 75 Hz, or...
Mike Antoniak
mikeantoniak
Offline Send Email
Jun 7, 2004
12:59 pm
238
I am trying to make a thrust stand using Labview. The system has a load cell to Aerocon Op-Amp translation card to the Dataq-194RS Module. I have tried to...
mayahlah
Offline Send Email
Jun 22, 2004
2:59 pm
239
Key is no longer required to enable multiple channels on older version DI194s. Please visit www.ultimaserial.com for more detail...
ultimaserial
Offline Send Email
Jun 30, 2004
7:36 pm
240
... I have built and installed many systems as you describe, one of them using the Dataq 151 module. The code is very similar to the 194, you only have to...
ve3eoq
Offline Send Email
Jul 15, 2004
7:21 pm
241
I have written LabVIEW programs using either ActiveX control to run a DI-194RS. What are the benefits of one over the other? Thanks!...
Tim Erickson
tlerunner
Offline Send Email
Jul 30, 2004
12:15 am
242
1) DataqSerial is being obsoleted 2) UltimaSerial has the following functions, and DataqSerial doesn't (Please refer to www.ultimaserial.com): Text-based error...
ultimaserial
Offline Send Email
Jul 30, 2004
12:30 pm
243
I am attepting to get 'anything' from my DI-194RS through TestPoint V5. Looking at the ultimaserial website info is no through enough to properly set up...
jmatwood2001
Offline Send Email
Aug 14, 2004
7:05 pm
244
Hi, How can I read, write and display the signal in Active X Visual Basic 6? I am using DI-205 and DI720. Thank you very much! Wayne...
wayne_phyllis2003
wayne_phylli...
Offline Send Email
Aug 19, 2004
7:31 am
245
You should use DataqSDK.OCX http://dataq.com/develop/...
Chen
xchen992000
Offline Send Email
Aug 19, 2004
12:23 pm
246
Everytime I attempt to run Excel AnalogSingle I get Run-Time Error '449' Augment not optional. OS Win xp and UltimaSerial ver 2, DI-194RS. Any ideas? L Bush...
lbush@...
w5ncd
Offline Send Email
Aug 26, 2004
1:42 pm
247
The sample Excel AnalogSingle was developed under UltimaSerial version 1, and when you use ver 2, unfortunately, you need to recreate the project --- a very...
ultimaserial
Offline Send Email
Aug 26, 2004
2:28 pm
248
Thanks. That solved my problem. L Bush ... From: ultimaserial To: ultimaserial_group@yahoogroups.com Sent: Thursday, August 26, 2004 9:28 AM Subject:...
Larry Bush
w5ncd
Offline Send Email
Aug 26, 2004
4:06 pm
249
I am using the UltimaSerial Active-X control in Labview with the DR 151R. I get a type mismatch error at the output of the Labview module that converts the...
ve3eoq
Offline Send Email
Aug 26, 2004
10:02 pm
250
Thank you for your replies. I thought the fastest the DI-194RS could sample was 240 as in "UltimaSerial.SampleRate = 240". Is this just for the four the...
drdhdmd
Offline Send Email
Sep 6, 2004
11:33 pm
251
Any thoughts as to whether the upcoming DI-148U will be adequate for my vehicle speed project? Will it work with UltimaSerial? Thank you, Dave...
drdhdmd
Offline Send Email
Sep 6, 2004
11:50 pm
252
What is the highest sample rate for the DI-194RS and is it dependent on the computer itself? No matter what I set the rate to in the line ...
drdhdmd
Offline Send Email
Sep 7, 2004
12:38 am
253
Is there any difference between these two lines? Voltage = 10* ADReading/32768 Voltage = ADReading/3276.8 Am I missing some important concept here? Thank you, ...
drdhdmd
Offline Send Email
Sep 7, 2004
12:49 am
254
If the intermittent problems refer to different PCs, it could be from the different version of Ultimaserial control. Make sure all target PCs use the same...
ultimaserial
Offline Send Email
Sep 7, 2004
12:47 pm
255
The highest throughput rate for 194 is 480. With 4 AD channels, you can ge 120S/s ... could ... the ... (per ... me. ;-)...
ultimaserial
Offline Send Email
Sep 7, 2004
12:49 pm
256
148U's protocol has not been published yet...
ultimaserial
Offline Send Email
Sep 7, 2004
12:49 pm
257
Unless you are talking integer math, in which case, ADReading/32768 yields zero...
ultimaserial
Offline Send Email
Sep 7, 2004
12:57 pm
259
What is the maximum transisions high to low or low to high per second that one of the digital inputs of the DI-194RS can count? Is this affected by how many...
drdhdmd
Offline Send Email
Sep 12, 2004
4:11 am
260
You are right, the digital inputs are in sync with the first AD channel. The more channels you enabled, the lower the frequency you can monitor. ... second...
ultimaserial
Offline Send Email
Sep 13, 2004
12:32 pm
261
If you multiply the top and bottom of the equation by the same number the equation is still the same. All that was done was to get rid of the "10" by ...
Tim McCoy
lotus_14us
Offline Send Email
Sep 14, 2004
8:18 pm
268
Can I control the square wave output (DIG2) of a DI-194RS with the SquareWaveOutput property? I used this property, i.e. UltimaSerial1.SquareWaveOutput = FALSE...
smoke_house_man
Offline Send Email
Nov 22, 2004
5:13 pm
269
I've answered my own question. You can not set the SquareWaveOutput property while data is being collected. You must execute the ...
smoke_house_man
Offline Send Email
Dec 1, 2004
4:52 am
270
I posted a partial screen shot that includes my form, in case anyone is interested in how it looks. Click on "Photos" in the left panel of this Yahoo! group,...
smoke_house_man
Offline Send Email
Dec 2, 2004
2:13 am
271
Using VB6 I have been able to use TransitionCounter over a time period to find the speed of something, but that doens't provide a very accurate answer. So I...
natebdick
Offline Send Email
Dec 8, 2004
12:08 am
Messages 235 - 271 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