LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Shared variable read only?

Hi,

 

    Is it possible to make a network published shared variable read only on other machines not hosted the variables?

 

 

    Tom

0 Kudos
Message 1 of 3
(2,283 Views)

Hi Tom,

 

When you go about making/editing the shared variable on the other machines, if you select the "enable aliasing" checkbox you'll be able to bind it to your hosted variables and specify the access mode to be "read only."  Is this the kind of thing you're looking for?  Are you looking to implement a sort of security protection on your shared variables?

0 Kudos
Message 2 of 3
(2,246 Views)

Hi  Kyle,

 

     I have shared variables on RT and don't want programs running on host to modify it. I have found I can use the single writer property to achieve it. Thanks for help!

 

    Tom

0 Kudos
Message 3 of 3
(2,230 Views)