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 your group to be featured on the Yahoo! Groups website? 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 526 - 566 of 785   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
526
I was introduce to this group Hi im new here,i would like u guys to help me out..Real thx Im trying to create a VB program. basically my DATAQ (Dl-710) was...
vr_man02
Offline Send Email
Sep 12, 2006
2:10 am
527
To convert count to volt Count*Fullscale_at_the_gain/32768 From volt, you can convert to degree according to your sensor's spec...
ultimaserial
Offline
Sep 12, 2006
11:28 am
528
thx..yup i noe the format to get count to voltage and count to degree..but in the codes i provided in the earlier post where should i put the format so to get...
vr_man02
Offline Send Email
Sep 13, 2006
1:11 am
529
These two lines send the data to lables, not to the sheet in Excel, I think a VB book, along with google, will be very helpful for you Good luck! ... should i...
ultimaserial
Offline
Sep 13, 2006
1:40 am
530
sorry dont mind i ask u how to put the format in the code dat i posted (1st post) so that it will show uV and Degree in excel? i keep looking in google n yahoo...
vr_man02
Offline Send Email
Sep 13, 2006
1:59 am
531
Once you place the counts in a column, can't you create new columns in Excel with the conversion equations embeded in to convert counts to uV or degree?...
xchen992000
Offline
Sep 13, 2006
11:46 am
532
This line sends the all the data (count) to Excel sheet oSheet.Range("A3").Resize(Val(Text1.Text), UltimaSerial.ChannelCount).Value =...
ultimaserial
Offline
Sep 13, 2006
6:25 pm
533
hi i added my full program to you at this link: http://tech.groups.yahoo.com/group/ultimaserial_group/files btw i keep on trying upgrading the program but...
vr_man02
Offline Send Email
Sep 14, 2006
1:51 am
534
If you are new to VB programming, and you've got the counts into the spreadsheet successfully, I strongly suggest creating a new column in Excel and let Excel...
ultimaserial
Offline
Sep 14, 2006
12:28 pm
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
Messages 526 - 566 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