Jump to content

NumericConstant class/Fixed-Point Representation.Bits property: Difference between revisions

From LabVIEW Wiki
m Added VI Scripting Property Category to page
Updated for LabVIEW 2020
 
Line 2: Line 2:
| classid = 16389
| classid = 16389
| propertyid = 5DCFC01
| propertyid = 5DCFC01
| scope=private
| scope=script
| dataname = FXP Rep Bits
| dataname = FXP Rep Bits
| shortname = FXPRepBits
| shortname = FXPRepBits
Line 9: Line 9:
| datatype = Common Cluster TypeDef
| datatype = Common Cluster TypeDef
| propertynodeimage = NumericConstant-Fixed-Point Representation-Bits.png
| propertynodeimage = NumericConstant-Fixed-Point Representation-Bits.png
| availableinrealtime = Yes
| availableinruntime = Yes
| loadsbd = No
| loadsfp = Yes
| needsauthentication = No
| permissions = Read/Write
| permissions = Read/Write
| remoteallowed = Yes
| settablewhenrunning = No
|}}
|}}
{{TOCright}}
{{TOCright}}


Reads or writes the encoding of the fixed-point value. Using this property with non-fixed-point controls will cause an error.


== Uses ==
== Uses ==
Line 18: Line 26:


== History ==
== History ==
{{ambox|text=History information is needed.  What changes have occurred over previous versions?}}
{| class="wikitable"
{| class="wikitable"
! Version
! Version
! Change(s)
! Change(s)
|-
|-
|[[File:LV2018.png|frameless|border|64x64px|LabVIEW 2018|link=LabVIEW 2018]]
|[[File:LV2020.png|frameless|border|64x64px|LabVIEW 2020|link=LabVIEW 2020]]
|More info to come.
| In [[LabVIEW 2020]] this property was changed from [[VI Server#Private|Private]] to [[VI Server#VI Scripting|VI Scripting]].
|}
|}
== See Also ==
== See Also ==
{{ambox|text=Add links to internal wiki pages that would also help.}}
{{ambox|text=Add links to internal wiki pages that would also help.}}
Line 31: Line 39:
== External Links ==
== External Links ==
{{ambox|text=Add links to external resources that would also help.}}
{{ambox|text=Add links to external resources that would also help.}}
[[Category:VI Scripting Property]]
[[Category:VI Scripting Property]]
[[Category:Private Property]]
[[Category:VI Server Property]]
[[Category:VI Server Property]]

Latest revision as of 19:06, 15 June 2020

VI Server Property Information
Property ID 5DCFC01
Scope VI Scripting
Data Name FXP Rep Bits
Short Name* FXPRepBits
Long Name* Fixed-Point Representation:Bits
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
Owning Class ID 16389
Owning Class Name NumericConstant Class
Data Type Common Cluster TypeDef data type

Common Cluster TypeDef

Property Node Fixed-Point Representation:Bits
Available in Real-Time Operating SystemYes
Available in Run-Time EngineYes
Loads the block diagram into memoryNo
Loads the front panel into memoryYes
Need to authenticate before useNo
PermissionsRead/Write
Remote access allowedYes
Settable when the VI is runningNo

Reads or writes the encoding of the fixed-point value. Using this property with non-fixed-point controls will cause an error.

Uses

History

Version Change(s)
LabVIEW 2020 In LabVIEW 2020 this property was changed from Private to VI Scripting.

See Also

External Links