07-01-2023 07:13 AM
Linked tunnels used to crash localized version of LabVIEW from whenever they appeared up to 2017 or so
We have two ears and one mouth so that we can listen twice as much as we speak.
Epictetus
07-03-2023 03:17 AM
@ianzur wrote:
@Basjong
By storing this log string in the private data and the indicator aren't I doubling the amount of data I am storing? (update_private_data.PNG)
No, you are storing the data in some shift register in either case. The actor object containing the log data is stored in a shift register in the actor core. In your case you are creating an additional shift register for just the log data.
In both cases you store one copy in a shift register and one copy in the front panel indicator.