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 483 - 541 of 784   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
483
We are monitoring 1 A/D channel, however the external device is sequencing through 24 individual voltage readings (battery cells) ported into the A/D channel...
jreed1229
Offline Send Email
Apr 12, 2006
12:25 pm
484
After you got ultimaserial working with 194, you have at least two options: 1) Write a VBA program within Excel, following the sample on ...
ultimaserial
Offline
Apr 12, 2006
9:08 pm
485
I had the same problem with trying to interface from the 148 and excel. I used ultimaserial before and I thaught it was great. However, I had to pay extra...
jorge_g_hernandez
jorge_g_hern...
Offline
Apr 13, 2006
12:50 am
486
Sincerely, I recommend DataqDSK if you plan to move up to the higher-end products from DATAQ, Ultimaserial is designe for people who want to get the most from...
ultimaserial
Offline
Apr 13, 2006
1:38 am
487
Problem: Ultimaserial (rev 3) was broken and didn't support 194/154, (all USB-based devices works fine). This bug doesn't affect Rev 1 nor 2 The bug is fixed,...
ultimaserial
Offline
Apr 13, 2006
7:37 pm
488
Here, you will find a VB sample to demonstrate how to send data directly from VB to Excel spreadsheet http://www.ultimaserial.com/exd2.html ... two ... like ...
ultimaserial
Offline
Apr 13, 2006
9:33 pm
493
I have a DI-154RS and I would like to use the ultimaserial spectrogram. With Windaq running, I start the spectrogram program, select the 154RS device and click...
shaunfth
Offline Send Email
Apr 29, 2006
6:32 pm
496
If you are refering to UltimaWaterfall windaq add-on, make sure you invoke it from Windaq's menu If you are refering to UltimaWaterfall for starter kit, you...
ultimaserial
Offline
May 1, 2006
2:47 am
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
Messages 483 - 541 of 784   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