12-03-2009 04:50 PM
12-03-2009 11:52 PM
Hi Adrian,
I can reproduce the behaviour you are describing in LV 7.0, but it has been solved in newer versions of LabVIEW. In LV 8.0 onwards, the results are same for steps 1-3, steps 5-8 and steps 11-14.
Hope this helps.
12-04-2009 08:51 AM
12-04-2009 08:56 AM
12-04-2009 09:06 AM
12-04-2009 09:17 AM
A non-strict is unaceptable?
Ben
12-04-2009 09:37 AM
On a semi-related note, when using the the user events, they appear to fire (be injected in the event queue) at random times, and not immidiately before or after the main event handler. Why would that be?
Attached is sample code. Run the VI and press Fire Events several times. Then click on the Events Fired box, go to the begining (ctrl-home) and then press page-up/page-down to see that the Enum2 events are being handled some time after the Enum event. Also, if you notice, they don't even appear in order that they were fired. (I.e. Enum2 firing 2+ times before Ok2 being fired when they should be interlaced). WTF??
12-04-2009 09:39 AM
Ben wrote:A non-strict is unaceptable?
Adrian wrote:
This is a big problem since I use strict types to ensure that the types don't get out of sync if they are changes for whatever reason.
12-04-2009 09:40 AM - edited 12-04-2009 09:46 AM
NitinD wrote:
I will try and dig up the CAR database and see if there was a work around for this, but you'll have to give me some time... I'll be able to this in the next week probably... Meanwhile, I just hope someone else can help you. 🙂
Is that the db that drives me around the bend or to the light at the end of the tunnel? 😄 lol
Thanks NitinD
12-07-2009 05:07 AM