Variable class/Network.Element Size property

From LabVIEW Wiki
Jump to: navigation, search
VI Server Property Information
Property ID 4F483C06
Scope Basic Development Environment
Data Name Network.ElemSize
Short Name* Network.ElemSize
Long Name* Network:Element Size
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
Owning Class ID 81
Owning Class Name Variable Class
Data Type U32 data type

U32

Property Node Network:Element Size
Available in Real-Time Operating SystemNo
Available in Run-Time EngineNo
Loads the block diagram into memoryNo
Loads the front panel into memoryNo
Need to authenticate before useNo
PermissionsRead/Write
Remote access allowedYes
Settable when the VI is runningNo

Gets or sets the size, in number of values, of the network buffer. For arrays, gets or sets the number of elements in the array. For strings, gets or sets the number of characters in the string.

An error occurs if you attempt to set this property when the VI is running.

This property is similar to the Number of option on the Network page of the Shared Variable Properties dialog box.

LabVIEW uses the Network:Buffer Size, Network:Element Size, and Network:Points Per Waveform properties as appropriate to calculate the network buffer size for a network-published shared variable.


Uses

History

Version Change(s)
LabVIEW 2018 More info to come.

See Also

External Links