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...
Hello, I would like to request that a future release of xchart allow setting an axis to logarithmic. In this case you could specify the "start" and "end"...
Per user request, the waterfall display in audio spectrogram program is now resiziable http://www.ultimaserial.com/UltimaSound.html Also, a sample audio file...
The new uMeter add-on seems to have replaced the old Meter and Alarm, but no longer allows me to set averaging length and averaging mode. This is important to...
Hello everyone, I'm trying to use the 158U to add computer automation to an engine dyno and I have a couple questions. First let me say that the ultimate...
Do you think I can write a function to do frequency reading using UltimateSerrial and VS2008? I tested my code this weekend and it worked OK at low RPM's....
Thanks for the reply. I'm programming in Visual Basic .NET using Visual Studio. The UltimateSerial control is working fine in my program but at high RPM's it...
Hi, I'm new to the group, new to Ultimaserial and new to DATAQ products as well (also fairly new to programming in VB.NET). I'm not sure how to word this...