Jump to content

Numeric class/Fixed-Point Representation.Actual.Delta property: Difference between revisions

From LabVIEW Wiki
m Added Private Property Category to page
Updated for LabVIEW 2020
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
| classid = 17
| classid = 17
| propertyid = 633B01D
| propertyid = 633B01D
| scope=private
| scope=script
| dataname = FXP Actual Delta
| dataname = FXP Actual Delta
| shortname = FXPActualDelta
| shortname = FXPActualDelta
Line 9: Line 9:
| datatype = Double Float
| datatype = Double Float
| propertynodeimage = Numeric-Fixed-Point Representation-Actual-Delta.png
| propertynodeimage = Numeric-Fixed-Point Representation-Actual-Delta.png
| permissions = Write Only
| availableinrealtime = Yes
| availableinruntime = Yes
| loadsbd = No
| loadsfp = Yes
| needsauthentication = No
| permissions = Read Only
| remoteallowed = Yes
| settablewhenrunning = No
|}}
|}}
{{TOCright}}
{{TOCright}}


Reads the actual delta of the fixed-point value based on its encoding.


== 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:Private Property]]


[[Category:VI Scripting Property]]
[[Category:VI Server Property]]
[[Category:VI Server Property]]

Latest revision as of 18:44, 15 June 2020

VI Server Property Information
Property ID 633B01D
Scope VI Scripting
Data Name FXP Actual Delta
Short Name* FXPActualDelta
Long Name* Fixed-Point Representation:Actual:Delta
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
Owning Class ID 17
Owning Class Name Numeric Class
Data Type Double Float data type

Double Float

Property Node Fixed-Point Representation:Actual:Delta
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 Only
Remote access allowedYes
Settable when the VI is runningNo

Reads the actual delta of the fixed-point value based on its encoding.

Uses

History

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

See Also

External Links