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...
Show off your group to the world. Share a photo of your group with us.

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 536 - 599 of 781   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
536
Hi could anyone here could help me? Im using DI-710-ULS(connected to PC by USB),im connecting several device to DI-710-ULS as listed below): EMG im using: ...
vr_man02
Offline Send Email
Oct 10, 2006
1:18 am
537
I've printed the webpage of properties and methods of UltimaSerial v3, but some of them are not fully explained. Like the DACOutput (data) method. I don't know...
Pablo J. Cantu
pjcv
Offline Send Email
Oct 13, 2006
9:03 pm
538
... v3, ... like ... SetDIODir) ... Sorry for that post, i've forgot to mention i'm using the DI-158U. Also, the info i'm asking for is basicly a VB example of...
Pablo J. Cantu
pjcv
Offline Send Email
Oct 13, 2006
9:21 pm
539
The file section of the group has a VB sample that controls DAC and Dout http://tech.groups.yahoo.com/group/ultimaserial_group/files/...
ultimaserial
Offline
Oct 16, 2006
12:37 pm
541
Hi: I'm learning to use a DI-148U with Ultimaserial and VB 6.0. I have a small AC signal (about 6 volts alternating voltage) connected to channel 1 and am...
rwpatter357
Offline Send Email
Oct 27, 2006
6:39 pm
542
1) Unless you are sure about COM1 to be the virtual COM port of 148, you should use UltimaSerial.CommPort = 0 to let Ultimaserial to search the device for you ...
ultimaserial
Offline
Oct 27, 2006
7:22 pm
543
I can't find a DQChart1.X attribute. I can find the XMax attribute but all it does is shrink my graph. It appears that the number of points per length of...
rwpatter357
Offline Send Email
Oct 28, 2006
4:00 am
544
Hi: I can't get Ultimaserial to run with my DI-148U with a sample rate higher than around 11,520. Supposedly the 148U can handle up to 14,400. Is this a...
rwpatter357
Offline Send Email
Oct 29, 2006
10:48 pm
545
Xmax can specify the length of DQChart GetDataEx will allow you to fetch a fixed number of data without missing nor overlapping...
ultimaserial
Offline
Oct 30, 2006
2:07 pm
546
In the file section of this group, you will find the ultimaserial.ocx that allows you to set 14400 sample rate, but this is a *very* demanding setting, even my...
ultimaserial
Offline
Oct 30, 2006
2:18 pm
547
If you write your own program, Xchart provides more options http://www.ultimaserial.com/XChart.html For more detail, take a look at the new Windaq oscilloscope...
ultimaserial
Offline
Nov 14, 2006
2:58 pm
549
Update: Persist delay factor is added to XChart to give the feel of analog osilloscope Download the latest and find out yourself...
ultimaserial
Offline
Nov 18, 2006
1:25 am
551
Independent VB sample programs for XChart, UltimaWaterfall and FFT1024 are now available per request www.ultimaserial.com/ucontrols.EXE this package does NOT...
ultimaserial
Offline
Dec 5, 2006
8:29 pm
557
A bug in trigger display of Windaq scope add-on is fixed Now one can use the horizontal scroll bar to adjust the pre and post trigger length (vertical scroll...
ultimaserial
Offline
Jan 11, 2007
4:05 pm
558
Hi all, I'm having a little difficulty running a 148U interface with a Visual Basic 6 program. I am trying to drive one of the digital outputs high and low...
Mike O
mikooch
Offline Send Email
Jan 11, 2007
6:17 pm
559
maybe you can try to invoke Start first? UltimaSerial.Device = 148 UltimaSerial.CommPort = USB UltimaSerial.AcquisitionMode = NoCondition ...
ultimaserial
Offline
Jan 11, 2007
7:38 pm
560
Thanks ! That was it- had the start in the wrong place. ... ____________________________________________________________________________________ No need to...
Mike O
mikooch
Offline Send Email
Jan 15, 2007
5:15 pm
561
I dug out an old DI-154RS I have. I wrote a simple code in VB6 to read from the device. Nothing? OK, so I ran a sample demo (Ultima Panel) and nothing happens,...
ron_bln
Offline Send Email
Jan 20, 2007
12:17 am
562
... a ... the ... as ... Additionally ... is ... Nevermind, it works. Downloaded the latest and greatest UltimaSerial3 and the problem went away. Guess it has...
ron_bln
Offline Send Email
Jan 20, 2007
2:07 am
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
Messages 536 - 599 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