I want to re-initialize all front panel objects to their default values while the vi is running. I am using this to clear displays, empty arrays, etc. before the next time the vi runs. I know how to do this object-by-object. I would like to do it in one swell foop. The vi is all by itself (i.e.: not called by another).
Actually this is fairly simple. You just have to open a reference to
the front panel and then use an invoke node with the methode
"Reinitialize All to Default".