08-15-2022 07:00 AM
08-17-2022 07:39 AM
Yes I have made the mistake of assigning signaling property to indicators in my code. I didn't realise this is a bad practise. Will correct it.
08-17-2022 09:11 AM
@linu95k wrote:
Yes I have made the mistake of assigning signaling property to indicators in my code. I didn't realise this is a bad practise. Will correct it.
That has it's uses.
A value that shouldn't be changed by the user, but should trigger an event can be done that way. Often a SubVI can be used (e.g. don't value (signal) but call the sub VI).
One advantage of an indicator over a control (iff the user should be able to edit) is tabbing is automatically off, and it's clear to everyone the user can't edit.