Digital class/Display Format.Format property: Difference between revisions
Added new property page. |
m Category reorg |
||
| (One intermediate revision by the same user not shown) | |||
| Line 24: | Line 24: | ||
If you select floating point representation for the digital numeric value, you cannot wire a value of 3, 4, or 5 to this property. Binary, Octal, and Hexadecimal formats are not valid for floating point numbers. If you wire one of these values, this property returns an error. | If you select floating point representation for the digital numeric value, you cannot wire a value of 3, 4, or 5 to this property. Binary, Octal, and Hexadecimal formats are not valid for floating point numbers. If you wire one of these values, this property returns an error. | ||
This property is an element of the [[Display Format]] property. | This property is an element of the [[Digital class/Display Format property|Display Format]] property. | ||
This property is similar to the [[Display Format]] item in the shortcut menu of a numeric control or indicator and the '''Format''' option on the '''Display Format''' page of the [[Properties]] dialog box. | This property is similar to the [[Display Format]] item in the shortcut menu of a numeric control or indicator and the '''Format''' option on the '''Display Format''' page of the [[Properties]] dialog box. | ||
| Line 47: | Line 47: | ||
{{ambox|text=Add links to external resources that would also help.}} | {{ambox|text=Add links to external resources that would also help.}} | ||
[[Category:VI Server Property]] | |||
Latest revision as of 13:25, 7 May 2020
| VI Server Property Information | |
|---|---|
| Property ID | 633BC07 |
| Scope | Basic Development Environment |
| Data Name | Format |
| Short Name* | Format |
| Long Name* | Display Format:Format |
| * Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE. | |
| Owning Class ID | 18 |
| Owning Class Name | Digital Class |
| Data Type | U8 data type |
| Property Node | |
| Available in Real-Time Operating System | Yes |
| Available in Run-Time Engine | Yes |
| Loads the block diagram into memory | No |
| Loads the front panel into memory | No |
| Need to authenticate before use | No |
| Permissions | Read/Write |
| Remote access allowed | Yes |
| Settable when the VI is running | Yes |
Specifies the format of the digital numeric value. This property accepts the following format values: 0-Decimal, 1-Scientific, 2-Engineering, 3-Binary, 4-Octal, 5-Hexadecimal, 6-Relative Time, 7-Date and Time, 8-SI, and 9-Custom (read-only). You cannot wire a value of 9 to this property because the value is read-only. This property returns a value of 9 if the object uses automatic formatting, the format string contains text, or the format string includes more than one format specifier.
If you select floating point representation for the digital numeric value, you cannot wire a value of 3, 4, or 5 to this property. Binary, Octal, and Hexadecimal formats are not valid for floating point numbers. If you wire one of these values, this property returns an error.
This property is an element of the Display Format property.
This property is similar to the Display Format item in the shortcut menu of a numeric control or indicator and the Format option on the Display Format page of the Properties dialog box.
Uses
| |
Specific use cases for this property. |
History
| |
History information is needed. What changes have occurred over previous versions? |
| Version | Change(s) |
|---|---|
| More info to come. |
See Also
| |
Add links to internal wiki pages that would also help. |
External Links
| |
Add links to external resources that would also help. |