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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 565 - 638 of 785   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
565
Hi all, I'm using two analog inputs of a DI-148U to measure DC voltages. The voltages range from 0 to +5 volts. The DI-148U is specified as having an input...
Mike O
mikooch
Offline Send Email
Feb 2, 2007
10:13 pm
566
Hi Mke If I read you right you may be asking a bit much of the device. You cannot invoke methods like PGain(index) as that would only apply to units having...
Ron Blain
ronblain2004
Offline Send Email
Feb 3, 2007
6:07 am
567
Thanks for the help, Ron. What I will probably do is amplify the analog to expand my voltage to the +/- 10 volt range., then divide the digital result. I...
Mike O
mikooch
Offline Send Email
Feb 5, 2007
6:17 pm
568
Hi Mike Just a few more details. Thinking of a good way to explain this. OK with a 10 bit device like the DI-148 you have a fixed voltage range of -10 to 10...
Ron Blain
ronblain2004
Offline Send Email
Feb 5, 2007
8:24 pm
569
Mike I am sorry as in my last email I missed the last part of your question: "Also- is there an easy way of averaging a bunch or readings using UltimaSerial...
Ron Blain
ronblain2004
Offline Send Email
Feb 5, 2007
9:47 pm
570
Ron, I did do some averaging by taking 40 ADC readings, adding them to the variable, and then divided the result by 40. After giving it some thought- I'm not...
Mike O
mikooch
Offline Send Email
Feb 6, 2007
2:30 am
578
Newbee here. I'm trying to use the Ultimawaterfall activeX control in a Visual Studio 2005 (Visual Basic) program to display a spectrogram. My problem is with...
spartypin
Offline
Mar 12, 2007
9:41 pm
579
Ultimawaterfall's data width is 512 only. You can pre-scale the data array before feeding it to ultimawaterfall...
ultimaserial
Offline
Mar 13, 2007
1:33 pm
588
Hi, I am new to the forums here. I need help. I am trying to convert the data from UltimaSerial.GetData() and integrate them as peaks. With these peaks I am...
jessecet
Offline
Mar 28, 2007
3:46 pm
591
http://www.ultimaserial.com/standard.html#GetData...
ultimaserial
Offline
Mar 28, 2007
4:01 pm
599
Hi, I am still confused as to how to get a handle on calculating peak area's? Any ideas would be much appreciated.*first time programmer* -jesse...
jessecet
Offline
Mar 29, 2007
7:45 am
600
can you retrieve all individual readings within a time frame and add them up? ... peaks. With...
xchen992000
Offline
Mar 29, 2007
6:19 pm
601
Would I do that using the GetData method of UltimaSerial coupled with a timer and an on and off trigger? ... convert...
jessecet
Offline
Mar 29, 2007
6:27 pm
617
Since only on trigger condition is available, you may need to track the data yourself. For example, you may use the trigger mode to start the data stream at...
xchen992000
Offline
Apr 25, 2007
6:07 pm
619
I see posts for setting the direction of all digital IO to in or out, but I can't find a post that explains how to set one to out and one to in. Also, can...
throrope
Offline Send Email
May 15, 2007
7:01 pm
620
See http://www.ultimaserial.com/standard.html#SetDIODir: It is plain binary format, bit 0 for DIO0, bit 1 for DIO1.... In case you are not familiar with...
xchen992000
Offline
May 15, 2007
7:39 pm
621
BTW, you will find a Excel sample in the file section of this group. It has digital I/O control...
xchen992000
Offline
May 15, 2007
8:34 pm
622
Learn something new every day. Thank you. ... group. ... or ... out and ... to ... high ... set ... since ... high....
throrope
Offline Send Email
May 16, 2007
2:24 pm
623
I'm using a 148U to capture descrete readings from a hand held probe. The analog single provides a running graph of the output which will let me see when the...
throrope
Offline Send Email
May 16, 2007
8:29 pm
624
To use D0's state as the storage control, you can use Digital0 as trigger channel and set the trigger mode to WhenAboveLevel: Dim buffer(1000) As Integer Dim...
xchen992000
Offline
May 17, 2007
2:33 pm
625
Whoa! This is over the top. I did a work around in the meantime, but this sure opens possibilities. Thank You!!! ... available ... points. ... 3276.8, ... ...
throrope
Offline Send Email
May 17, 2007
4:48 pm
626
With the latest version and the following codes, you may log one data point, along with timestamp, to the excel sheet whenever D0 goes high: Private Sub...
ultimaserial
Offline
May 22, 2007
4:06 pm
629
Per user request, Windaq Add-on ExeLink (beta) is added to Windaq add-on download/installation http://www.ultimaserial.com/wdspectrum.html Windaq Add-on...
ultimaserial
Offline
Jun 12, 2007
1:40 am
631
GridSpacingX and GridSpacingY now supports 100th pixel setting for better presentation, please refer to www.ultimaserial.com for more detail...
ultimaserial
Offline
Jun 28, 2007
3:50 pm
632
Due to the limitation of FFT1024, it was not easy to study low level signal with Windaq Spectrogram and FFT Add-ons A remedy is provided per user request: A...
ultimaserial
Offline
Jun 28, 2007
8:53 pm
634
Here is the screen capture of the same signal, with and without Dynamic Amplifier: http://www.ultimaserial.com/amplifier.gif ... FFT....
ultimaserial
Offline
Jun 29, 2007
7:30 pm
635
Per user request, two new scrolling options are added to 3D waterfall uwNSlope: -45 degree scrolling down from upper left to lower right uwT2B: Scrolling down...
ultimaserial
Offline
Jul 12, 2007
3:36 am
636
Windaq add-on spectrogram is modified to support these two options http://www.ultimaserial.com/wdspectrum.html...
ultimaserial
Offline
Jul 12, 2007
2:15 pm
637
I am using VB6 to capture a 60 Hz sine wave at a sample rate of 12288. I am using a 120V outlet (with a DI-730) for testing. The sampled data goes through...
wolbie76
Offline Send Email
Nov 30, 2007
3:23 am
638
To calculate the phase, you can use GetRe and GetIm methods. BTW, FFT1024 is open source...
xchen992000
Offline
Dec 5, 2007
8:05 pm
Messages 565 - 638 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