Measurement Studio for .NET Languages

cancel
Showing results for 
Search instead for 
Did you mean: 

How do you display a networkvariabledatasource value in a text box in a Windows Form?

I know this may seem elementary to most of you on here,  but I am new to VB and Measurement Studio.  I have a waveform graph that updates based on the current value of my network variable, but I would also like so show this value in the form as well.

 

Any suggestions...

 

Thanks.

Drew
Graduate Student
Clemson University
0 Kudos
Message 1 of 2
(3,192 Views)

Hey Drew,

 

The best method would be to use a NumericEdit control. If you would like it to display only, then make sure to uncheck everything under InteractionMode so that it is switched to Indicator. Check out the examples for Network Variables that ship with Measurement Studio. The DataBindings property is the best way to go. Also check out the Key Measurement Studio Network Variable .NET Library Features in the Measurement Studio Help:

 

ms-help://MS.VSCC.v90/MS.VSIPCC.v90/NI.MeasurementStudio.2008/NINETNetworkVariableConcept/xml/Key_NET_NetworkVariable_Features.html 
National Instruments
0 Kudos
Message 2 of 2
(3,166 Views)