Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 12/15/2022 in all areas

  1. Right click on the tunnel and select "Linked Input Tunnel>Create and Wire Unused cases"
    1 point
  2. Or maybe and functional global variable? And store the refs and other future internal data there. This would be too cimplicated if you want to handle more "instances" of your camera functions though.
    1 point
  3. As your application grows I would expect the need to pass additional state information between the frames of your VI. You could make a "Core Data" type cluster and put whatever you want inside that. Then you just have one wire that gets passed on the shift register.
    1 point
  4. imho linked tunnel and explicit wires through all cases is always the sane thing to do to avoid mistakes. Yes, to save wires you could certainly write your ref into a hidden indicator or into a global variable out of Init, and read the local/global variable in the open camera case, but I'd consider it bad practice and a recipe for future races and less readable code.
    1 point
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.