12-11-2018 07:26 AM
Hi!
I would like to change the display format of all timestamp controls of my project. Is there a way to select all timestamp controls (or to find them) at the same time?
Thanks!
12-11-2018 08:04 AM
Hi Raffa,
you can use property and invoke nodes to
- get all VIs in a project
- to get all controls on the frontpanel of a VI
- to check the control type (is it a timestamp control?)
- to set the display format of the timestamp controls…
12-11-2018 08:09 AM
@GerdW wrote:
Hi Raffa,
you can use property and invoke nodes to
- get all VIs in a project
- to get all controls on the frontpanel of a VI
- to check the control type (is it a timestamp control?)
- to set the display format of the timestamp controls…
In addition to Gerds advice, Swap all timestamp controls with a strict typedef! that way you can globally change it for when the client changes their mind again.