10-12-2013 08:12 PM
Hi,
I was modifying a typedef and I sometimes see the triple green down arrow icon on display right below the menu. Please see attachment. Does anyone know what does this icon is called so I can do a search of what it is. When does it appear? Any ideas? Thanks!
Solved! Go to Solution.
10-12-2013
08:36 PM
- last edited on
05-15-2025
04:43 PM
by
Content Cleaner
Hi SmplLVV123.
This is the "Synchronize with Other Application Instances" button referred to here:
LabVIEW Help: Working with Application Instances
https://www.ni.com/docs/en-US/bundle/labview/page/working-with-application-instances.html
This is seen when making modifications to code (or network shared variables, etc.) that exist in multiple applicaiton instances (typically different targets in a project) - this updates the copy in memory for each instance. Since you were modifying a typedef, it sounds like it needed to be synchronized across multiple targets.
Regards,