UltimaSerial Data acquisition with UltimaSerial
 
Data logger
UltimaSerial

 

Windaq add-ons
Windaq Add-ons

 

Spectrogram
UltimaWaterfall

 

Ultimaserial XChart
XChart

 

FFT1024
FFT1024

 

Ultimaserial Classroom
Lessons

 

Ultimaserial is designed for users who wants to get the most from their Windaq Starter kits!

If you prefer to use DataqSDK instead or you use higher end products instead of Starter kits from DATAQ, here are our DataqSDK Visual Studio 2010 proejcts


Features

Ultimaserial

DataqSDK


No need to re-install drivers when you switch to a different USB or COM port.

When you move USB-based Windaq Starter kit from one USB port to another, good chance Windows will assign a new COM port for it

The USB driver needs to be installed only once!



 


Intelligent USB port supports makes your program fully portable. No need to search Windows Device Manager for the virtual COM port # for USB-based Widnaq Starter kit.

Easy start for USB-based devices:

Specify the serial number of the device, and let Ultimaserial  look for the device!

Various trigger modes based on transition of a specified analog, digital and event channel


Event Counters for Low-to-High or High-to-Low Transition 

Trigger Mode
with pre-trigger and post-trigger capability

Immediate AD Readings
provides direct access to AD channels as immediate readings

Analog Limit Line monitoring

Monitor the min/max readings for the duration of the test
 

Easy access to digital inputs

Sample codes to run DI-158:

Private Sub Start_Click()
UltimaSerial.Device = 158
UltimaSerial.CommPort = 0
UltimaSerial.ChannelCount = 1
UltimaSerial.SampleRate = 1000
UltimaSerial.EventLevel = 2
UltimaSerial.Start
End Sub

Private Sub Stop_Click()
UltimaSerial.Stop
End Sub

Private Sub UltimaSerial_NewData(ByVal Count As Integer)
v = UltimaSerial.GetData()
XChart1.Chart (v)
End Sub

Last update: 08/18/11

Copyright: 2011  www.UltimaSerial.com