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 508 - 551 of 781   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
508
Windaq add-ons (http://www.ultimaserial.com/wdspectrum.html) are updated to include the cursor to measure frequency...
ultimaserial
Offline
Jul 20, 2006
12:31 pm
510
Hello, I would like to join the Ultimaserial group Thanks Erikk...
Ojala, Erikk
hpvan29
Offline Send Email
Aug 1, 2006
11:18 pm
511
I have a DataQ DI-148U and I am trying to send a digital signal out to a device using VB through the 148U. I used the script "DataqSdk1.DigitalOutput = 0" but...
hpvan29
Offline Send Email
Aug 1, 2006
11:52 pm
512
You need to set up the direction first http://www.ultimaserial.com/standard.html#SetDIODir...
ultimaserial
Offline
Aug 2, 2006
8:23 pm
513
Can you send a sample programs of the line for VB to turn all the channels to low? Thanks ... out to ... unchanged at ... signal...
hpvan29
Offline Send Email
Aug 2, 2006
10:57 pm
517
GOod Morning, I would like to find a couple of simple existing drawings for using the DATAQ DI148U for getting simple imput. WHat I would like to do is use...
losalamitosjenkins
losalamitosj...
Offline Send Email
Aug 12, 2006
5:57 pm
518
What is the confusion regarding the analog channels?...
ultimaserial
Offline
Aug 14, 2006
3:21 pm
521
A VB sample to control both digital & DAC outputs while scanning is available in the file section of this group...
ultimaserial
Offline
Aug 18, 2006
3:35 pm
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
Messages 508 - 551 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