Hello, We are using a magnetic switch on a treadmill pulley. It sends a spike (~.5 volts) with each pulley revolution. We would like to calculate distance...
933
ultimaserial
Dec 1, 2011 2:52 pm
The beta release of Event Counter addresses this application http://www.ultimaserial.com/wcounter.html It can 1) Trigger on an analog signal, such as trigger...
934
ultimaserial
Dec 1, 2011 6:09 pm
A new feature is added today: One key to send the current result to WinDaq file as a commented event marker...
935
ultimaserial
Jan 10, 2012 4:45 pm
We are working to have an autostart feature for addons, so that any add-on selected in autostart group will be started automatically once Windaq starts...
936
ultimaserial
Jan 12, 2012 6:48 pm
If you noticed blank spectrum display in FFT II or Spetrogram II once a while, it is due to a glitch in WinDaq ActiveX control To fix it, please download and...
937
ultimaserial
Jan 17, 2012 2:17 pm
Batch start up for WinDaq add-ons http://www.ultimaserial.com/waddonbatch.html...
938
ultimaserial
Jan 19, 2012 3:17 pm
THE MYSTERY OF CHANNEL INDEX If channel index number is required as user input for a WinDaq add-on, such as the case of math module, please enter the 0-based...
939
ultimaserial
Jan 26, 2012 4:06 pm
WinDaq Add-on Batch Operation is added. GUI improvement for FFT II, Spectrogram II, DigitalOutput II, Gauge, Calculated Analog Output and MagicMeter...
940
ultimaserial
Jan 27, 2012 4:29 pm
UltimaSound is still a freeware for personal use, but per user request, registration option is added to the software so that the ad-line watermark can be...
942
ultimaserial
Feb 17, 2012 2:11 pm
An experimental Excel Link option is opened to Full license's users http://www.ultimaserial.com/wcaltrigger.html Batch operation is ready to rock!...
944
ultimaserial
Mar 2, 2012 2:19 pm
Option added to FFT II and Spectrogram II to remove the DC component before FFT is performed ...
945
LM Moderator
voodenn
Mar 9, 2012 8:55 pm
I'm using a DI-148. It captures and dispays data just fine with native WinDAQ software on COM7. I'm attempting to make C# program using UltimaSerial. I've made...
946
ultimaserial
Mar 9, 2012 8:57 pm
Are you sure you have the latest Ultimaserial? The latest version never bugs you about the registration...
947
ultimaserial
Mar 9, 2012 9:07 pm
The latest version of UltimaSerial doesn't use enum style like ULTIMASERIALLib.enumDeviceType.DI148 ULTIMASERIALLib.enumComPort.USB One can simply enter 148...
948
ultimaserial
Mar 9, 2012 9:11 pm
I meant it would not stop the program and bug you so you can test your program for as long as you wish, but it still carries the reminder of registration if...
949
Bob W.
voodenn
Mar 9, 2012 9:13 pm
I just downloaded "cnet2_ultimaserial3full_exe.exe" from Cnet on Monday. 463,080 bytes When I hover my mouse over it says 0.0.2.108 (I don't see it in my XP...
950
ultimaserial
Mar 9, 2012 9:20 pm
Change axUltimaSerial1.Device = ULTIMASERIALLib.enumDeviceType.DI148; axUltimaSerial1.CommPort = ULTIMASERIALLib.enumComPort.USB to axUltimaSerial1.Device =...
951
Bob W.
voodenn
Mar 9, 2012 9:28 pm
You mean to put: axUltimaSerial1.Device = 148; ??? That generates error which I quote below. Error 1 Cannot implicitly convert type 'int' to...
952
ultimaserial
Mar 9, 2012 9:45 pm
It seems you installed UltimaSerial before and your C# still uses it. To use ActiveX in .NET language, it will first pull out the info and create a so-called...
953
Bob W.
voodenn
Mar 10, 2012 12:47 am
OK. Thanks. I unloaded the ActiveX control from my toolbox, then installed fresh copy pf UltimaSerial. Confirmed that Ultimaserial.ocx is dated Feb 12, 2012. ...
954
ultimaserial
Mar 10, 2012 2:41 pm
After you invoke Start method, can you read the SerialNumber property and see if it matches the one on the device? I don't know why you can't access the event...
955
Bob W.
voodenn
Mar 10, 2012 3:37 pm
OK. Thanks. I put a label on the form and put this line: label1.Text = axUltimaSerial1.SerialNumber; in the Start-Click routine after the lines ...
956
ultimaserial
Mar 10, 2012 10:57 pm
You should place it after start Axultimaserial1.start...
957
Bob W.
voodenn
Mar 11, 2012 1:14 am
OK..... I moved "label1.Text = axUltimaSerial1.SerialNumber;" to after axUltimaSerial1.Start(); as you said. Now I ***DO*** see the DI-148's Serial Number in...
958
ultimaserial
Mar 11, 2012 1:26 am
Ultimaserial has no trouble talking to the device As I said, why you cannot use the event from c# is something I cannot repeat, and may be the reason You may...
959
Bob W.
voodenn
Mar 11, 2012 2:05 am
Would you be willing to send me the C# solution you are using (that does not show this error, so that I could see if it generates the error on my machine ? ...
960
Nick
nick5405
Mar 11, 2012 2:13 pm
Probably something I am doing wrong but I am having problems wiring the >0 to the case selector. It will just not work for me. Everything else appears to OK ...
961
ultimaserial
Mar 11, 2012 2:14 pm
Maybe your 2008 CS is a crippled version. Please install 2010 version from Microsoft, it is free anyway...
962
ultimaserial
Mar 11, 2012 5:31 pm
Never used 8.5, maybe it has a bug? Can you repeat it in Labview 9 (you can download a trial version to verify it)?...
963
Bob W.
voodenn
Mar 11, 2012 7:32 pm
OK. Thanks. Installed MS Visual C# 2010 Express Imported my project, converted, built. Still no signal visible in chart. 'Events Tab" (lightning bolt) still...