Hello I meet a few problems with my projects and I think its reason maybe a bug in ultimaserial component but I am not sure. My problem is that; In my projects...
If the conversion from your sensor to voltage is linear, you can do the following Find out the reading of your sensor corresponding to 10V (or the positive...
The code is integer division, AU = DI158 \ 16. I use it in my code. The $ converts values to string, which are not computable. Do all the computations and...
Any one interested in using Windaq starter kit as pulse rate counter? For example, a flow meter may generate pulses according to flow rate, say 10 pulses for 1...
... Generally if I want to measure a flow rate, speed such are RPM, or engineering unit like that I use a F to V (Frequency to Voltage) converter (such as an...
... Is there a page for Delphi (Ver 4 if around) for the DataQ 194 board ? Thanks for the reply. I have got a bit further since I posted the email but I would...
Similar to the original Note Taker Windaq/Add-on, this one records the reading of all channels to a text/spreadsheet file when the Event flag on the device is...
http://ultimaserial.com/wdspectrum.html#RemoteNoteTaker <http://ultimaserial.com/wdspectrum.html#RemoteNoteTaker> The EVENT flag can be found in most DATAQ...
The polarity of the EVENT was reversed in previous version. Now the problem is fixed, please download the latest Reminder, to use this add-on on DI-710 series,...
MySQLLink (Beta) This is based on DATAQ's MySQL example, and we turn it into a true Windaq add-on. VB source codes are included. Because this is not from us,...
Hi everybody I would like to ask about checking connection. how can I check wheather DAQ board connection is open or close during data acqusition? sometimes...
You mean to see if the device is there without actually starting it? If so, here: UltimaSerial1.Device = 710 i = UltimaSerial1.ScanDevice(0) If i > 0 Then If...
Hi I examined visual basic code and found following codes "Private Sub UltimaSerial_NewData(Index As Integer, ByVal Count As Integer)". therefore, it can use...
Visual Basic 2008 Express Edition Samples are added Also added are instructions on how to upgrade VB6 programs to VBX2008 http://ultimaserial.com/vb2vbx.html...
We already have audio Windaq add-on to add audio comment to Windaq acquisition and WWB http://www.ultimaserial.com/wevent.html Anyone interested to have...