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: ...
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...
... 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...
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...
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 ...
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...
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...
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...
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...
Independent VB sample programs for XChart, UltimaWaterfall and FFT1024 are now available per request www.ultimaserial.com/ucontrols.EXE this package does NOT...
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...
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...
Thanks ! That was it- had the start in the wrong place. ... ____________________________________________________________________________________ No need to...
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,...
... a ... the ... as ... Additionally ... is ... Nevermind, it works. Downloaded the latest and greatest UltimaSerial3 and the problem went away. Guess it has...
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...
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...
Thanks for the help, Ron. What I will probably do is amplify the analog to expand my voltage to the +/- 10 volt range., then divide the digital result. I...
Hi Mike Just a few more details. Thinking of a good way to explain this. OK with a 10 bit device like the DI-148 you have a fixed voltage range of -10 to 10...
Mike I am sorry as in my last email I missed the last part of your question: "Also- is there an easy way of averaging a bunch or readings using UltimaSerial...
Ron, I did do some averaging by taking 40 ADC readings, adding them to the variable, and then divided the result by 40. After giving it some thought- I'm not...
Newbee here. I'm trying to use the Ultimawaterfall activeX control in a Visual Studio 2005 (Visual Basic) program to display a spectrogram. My problem is with...
Hi, I am new to the forums here. I need help. I am trying to convert the data from UltimaSerial.GetData() and integrate them as peaks. With these peaks I am...