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 250 - 289 of 781   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
272
1) DI-194's digital inputs are sampled at the same speed of the channels, or max 480S/s, you can't expect to count anything running faster than half the...
ultimaserial
Offline Send Email
Dec 8, 2004
1:27 pm
273
Then do you have a suggestion to find the time difference between one transition and another, especially when they are happening fast?...
natebdick
Offline Send Email
Dec 8, 2004
5:59 pm
274
The best you can do is to set the sample rate to 480S/s, enable only one channel so that the digital inputs are read at 480Hz, and monitor the digital inputs,...
ultimaserial
Offline Send Email
Dec 8, 2004
6:43 pm
275
I looked at the DigitalWaveform and I placed the data from the GetData and I really don't understand what the data means. Whether the digital input is high or...
natebdick
Offline Send Email
Dec 9, 2004
5:44 pm
276
1) Please take a look at this page: http://www.ultimaserial.com/dqchart.html 2) Since digital inputs are embeded in the first AD channel, you can extract the...
ultimaserial
Offline Send Email
Dec 9, 2004
6:09 pm
277
Hello, I'm wanting to use two channels from DI-194RS (Analog 1 and Digital 1). I want to use the AN1 to measure 0-10V and D1 to measure events (a switch...
Eric Hudson
ehudson77
Offline Send Email
Jan 5, 2005
7:41 pm
278
Enable Analog 1 and the digital inupts are embeded in the LSBs Please take a look at the DigitalWaveform VB sample ... 1). I want ... actually). ... And then...
ultimaserial
Offline Send Email
Jan 5, 2005
7:53 pm
279
Thanks for replying. I looked at the example but I'm wanting more of a "|" mark on the graph to represent that the Digital channel had activity. ... Digital ...
ehudson77
Offline Send Email
Jan 6, 2005
7:18 am
280
It does plot high and low as the input changes...
Chen
xchen992000
Offline Send Email
Jan 6, 2005
1:46 pm
281
I'm trying to make something like this: http://www.petroleummudlogging.com/images_9-26-01/Chart2.jpg The blue lines you see is the event marker (digital...
Eric Hudson
ehudson77
Offline Send Email
Jan 6, 2005
1:52 pm
282
DQChart can't mix digital and analog plots. So you will need to create two parallel charts for the job, one for the analog, one for the digital....
Chen
xchen992000
Offline Send Email
Jan 6, 2005
5:48 pm
283
Hello all, I've met all of the requirements and I cannot connect to the database. I get Cannot Connect: Catastrophic failure. Any help would be greatly...
Eric Hudson
ehudson77
Offline Send Email
Jan 7, 2005
10:57 pm
284
... database. I get ... Nevermind. Everything works now. There is a bug in MySQL ODBC Client....
ehudson77
Offline Send Email
Jan 10, 2005
9:56 pm
285
Hello, I have followed the instructions here: http://www.ultimaserial.com/vbtutor.html then went here: http://www.ultimaserial.com/vbnettutor.html and made the...
ehudson77
Offline Send Email
Jan 10, 2005
10:01 pm
289
First off a heart felt Thank YOU! to UltiaSerial for resurecting my old freebie DI194 that I never used more than a couple times with Windaq Lite demo. I have...
lv_bob2
Offline Send Email
Feb 2, 2005
6:55 pm
Messages 250 - 289 of 781   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