04-15-2014 11:45 AM
Hi,
I am new to Labview. I have tried using property node to reset indicators before each run. But since it is in a simulation loop, it gets resetted many times. I am primarily interested in resetting only before each run.
Any hint will be of great help.
Thank you!
Regards,
Divya
04-16-2014 05:21 AM
Hi Divya,
This KnowledgeBase article describes 2 methods for resetting your Front Panel programmatically:
http://digital.ni.com/public.nsf/allkb/08E7DDAE66A7D02C86256DDA00630E75
However if you have tried these methods, and are still not getting the behaviour you want, it would be easier to help if you could post your code (or even a screen shot of the section of code where you're trying to reset your values)
04-22-2014 03:53 AM
Hi aranS,
Thanks a lot for the reply.
My apologies for late response.
I have tried resetting all controls option as per the article, but I was interested in resetting only the indicators.
So, I have now changed the code logic, as I learnt that resetting the indicators programmatically is not the right way.
Thanks again!
Divya
05-10-2017 11:45 PM
hey Divya21..!
can u please post ur code. i am seeking for same task u did..
05-11-2017 12:31 AM
Just initialize them by writing default values to them first thing.