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...
964
ultimaserial
Mar 11, 2012 10:20 pm
Do you mean the difference between DQChart and XChart? Please compare http://ultimaserial.com/XChart.html with the help file of DQChart and you can tell XChart...
965
Bob W.
voodenn
Mar 11, 2012 10:46 pm
In my (working) DataqSDK project, if I double-click the DataqSDK icon on Form1, I get: private void axDataqSdk1_NewData(object sender,...
966
ultimaserial
Mar 12, 2012 12:18 am
That is the order of events. In the first case, you cannot respond to errors The key is to find out how to use all the events....
967
ultimaserial
Mar 12, 2012 12:25 am
Can you do a screen capture to show me all the tabs for activex? Without this tab, you can never fully program any activesx, only the first event. I will not...
968
Bob W.
voodenn
Mar 12, 2012 12:48 am
I got it to work ! By brute force. Will report details tomorrow. Thanks so much for helping me ! Bob W. ... From: ultimaserial To:...
969
ultimaserial
Mar 12, 2012 3:25 am
Good to hear that Try this out in your dataqsdk project http://www.ultimaserial.com/programdataqsdk.html...
970
Bob W.
voodenn
Mar 12, 2012 6:57 pm
OK. Now an easy one. I am able to choose which channel is displayed by XChart thus: axXChart1.Channel = 1; // displays trace of my Second Channel How can I...
971
ultimaserial
Mar 12, 2012 7:00 pm
Use Value property Please see codes in http://www.ultimaserial.com/programdataqsdk.html...
972
ultimaserial
Mar 12, 2012 7:02 pm
So, what did you do to get Event tab working?...
973
Bob W.
voodenn
Mar 12, 2012 7:14 pm
Two things: First - Value doesn't do it. Doesn't seem to change channel being displayed in meter. Value accepts the data for the meter, not the channel. For...
974
ultimaserial
Mar 12, 2012 7:18 pm
Please take a closer look at the code and learn how to extract a reading from the return from GetData. UltimaMeter.Value takes number only....
975
ultimaserial
Mar 12, 2012 7:21 pm
Something is strange with your installation of C#, it is like a crippled version to prevent you from using ActiveX. If I were you, I would spend more time to...
976
Bob W.
voodenn
Mar 12, 2012 7:21 pm
I will do this. Thank you. ... From: ultimaserial To: ultimaserial_group@yahoogroups.com Sent: Monday, March 12, 2012 3:18 PM Subject: [ultimaserial_group] Re:...
977
Bob W.
voodenn
Mar 12, 2012 7:25 pm
Got it ! Meter displaying second channel now ! I am grateful for how helpful you have been to me ! Bob W ... From: ultimaserial To:...
978
ultimaserial
Mar 13, 2012 3:44 pm
WinDaq 3.52 is released for DI-1xx and 71x series. Time to try out WinDaq add-ons' batch operation! http://www.ultimaserial.com/waddonbatch.html...
982
ultimaserial
Apr 26, 2012 3:41 pm
Email Link for WinDaq add-ons provides instant notification when an Alarm or Event is captured. It can also be used as periodical (keep alive) monitor ...
983
ultimaserial
Apr 26, 2012 7:01 pm
Here is our youtube demo for Email/Text messaging(SMS)-enabled data acquisition http://www.youtube.com/watch?v=Ksaz2sLcVOo...
984
ultimaserial
May 1, 2012 1:39 pm
SMS and Email-enabled alarm and event is updated Previously, We made a typo in the installation script that failed to allow this feature to come up Please...