Variable class
VI Server Class Information | |
---|---|
Return to VI Server Class Hierarchy | |
Class Name | Variable class |
Class ID | 81 |
Scope | Basic Development Environment |
Class Inheritance |
This class is a top-level class. |
Class Children | This class has no children.
|
This article is a stub. You can help LabVIEW Wiki by expanding it. Please improve this article if you can. |
The Variable class is a class in the VI Server Class Hierarchy, (see also VI Server).
Contents |
Properties
Show/Hide Variable Properties Table
Legend | |
---|---|
R/W | Readable/Writable Permissions |
RTE | Available in the Run-Time Engine |
Basic Development Environment | |
VI Scripting | |
Private | |
Deprecated |
Property ID | Long Name (English) | Description | R/W | RTE |
---|---|---|---|---|
4F483C00 | Name | Gets or sets the shared variable name. | Read/Write | No |
4F483C01 | Data Type | Read/Write | No | |
4F483C02 | Type | Gets or sets the scope of a shared variable. | Read/Write | No |
4F483C03 | Description | Gets or sets the description of a shared variable. To use this property, you must install the LabVIEW Datalogging and Supervisory Control Module. | Read/Write | No |
4F483C04 | Network:Use Buffering | If TRUE, LabVIEW enables buffering for a shared variable. The default is FALSE. | Read/Write | No |
4F483C05 | Network:Buffer Size | Gets or sets the size of the network buffer. | Read/Write | No |
4F483C06 | Network:Element Size | 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. | Read/Write | No |
4F483C07 | Network:Use Binding | If TRUE, LabVIEW binds a shared variable to an existing shared variable in the active project, an existing shared variable in another project, or an NI Publish-Subscribe Protocol data item on the network. The default is FALSE. | Read/Write | No |
4F483C08 | Network:Access Type | Specifies whether a shared variable reads, writes, or reads and writes data. | Read/Write | No |
4F483C09 | Network:URL | Gets or sets the path to a shared variable inside another project or to the data item to which you want to bind the shared variable you are configuring. | Read/Write | No |
4F483C0A | Network:Project Path | Gets or sets the path to a shared variable in the active LabVIEW project to which you want to bind the shared variable you are configuring. | Read/Write | No |
4F483C0B | Real-Time:Enabled | If TRUE, LabVIEW enables the real-time first-in-first-out (FIFO) features for a shared variable. The default is FALSE. You can only use this property in the LabVIEW development system, but you must install the LabVIEW Real-Time Module to make this property available. | Read/Write | No |
4F483C0C | Real-Time:Use Buffering | If TRUE, LabVIEW uses the configuration you specify in the Use Buffering section of the Network page of the Shared Variable Properties dialog box to configure the size and elements of a real-time first-in-first-out (FIFO) buffer for a shared variable. The default is FALSE. You can only use this property in the LabVIEW development system, but you must install the LabVIEW Real-Time Module to make this property available. | Read/Write | No |
4F483C0D | Real-Time:Buffer Length | Gets or sets the length of the real-time first-in-first-out (FIFO) buffer for a shared variable. You can only use this property in the LabVIEW development system, but you must install the LabVIEW Real-Time Module to make this property available. | Read/Write | No |
4F483C0E | Real-Time:Array Length | Gets or sets the length of the array for a shared variable with a fixed length array data type. You can only use this property in the LabVIEW development system, but you must install the LabVIEW Real-Time Module to make this property available. | Read/Write | No |
4F483C0F | Real-Time:Datapoints In Waveform | Gets or sets the number of data points for a shared variable with a Data Type of Waveform. You can only use this property in the LabVIEW development system, but you must install the LabVIEW Real-Time Module to make this property available. | Read/Write | No |
4F483C10 | Scaling:Enabled | If TRUE, LabVIEW scales the shared variable. The default is FALSE. To use this property, you must install the LabVIEW Datalogging and Supervisory Control Module. | Read/Write | No |
4F483C11 | Scaling:Type | Gets or sets the type of scaling to perform on a shared variable. To use this property, you must install the LabVIEW Datalogging and Supervisory Control Module. | Read/Write | No |
4F483C12 | Scaling:Raw Min | Gets or sets the zero scale, or minimum value, that the server uses for a shared variable when you use linear or square root scaling. To use this property, you must install the LabVIEW Datalogging and Supervisory Control Module. | Read/Write | No |
4F483C13 | Scaling:Raw Max | Gets or sets the full scale, or maximum value, that the server uses for a shared variable when you use linear or square root scaling. To use this property, you must install the LabVIEW Datalogging and Supervisory Control Module. | Read/Write | No |
4F483C14 | Scaling:Engineering Min | Gets or sets the zero scale, or minimum value, that the Shared Variable Engine and Human Machine Interface (HMI) application use for a shared variable when you use linear or square root scaling. To use this property, you must install the LabVIEW Datalogging and Supervisory Control Module. | Read/Write | No |
4F483C15 | Scaling:Engineering Max | Gets or sets the full scale, or maximum value, that the Shared Variable Engine and Human Machine Interface (HMI) application use for a shared variable when you use linear or square root scaling. To use this property, you must install the LabVIEW Datalogging and Supervisory Control Module. | Read/Write | No |
4F483C16 | Scaling:Coerce | If TRUE, LabVIEW coerces the shared variable data to a range you specify. The default is FALSE. To use this property, you must install the LabVIEW Datalogging and Supervisory Control Module. | Read/Write | No |
4F483C17 | Scaling:Invert | If TRUE, LabVIEW inverts the data the server sends before storing it in a shared variable. The default is FALSE. To use this property, you must install the LabVIEW Datalogging and Supervisory Control Module. | Read/Write | No |
4F483C18 | Scaling:Invert Mask | Gets or sets the bits that the Shared Variable Engine inverts before storing them in a shared variable. To use this property, you must install the LabVIEW Datalogging and Supervisory Control Module. | Read/Write | No |
4F483C19 | Scaling:Select Mask | Gets or sets the bits the Shared Variable Engine uses for a shared variable. To use this property, you must install the LabVIEW Datalogging and Supervisory Control Module. | Read/Write | No |
4F483C1A | Scaling:Custom VI | Read/Write | No | |
4F483C1B | Logging:Enabled | If TRUE, LabVIEW enables logging for a shared variable. The default is FALSE. To use this property, you must install the LabVIEW Datalogging and Supervisory Control Module. | Read/Write | No |
4F483C1C | Logging:Log Events | If TRUE, LabVIEW logs events for a shared variable. The default is FALSE. To use this property, you must install the LabVIEW Datalogging and Supervisory Control Module. | Read/Write | No |
4F483C1D | Logging:Log Data | If TRUE, LabVIEW logs data for a shared variable. The default is FALSE. To use this property, you must install the LabVIEW Datalogging and Supervisory Control Module. | Read/Write | No |
4F483C1E | Logging:Time Resolution | Gets or sets the resolution, in seconds, for logging a shared variable value in the Citadel historical database. To use this property, you must install the LabVIEW Datalogging and Supervisory Control Module. | Read/Write | No |
4F483C1F | Logging:Value Resolution | Gets or sets the resolution, in engineering units, for logging the shared variable value in the Citadel historical database. To use this property, you must install the LabVIEW Datalogging and Supervisory Control Module. | Read/Write | No |
4F483C20 | Logging:Deadband | Gets or sets the deadband for logging a shared variable in the Citadel historical database. To use this property, you must install the LabVIEW Datalogging and Supervisory Control Module. | Read/Write | No |
4F483C21 | Alarming:Enabled | If TRUE, LabVIEW enables alarming for a shared variable. The default is FALSE. To use this property, you must install the LabVIEW Datalogging and Supervisory Control Module. | Read/Write | No |
4F483C22 | Alarming:HiHi:Enabled | If TRUE, LabVIEW enables the HI_HI alarm for a shared variable. The default is FALSE. To use this property, you must install the LabVIEW Datalogging and Supervisory Control Module. | Read/Write | No |
4F483C23 | Alarming:HiHi:Name | Gets or sets the name of the HI_HI alarm for a shared variable. To use this property, you must install the LabVIEW Datalogging and Supervisory Control Module. | Read/Write | No |
4F483C24 | Alarming:HiHi:Level | Gets or sets the value, in engineering units, that evokes the HI_HI alarm condition for a shared variable. To use this property, you must install the LabVIEW Datalogging and Supervisory Control Module. | Read/Write | No |
4F483C25 | Alarming:HiHi:Deadband | Gets or sets the HI_HI alarm deadband as a percentage of the full scale range. To use this property, you must install the LabVIEW Datalogging and Supervisory Control Module. | Read/Write | No |
4F483C26 | Alarming:HiHi:Priority | Gets or sets the priority of the HI_HI alarm for a shared variable. To use this property, you must install the LabVIEW Datalogging and Supervisory Control Module. | Read/Write | No |
4F483C27 | Alarming:HiHi:Ack Type | Gets or sets how the HI_HI alarm for a shared variable is acknowledged. To use this property, you must install the LabVIEW Datalogging and Supervisory Control Module. | Read/Write | No |
4F483C28 | Alarming:HiHi:Area | Gets or sets a descriptive area name for the HI_HI alarm for a shared variable. To use this property, you must install the LabVIEW Datalogging and Supervisory Control Module. | Read/Write | No |
4F483C29 | Alarming:HiHi:Description | Gets or sets the description of the HI_HI alarm for a shared variable. To use this property, you must install the LabVIEW Datalogging and Supervisory Control Module. | Read/Write | No |
4F483C2A | Alarming:HiHi:Allow Log | If TRUE, LabVIEW enables alarm logging for the HI_HI alarm for a shared variable. The default is FALSE. To use this property, you must install the LabVIEW Datalogging and Supervisory Control Module. | Read/Write | No |
4F483C2B | Alarming:Hi:Enabled | If TRUE, LabVIEW enables the HI alarm for a shared variable. The default is FALSE. To use this property, you must install the LabVIEW Datalogging and Supervisory Control Module. | Read/Write | No |
4F483C2C | Alarming:Hi:Name | Gets or sets the name of the HI alarm for a shared variable. To use this property, you must install the LabVIEW Datalogging and Supervisory Control Module. | Read/Write | No |
4F483C2D | Alarming:Hi:Level | Gets or sets the value, in engineering units, that evokes the HI alarm condition for a shared variable. To use this property, you must install the LabVIEW Datalogging and Supervisory Control Module. | Read/Write | No |
4F483C2E | Alarming:Hi:Deadband | Gets or sets the HI alarm deadband as a percentage of the full scale range. To use this property, you must install the LabVIEW Datalogging and Supervisory Control Module. | Read/Write | No |
4F483C2F | Alarming:Hi:Priority | Gets or sets the priority of the HI alarm for a shared variable. To use this property, you must install the LabVIEW Datalogging and Supervisory Control Module. | Read/Write | No |
4F483C30 | Alarming:Hi:Ack Type | Gets or sets how the HI alarm for a shared variable is acknowledged. To use this property, you must install the LabVIEW Datalogging and Supervisory Control Module. | Read/Write | No |
4F483C31 | Alarming:Hi:Area | Gets or sets a descriptive area name for the HI alarm for a shared variable. To use this property, you must install the LabVIEW Datalogging and Supervisory Control Module. | Read/Write | No |
4F483C32 | Alarming:Hi:Description | Gets or sets the description of the HI alarm for a shared variable. To use this property, you must install the LabVIEW Datalogging and Supervisory Control Module. | Read/Write | No |
4F483C33 | Alarming:Hi:Allow Log | If TRUE, LabVIEW enables alarm logging for the HI alarm for a shared variable. The default is FALSE. To use this property, you must install the LabVIEW Datalogging and Supervisory Control Module. | Read/Write | No |
4F483C34 | Alarming:Lo:Enabled | If TRUE, LabVIEW enables the LO alarm for a shared variable. The default is FALSE. To use this property, you must install the LabVIEW Datalogging and Supervisory Control Module. | Read/Write | No |
4F483C35 | Alarming:Lo:Name | Gets or sets the name of the LO alarm for a shared variable. To use this property, you must install the LabVIEW Datalogging and Supervisory Control Module. | Read/Write | No |
4F483C36 | Alarming:Lo:Level | Gets or sets the value, in engineering units, that evokes the LO alarm condition for a shared variable. To use this property, you must install the LabVIEW Datalogging and Supervisory Control Module. | Read/Write | No |
4F483C37 | Alarming:Lo:Deadband | Gets or sets the LO alarm deadband as a percentage of the full scale range. To use this property, you must install the LabVIEW Datalogging and Supervisory Control Module. | Read/Write | No |
4F483C38 | Alarming:Lo:Priority | Gets or sets the priority of the LO alarm for a shared variable. To use this property, you must install the LabVIEW Datalogging and Supervisory Control Module. | Read/Write | No |
4F483C39 | Alarming:Lo:Ack Type | Gets or sets how the LO alarm for a shared variable is acknowledged. To use this property, you must install the LabVIEW Datalogging and Supervisory Control Module. | Read/Write | No |
4F483C3A | Alarming:Lo:Area | Gets or sets a descriptive area name for the LO alarm for a shared variable. To use this property, you must install the LabVIEW Datalogging and Supervisory Control Module. | Read/Write | No |
4F483C3B | Alarming:Lo:Description | Gets or sets the description of the LO alarm for a shared variable. To use this property, you must install the LabVIEW Datalogging and Supervisory Control Module. | Read/Write | No |
4F483C3C | Alarming:Lo:Allow Log | If TRUE, LabVIEW enables alarm logging for the LO alarm for a shared variable. The default is FALSE. To use this property, you must install the LabVIEW Datalogging and Supervisory Control Module. | Read/Write | No |
4F483C3D | Alarming:LoLo:Enabled | If TRUE, LabVIEW enables the LO_LO alarm for a shared variable. The default is FALSE. To use this property, you must install the LabVIEW Datalogging and Supervisory Control Module. | Read/Write | No |
4F483C3E | Alarming:LoLo:Name | Gets or sets the name of the LO_LO alarm for a shared variable. To use this property, you must install the LabVIEW Datalogging and Supervisory Control Module. | Read/Write | No |
4F483C3F | Alarming:LoLo:Level | Gets or sets the value, in engineering units, that evokes the LO_LO alarm condition for a shared variable. To use this property, you must install the LabVIEW Datalogging and Supervisory Control Module. | Read/Write | No |
4F483C40 | Alarming:LoLo:Deadband | Gets or sets the LO_LO alarm deadband as a percentage of the full scale range. To use this property, you must install the LabVIEW Datalogging and Supervisory Control Module. | Read/Write | No |
4F483C41 | Alarming:LoLo:Priority | Gets or sets the priority of the LO_LO alarm for a shared variable. To use this property, you must install the LabVIEW Datalogging and Supervisory Control Module. | Read/Write | No |
4F483C42 | Alarming:LoLo:Ack Type | Gets or sets how the LO_LO alarm for a shared variable is acknowledged. To use this property, you must install the LabVIEW Datalogging and Supervisory Control Module. | Read/Write | No |
4F483C43 | Alarming:LoLo:Area | Gets or sets a descriptive area name for the LO_LO alarm for a shared variable. To use this property, you must install the LabVIEW Datalogging and Supervisory Control Module. | Read/Write | No |
4F483C44 | Alarming:LoLo:Description | Gets or sets the description of the LO_LO alarm for a shared variable. To use this property, you must install the LabVIEW Datalogging and Supervisory Control Module. | Read/Write | No |
4F483C45 | Alarming:LoLo:Allow Log | If TRUE, LabVIEW enables alarm logging for the LO_LO alarm for a shared variable. The default is FALSE. To use this property, you must install the LabVIEW Datalogging and Supervisory Control Module. | Read/Write | No |
4F483C46 | Alarming:U32BitField:Enabled | If TRUE, LabVIEW enables the BIT_ARRAY alarm for a shared variable. The default is FALSE. To use this property, you must install the LabVIEW Datalogging and Supervisory Control Module. | Read/Write | No |
4F483C47 | Alarming:U32BitField:Name | Gets or sets the name of the BIT_ARRAY alarm for a shared variable. To use this property, you must install the LabVIEW Datalogging and Supervisory Control Module. | Read/Write | No |
4F483C48 | Alarming:U32BitField:InvertMask | Gets or sets which bits of a shared variable alarm on high, 1 , and which bits alarm on low, 0 . To use this property, you must install the LabVIEW Datalogging and Supervisory Control Module. | Read/Write | No |
4F483C49 | Alarming:U32BitField:Select Mask | Gets or sets which bits LabVIEW uses to calculate the alarm for a shared variable. To use this property, you must install the LabVIEW Datalogging and Supervisory Control Module. | Read/Write | No |
4F483C4A | Alarming:U32BitField:Alarm On | Gets or sets whether a shared variable generates an alarm when any bit (1 ) is in alarm state or only when all bits (0 ) are in alarm state. To use this property, you must install the LabVIEW Datalogging and Supervisory Control Module. | Read/Write | No |
4F483C4B | Alarming:U32BitField:Priority | Gets or sets the priority of the BIT_ARRAY alarm for a shared variable. To use this property, you must install the LabVIEW Datalogging and Supervisory Control Module. | Read/Write | No |
4F483C4C | Alarming:U32BitField:Ack Type | Gets or sets how the BIT_ARRAY alarm for a shared variable is acknowledged. To use this property, you must install the LabVIEW Datalogging and Supervisory Control Module. | Read/Write | No |
4F483C4D | Alarming:U32BitField:Area | Gets or sets a descriptive area name for the BIT_ARRAY alarm for a shared variable. To use this property, you must install the LabVIEW Datalogging and Supervisory Control Module. | Read/Write | No |
4F483C4E | Alarming:U32BitField:Description | Gets or sets the description of the BIT_ARRAY alarm for a shared variable. To use this property, you must install the LabVIEW Datalogging and Supervisory Control Module. | Read/Write | No |
4F483C4F | Alarming:U32BitField:Allow Log | If TRUE, LabVIEW enables alarm logging for the BIT_ARRAY alarm for a shared variable. The default is FALSE. To use this property, you must install the LabVIEW Datalogging and Supervisory Control Module. | Read/Write | No |
4F483C50 | Alarming:Boolean:Enabled | If TRUE, LabVIEW enables the DISCRETE alarm for a shared variable. The default is FALSE. To use this property, you must install the LabVIEW Datalogging and Supervisory Control Module. | Read/Write | No |
4F483C51 | Alarming:Boolean:Name | Gets or sets the name of the DISCRETE alarm for a shared variable. To use this property, you must install the LabVIEW Datalogging and Supervisory Control Module. | Read/Write | No |
4F483C52 | Alarming:Boolean:Alarm On | Gets or sets whether a shared variable is in alarm state when the value is either high (TRUE) or low (FALSE). To use this property, you must install the LabVIEW Datalogging and Supervisory Control Module. | Read/Write | No |
4F483C53 | Alarming:Boolean:Priority | Gets or sets the priority of the DISCRETE alarm for a shared variable. To use this property, you must install the LabVIEW Datalogging and Supervisory Control Module. | Read/Write | No |
4F483C54 | Alarming:Boolean:Ack Type | Gets or sets how the DISCRETE alarm for a shared variable is acknowledged. To use this property, you must install the LabVIEW Datalogging and Supervisory Control Module. | Read/Write | No |
4F483C55 | Alarming:Boolean:Area | Gets or sets a descriptive area name for the DISCRETE alarm for a shared variable. To use this property, you must install the LabVIEW Datalogging and Supervisory Control Module. | Read/Write | No |
4F483C56 | Alarming:Boolean:Description | Gets or sets the description of the DISCRETE alarm for a shared variable. To use this property, you must install the LabVIEW Datalogging and Supervisory Control Module. | Read/Write | No |
4F483C57 | Alarming:Boolean:Allow Log | If TRUE, LabVIEW enables alarm logging for the DISCRETE alarm for a shared variable. The default is FALSE. To use this property, you must install the LabVIEW Datalogging and Supervisory Control Module. | Read/Write | No |
4F483C58 | Alarming:Custom:Enabled | Read/Write | No | |
4F483C59 | Alarming:Custom:Name | Read/Write | No | |
4F483C5A | Alarming:Custom:VI Path | Read/Write | No | |
4F483C5B | Alarming:Custom:Priority | Read/Write | No | |
4F483C5C | Alarming:Custom:Ack Type | Read/Write | No | |
4F483C5D | Alarming:Custom:Area | Read/Write | No | |
4F483C5E | Alarming:Custom:Description | Read/Write | No | |
4F483C5F | Alarming:Custom:Allow Log | Read/Write | No | |
4F483C60 | Alarming:BadStatus:Enabled | If TRUE, LabVIEW enables the Bad Status alarm for a shared variable. The default is FALSE. To use this property, you must install the LabVIEW Datalogging and Supervisory Control Module. | Read/Write | No |
4F483C61 | Alarming:BadStatus:Name | Gets or sets the name of the Bad Status alarm for a shared variable. To use this property, you must install the LabVIEW Datalogging and Supervisory Control Module. | Read/Write | No |
4F483C62 | Alarming:BadStatus:Priority | Gets or sets the priority of the Bad Status alarm for a shared variable. To use this property, you must install the LabVIEW Datalogging and Supervisory Control Module. | Read/Write | No |
4F483C63 | Alarming:BadStatus:Ack Type | Gets or sets how the Bad Status alarm for a shared variable is acknowledged. To use this property, you must install the LabVIEW Datalogging and Supervisory Control Module. | Read/Write | No |
4F483C64 | Alarming:BadStatus:Area | Gets or sets a descriptive area name for the Bad Status alarm for a shared variable. To use this property, you must install the LabVIEW Datalogging and Supervisory Control Module. | Read/Write | No |
4F483C65 | Alarming:BadStatus:Description | Gets or sets the description of the Bad Status alarm for a shared variable. To use this property, you must install the LabVIEW Datalogging and Supervisory Control Module. | Read/Write | No |
4F483C66 | Alarming:BadStatus:Allow Log | If TRUE, LabVIEW enables alarm logging for the Bad Status alarm for a shared variable. The default is FALSE. To use this property, you must install the LabVIEW Datalogging and Supervisory Control Module. | Read/Write | No |
4F483C67 | Alarming:RateOfChange:Enabled | If TRUE, LabVIEW enables the Rate of Change alarm for a shared variable. The default is FALSE. To use this property, you must install the LabVIEW Datalogging and Supervisory Control Module. | Read/Write | No |
4F483C68 | Alarming:RateOfChange:Name | Gets or sets the name of the Rate of Change alarm for a shared variable. To use this property, you must install the LabVIEW Datalogging and Supervisory Control Module. | Read/Write | No |
4F483C69 | Alarming:RateOfChange:Change | Gets or sets the value that a shared variable value must change in the specified time to trigger the Rate of Change alarm. To use this property, you must install the LabVIEW Datalogging and Supervisory Control Module. | Read/Write | No |
4F483C6A | Alarming:RateOfChange:Time | Gets or sets the amount of time, in milliseconds, in which a shared variable value must change at least the value of the Alarming:RateOfChange:Change property to trigger the Rate of Change alarm. To use this property, you must install the LabVIEW Datalogging and Supervisory Control Module. | Read/Write | No |
4F483C6B | Alarming:RateOfChange:Priority | Gets or sets the priority of the Rate of Change alarm for a shared variable. To use this property, you must install the LabVIEW Datalogging and Supervisory Control Module. | Read/Write | No |
4F483C6C | Alarming:RateOfChange:Ack Type | Gets or sets how the Rate of Change alarm for a shared variable is acknowledged. To use this property, you must install the LabVIEW Datalogging and Supervisory Control Module. | Read/Write | No |
4F483C6D | Alarming:RateOfChange:Area | Gets or sets a descriptive area name for the Rate of Change alarm for a shared variable. To use this property, you must install the LabVIEW Datalogging and Supervisory Control Module. | Read/Write | No |
4F483C6E | Alarming:RateOfChange:Description | Gets or sets the description of the Rate of Change alarm for a shared variable. To use this property, you must install the LabVIEW Datalogging and Supervisory Control Module. | Read/Write | No |
4F483C6F | Alarming:RateOfChange:Allow Log | If TRUE, LabVIEW enables alarm logging for the Rate of Change alarm for a shared variable. The default is FALSE. To use this property, you must install the LabVIEW Datalogging and Supervisory Control Module. | Read/Write | No |
4F483C70 | Alarming:Event On Data Change | If TRUE, LabVIEW sets an event for a shared variable when data changes. The default is FALSE. To use this property, you must install the LabVIEW Datalogging and Supervisory Control Module. | Read/Write | No |
4F483C71 | Alarming:Event On User Input Only | If TRUE , the value change event is generated on user input only. The default is TRUE . To use this property, you must install the LabVIEW Datalogging and Supervisory Control Module. | Read/Write | No |
4F483C72 | Time-Triggered:Enabled | If TRUE, LabVIEW enables the deterministic features for a shared variable. The default is FALSE. You can only use this property in the LabVIEW development system, but you must install the LabVIEW Real-Time Module to make this property available. | Read/Write | No |
4F483C73 | Time-Triggered:SMB Variable | If TRUE, specifies that the deterministic shared variable is of the shared memory block variety. The default is FALSE. You can only use this property in the LabVIEW development system, but you must install the LabVIEW Real-Time Module to make this property available. | Read/Write | No |
4F483C74 | Time-Triggered:Max Size | Gets or sets the maximum size, in bytes, for the data type of a time-triggered shared variable. You can only use this property in the LabVIEW development system, but you must install the LabVIEW Real-Time Module to make this property available. | Read/Write | No |
4F483C75 | Time-Triggered:Slot Offset | Gets or sets the number of microseconds you want LabVIEW to wait before writing to a slot-based, time-triggered shared variable. You can only use this property in the LabVIEW development system, but you must install the LabVIEW Real-Time Module to make this property available. | Read/Write | No |
4F483C76 | Time-Triggered:Transmission Time | Gets or sets the time, in microseconds, that LabVIEW takes to send a deterministic shared variable. You can only use this property in the LabVIEW development system, but you must install the LabVIEW Real-Time Module to make this property available. | Read/Write | No |
4F483C77 | Time-Triggered:Table Index | Gets or sets the table index of a time-triggered shared variable. You can only use this property in the LabVIEW development system, but you must install the LabVIEW Real-Time Module to make this property available. | Read/Write | No |
4F483C78 | Time-Triggered:GUID | Gets or sets a globally unique identifier for a time-triggered shared variable. You can only use this property in the LabVIEW development system, but you must install the LabVIEW Real-Time Module to make this property available. | Read/Write | No |
4F483C79 | Time-Triggered:SMB Array Number Of Elements | Gets or sets the number of elements in an array or a string for a time-triggered shared variable. You can only use this property in the LabVIEW development system, but you must install the LabVIEW Real-Time Module to make this property available. | Read/Write | No |
4F483C7A | Typedef Path | Read Only | No | |
4F483C7B | Network:Points Per Waveform | The number of points in each waveform in the buffer. | Read/Write | No |
4F483C7C | Initial Value:Enabled | If TRUE, LabVIEW enables initial value setting for a shared variable. The default is FALSE. To use this property, you must install the LabVIEW Datalogging and Supervisory Control Module. | Read/Write | No |
4F483C7D | Initial Value:Initial Value | Gets or sets the initial value for a shared variable. To use this property, you must install the LabVIEW Datalogging and Supervisory Control Module. | Read/Write | No |
4F483C7E | Network:Project Binding | Indicates if the variable is bound to a project item or a URL. If TRUE, the variable is bound to a project item. If FALSE, the variable is bound to a URL. | Read/Write | No |
4F483C7F | Network:On Scan | Read/Write | No | |
4F483C80 | Update Deadband:Enabled | Enables the update deadband for a shared variable. If TRUE, LabVIEW updates the value of a shared variable only if the percentage difference between the new value and the previous value equals or exceeds the deadband. The default is FALSE. To use this property, you must install the LabVIEW Datalogging and Supervisory Control Module. | Read/Write | No |
4F483C81 | Update Deadband:Source | Gets or sets the deadband for updating the value of a shared variable when the value for the binding source changes. To use this property, you must install the LabVIEW Datalogging and Supervisory Control Module. | Read/Write | No |
4F483C82 | Update Deadband:User | Gets or sets the deadband for updating the value of a shared variable when a user writes data to the variable. To use this property, you must install the LabVIEW Datalogging and Supervisory Control Module. | Read/Write | No |
4F483C83 | Data Type (Variant) | Sets the data type of the variable to the data type you wire to this property. | Read/Write | No |
4F483C84 | Single-Process:Enable Timestamp | If TRUE, a timestamp value is recorded each time the single-process shared variable reads data. (Real-Time, Windows) To view timestamp information and add a timestamp output to the Shared Variable node, right-click the Shared Variable node and select Show Timestamp from the shortcut menu. If this property is FALSE, the timestamp output is hidden. You can use this property only with single-process shared variables. The default value is FALSE. | Read/Write | No |
4F483C85 | RawCluster2 | Read/Write | No | |
4F483C86 | Logging:String Format | Sets the logging string format. LabVIEW ignores this property if the data type of the variable is not a string. To use this property, you must install the LabVIEW Datalogging and Supervisory Control Module. | Read/Write | No |
4F483C87 | Scaling:EngUnit | Specifies the engineering unit for the shared variable. | Read/Write | No |
4F483C88 | I/O:Enable Timestamp | If TRUE, LabVIEW enables the timestamp for an I/O variable. The default is FALSE. | Read/Write | No |
4F483C89 | I/O:Network Published | If TRUE, LabVIEW enables network publishing on the I/O variable. The default is TRUE. | Read/Write | No |
4F483C8A | I/O:Mode | Gets whether the variable is an I/O variable or an I/O alias. | Read Only | No |
4F483C8B | I/O:Channel Index | Gets the index of the I/O channel that corresponds to the I/O Variable. | Read Only | No |
4F483C8C | I/O:Direction | Gets the direction of an I/O variable or I/O alias. | Read Only | No |
4F483C8D | I/O:Alias Project Path | Gets or sets the project path of the I/O variable that the I/O alias is bound to. | Read/Write | No |
4F483C8E | I/O:Buffering Enabled | Read/Write | No | |
4F483C8F | I/O:Buffer Size | Read/Write | No | |
4F483C90 | I/O:RSI | Read Only | No | |
4F483C91 | I/O:Alias Access Type | Gets or sets the access setting of an I/O alias. The default is Read/Write. | Read/Write | No |
4F483C92 | P2P:BufferSize | Read/Write | No | |
4F483C93 | P2P:OtherEndpointUrl | Read/Write | Yes | |
4F483C94 | P2P:Is P2P Writer? | Read/Write | No | |
4F483C95 | P2P:URL String | Read/Write | Yes | |
4F483C96 | P2P:Is P2P? | Read/Write | Yes | |
4F483C97 | P2P:Is Timestamp Enabled? | Read/Write | Yes |
Methods
Show/Hide Variable Properties Table
Legend | |
---|---|
RTE | Available in the Run-Time Engine |
Basic Development Environment | |
VI Scripting | |
Private | |
Deprecated |
Method ID | Long Name (English) | Description | RTE |
---|---|---|---|
4F483800 | Disconnect From Typedefs | Disconnects the variable from the type definition. | Yes (Read/Write) |
Events
This class has no events.
History
History information is needed. What changes have occurred over previous versions? |
Version | Change(s) |
---|---|
More info to come. |