If you use VB, take a look at the unreleased version of DQChart2 from DATAQ, http://www.ultimaserial.com/dqchart.html DATAQ decided not release it and removed...
Here's a brief description of what I'm trying to do using ultimaserial and DI148U: I need to monitor the voltage on a circuit. There is a steady 8.5 volts and...
You may consider level-triggering if you need to record the whole time when the voltage is below 1.5, or slope-trigger if you need to record only the...
can i help me? i have a dataq instruments di-148 u what kinds of sensor wecan i use it?, where can i buy it ...i hope your anserw soon thanks you... ...
Hi there, I am in the procress of building a 3.5 ccm model car dyno that needs 4 different sensors (2 x rpm) and 2x temp) All data needs to be displayed and...
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 ...
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...
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...
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,...
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...
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...
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...
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...
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 ... ...
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...
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 ...
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...
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...
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...
Ultimaserial 3 is not installed properly 1) Run Ultimaserial (Rev 3) installation on your PC 2) Make sure VBA issue is properly addressed following ...
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...
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...
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...
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...
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...
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,...