Variable class/Network.Buffer Size property

From LabVIEW Wiki
Jump to: navigation, search
VI Server Property Information
Property ID 4F483C05
Scope Basic Development Environment
Data Name Network.BuffSize
Short Name* Network.BuffSize
Long Name* Network:Buffer 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:Buffer 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 of the network buffer.

LabVIEW returns the size of the buffer in bytes. However, if the buffer data type is an Integer, such as an 8-bit signed integer, an 8-bit unsigned integer, a 16-bit signed integer, a 16-bit unsigned integer, and so on; a Boolean; a single-precision floating-point or double-precision floating-point; a 16-bit integer of waveforms or double waveforms; a 1D array of all types; or strings, LabVIEW returns the buffer size in those data types. For example, for a 16-bit integer, LabVIEW returns the number of 16-bit integers. For a 1D array, LabVIEW returns the number of arrays.

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

Use the Network:Element Size property to set the size of arrays or strings, and use the Network:Points Per Waveform property to set the size of waveforms.

This property is similar to the Size 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