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 388 - 420 of 783   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
388
After reading some more FAQ's I changed to following but no avail. Private Sub Command1_Click() UltimaSerial1.Device = 158 'This tells the control that we are ...
teamtwf8
Offline Send Email
Jan 2, 2006
8:11 pm
389
1) Check the date of ultimaserial.ocx under Windows\system32 directory, and make sure it is dated Nov, 2005 2) UltimaSerial1.CommPort should be 0 for USB-based...
ultimaserial
Offline Send Email
Jan 3, 2006
3:27 pm
391
Thanks for the suggestions. 1] I set com port back to 0 2] Cheked for the ultimaserial.ocx file and it says 11 November 2005 3] Made sure only excel is open no...
teamtwf8
Offline Send Email
Jan 3, 2006
8:00 pm
392
It seems you are using VBA from Excel? If so, you'd better take a look at the Excel lessons 1) The sample VB programs may not work in VBA without modification,...
ultimaserial
Offline Send Email
Jan 3, 2006
8:06 pm
393
1] Correct I use excel 2000. 2] No old version was installed as far as I know. First I installed ultimaserial.exe and then ultimaserial3.exe All dowloaded...
teamtwf8
Offline Send Email
Jan 3, 2006
8:32 pm
394
OK, when I use VB 6.0 (so no Excel) the sample is working fine. Also ultimapanel works fine if I add 158 as device and also COM 0 for USB. I Did not changed...
teamtwf8
Offline Send Email
Jan 5, 2006
4:02 pm
395
1) I assume you are seeing the correct waveform on VB samples? 2) Can you use DQChart to display waveform in VBA of Excel? Can you add a display lable to...
ultimaserial
Offline Send Email
Jan 5, 2006
4:08 pm
396
1] In VB sample I see on the DQchart something happening when the voltage changes. Same when I use Ultimapanel ther I also can select all other channels and...
teamtwf8
Offline Send Email
Jan 5, 2006
4:26 pm
397
have to correct myselve In excel VBA version from website there is no DQchart.\ So when I add one what code do I have to use? Paco ... that ... COM ... to ... ...
teamtwf8
Offline Send Email
Jan 5, 2006
4:50 pm
398
I think ultimaserial is working fine The problem seems to be in the way you pass the data to cells in Excel Remember, you CAN'T simply pass the return from...
ultimaserial
Offline Send Email
Jan 5, 2006
5:01 pm
399
I am sure ulitmaserial is working as with the REAL VB samples and the Ultimatepanel it is working fine. For the Excel VB sample I took from your web page ...
teamtwf8
Offline Send Email
Jan 8, 2006
7:08 am
401
Hi, MR. Ultimaserial! :-) I stopped with using ultimaserial with Excel VBA as I could not get it to work. Do not know why but after 8 hours time spent I gave...
teamtwf8
Offline Send Email
Jan 15, 2006
4:12 pm
402
I just tried and got it running. Here is my codes (Also I set ultimaserial control in the tool box to match my device, channelcount, comport, etc) Dim...
ultimaserial
Offline Send Email
Jan 17, 2006
2:26 pm
403
Here is the revised info http://www.ultimaserial.com/exceltutor.html...
ultimaserial
Offline Send Email
Jan 17, 2006
2:45 pm
404
I have problem logging into Yahoo. So I try it this way. Thanks for updating the example. It still does not work here! :-( When I want to change the properties...
Paco Raap
teamtwf8
Offline Send Email
Jan 17, 2006
3:29 pm
405
Ultimaserial 3 is not installed properly 1) Run Ultimaserial (Rev 3) installation on your PC 2) Make sure VBA issue is properly addressed following ...
ultimaserial
Offline Send Email
Jan 17, 2006
3:40 pm
406
FYI, When I use on same PC VB6.0 make a new form and add ultimaserial and click properties I can select 158 and USB port from dropdownlist. When I use on same...
Paco Raap
teamtwf8
Offline Send Email
Jan 17, 2006
3:46 pm
407
Here is the discussion from Microsoft regarding such problem http://support.microsoft.com/kb/244064/EN-US/ ... and click properties I can select 158 and USB...
ultimaserial
Offline Send Email
Jan 17, 2006
3:52 pm
408
I just tried the exd.html page. I openend new xls file. go to VB editor. new form map2.xls added ultimaserial to toolbox added ultimaserial to form and tried...
Paco Raap
teamtwf8
Offline Send Email
Jan 17, 2006
5:43 pm
409
What version of Excel are you using? According to Microsoft's suggestion (http://support.microsoft.com/kb/244064/EN-US/), you should also look for file with...
ultimaserial
Offline Send Email
Jan 17, 2006
6:34 pm
410
I have read all of the posts on here, how do I set the calibration, what is the equation for converting the "voltage" number into a usable value? for instance...
mike104_76
Offline Send Email
Jan 18, 2006
1:35 am
411
DI194 doesn't have digital outputs To convert raw ADC count to voltage, you can simply apply Voltage = 10 * ADReading/32768 if you don't mind some minor error,...
ultimaserial
Offline Send Email
Jan 18, 2006
2:53 am
412
using my 194rs, I have sucessfully implemented code in excel that will read analog channel 1 and input the time and voltage into a spreadsheet. I use the...
mike104_76
Offline Send Email
Jan 19, 2006
10:37 pm
413
Mr.Ultimaserial I use Excel 2003 SP3 but it not seem to work. I just tried the exd.html page I openend new xls file. go to VB editor. new form map2.xls added...
teamtwf8
Offline Send Email
Jan 20, 2006
5:53 am
414
Hi Mike, Could you share the code for the excel file? According to what is told by MRS (Mr.Ultimaserial! :-)) when using Ultimaserial there is no limit to go...
teamtwf8
Offline Send Email
Jan 20, 2006
5:57 am
415
Question for MRS or any other with the knowledge. 1]For time being I quit with Excel and stepped up to VB. 2]Can in one form two ultimaserials (US) be used to...
teamtwf8
Offline Send Email
Jan 20, 2006
6:08 am
417
Sorry, but I don't have Excel 2003 :( ... <p.raap@w...> ... sensors ... - ... - ... need ... + " ... - ... - ... - ... -...
ultimaserial
Offline Send Email
Jan 20, 2006
5:07 pm
418
Take a look at these samples http://www.ultimaserial.com/excel.html ... will ... (ch1) ... readings ... and ... rpm? ... times in...
ultimaserial
Offline Send Email
Jan 20, 2006
5:09 pm
419
... It should work ... optical...
ultimaserial
Offline Send Email
Jan 20, 2006
5:09 pm
420
Google seems to indicate an .exd file will be created in all Excel. Did you search the whole PC? ... also ... the ... As ... up. ... DYNO ... the ... connected...
ultimaserial
Offline Send Email
Jan 20, 2006
5:37 pm
Messages 388 - 420 of 783   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