Thank you for your replies. I thought the fastest the DI-194RS could sample was 240 as in "UltimaSerial.SampleRate = 240". Is this just for the four the...
Is there any difference between these two lines? Voltage = 10* ADReading/32768 Voltage = ADReading/3276.8 Am I missing some important concept here? Thank you, ...
If the intermittent problems refer to different PCs, it could be from the different version of Ultimaserial control. Make sure all target PCs use the same...
What is the maximum transisions high to low or low to high per second that one of the digital inputs of the DI-194RS can count? Is this affected by how many...
You are right, the digital inputs are in sync with the first AD channel. The more channels you enabled, the lower the frequency you can monitor. ... second...
If you multiply the top and bottom of the equation by the same number the equation is still the same. All that was done was to get rid of the "10" by ...
Can I control the square wave output (DIG2) of a DI-194RS with the SquareWaveOutput property? I used this property, i.e. UltimaSerial1.SquareWaveOutput = FALSE...
I posted a partial screen shot that includes my form, in case anyone is interested in how it looks. Click on "Photos" in the left panel of this Yahoo! group,...
Using VB6 I have been able to use TransitionCounter over a time period to find the speed of something, but that doens't provide a very accurate answer. So I...
1) DI-194's digital inputs are sampled at the same speed of the channels, or max 480S/s, you can't expect to count anything running faster than half the...
The best you can do is to set the sample rate to 480S/s, enable only one channel so that the digital inputs are read at 480Hz, and monitor the digital inputs,...
I looked at the DigitalWaveform and I placed the data from the GetData and I really don't understand what the data means. Whether the digital input is high or...
1) Please take a look at this page: http://www.ultimaserial.com/dqchart.html 2) Since digital inputs are embeded in the first AD channel, you can extract the...
Hello, I'm wanting to use two channels from DI-194RS (Analog 1 and Digital 1). I want to use the AN1 to measure 0-10V and D1 to measure events (a switch...
Enable Analog 1 and the digital inupts are embeded in the LSBs Please take a look at the DigitalWaveform VB sample ... 1). I want ... actually). ... And then...
Thanks for replying. I looked at the example but I'm wanting more of a "|" mark on the graph to represent that the Digital channel had activity. ... Digital ...
I'm trying to make something like this: http://www.petroleummudlogging.com/images_9-26-01/Chart2.jpg The blue lines you see is the event marker (digital...
Hello all, I've met all of the requirements and I cannot connect to the database. I get Cannot Connect: Catastrophic failure. Any help would be greatly...
Hello, I have followed the instructions here: http://www.ultimaserial.com/vbtutor.html then went here: http://www.ultimaserial.com/vbnettutor.html and made the...
First off a heart felt Thank YOU! to UltiaSerial for resurecting my old freebie DI194 that I never used more than a couple times with Windaq Lite demo. I have...