Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 10/19/2023 in all areas

  1. You could just draw the cluster on a picture control. You could then easily filter out the "reserved". You wouldn't need to change the UI every time it changes and I expect the user doesn't care what the underlying cluster is. Draw Cluster.vi
    1 point
  2. There is no way to change the scope for elements inside a cluster. You can only hide them on the front panel. Your solution to unbundle the private cluster and bundle the public cluster is the best way to hide internal complexity. If you just want to omit certain parameters without explicitly unbundling/bundling, you could also serialize to and from JSON. Of course, this comes at a performance cost. Note, however, that this only works if the element names are exactly the same. Here is an example using JSONtext Convert Clusters using JSONtext.vi
    1 point
×
×
  • Create New...

Important Information

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