11-19-2012 08:21 PM
hi All
I found a problem with the property node of blinking which is that:
I set the blinking delay to 200ms in options first and then use the property node of blinking to set a LED to blinking, which is effective in developing environment. But it is not effective in runtime environment after I build the codes to exe, the blinking delay is always 1000ms.
The version of LabVIEW I used is 2011 sp1, could anyone help me to resolve this problem? Thanks a lot.
Solved! Go to Solution.
11-19-2012 08:50 PM
I was able to recreate this but I don't see a workaround. I don't use the blink property myself.
11-19-2012 08:58 PM
Thanks for your reply.
Is there a workaround using the blinking property node?
11-19-2012 08:59 PM
11-19-2012 10:41 PM
I searched for the correct key field but came up with squat.
11-19-2012 10:49 PM
Belay that.
Edit your "application".ini file and include "blinkSpeed=200"
11-19-2012 11:11 PM
Thanks, it does work.