VI class/Connector Pane.Checksum v1 (Deprecated) property: Difference between revisions
Appearance
< VI class
m Added Private Property Category to page |
Added description |
||
| (One intermediate revision by the same user not shown) | |||
| Line 9: | Line 9: | ||
| datatype = I32 | | datatype = I32 | ||
| propertynodeimage = VI-Connector Pane-Checksum v1 (Deprecated).png | | propertynodeimage = VI-Connector Pane-Checksum v1 (Deprecated).png | ||
|}} | |}} | ||
{{TOCright}} | {{TOCright}} | ||
Return the "old" CRC value for a VI's connector pane type map. This will remove timestamps before it calculates the CRC so that controls that timestamps will not affect the CRC value. This property will return the old CRC since it will get the CRC for the old format of LabVIEW type descriptors. There is another CRC property that will use the new format. | |||
NOTE: This property will not standardize the type descriptor when calculating the CRC properly. This cannot be "fixed" since TestStand requires that the CRC not change unless the ConPane changes. Users should now use ConPane.CRC v3. | |||
== Uses == | == Uses == | ||
| Line 31: | Line 32: | ||
== 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:Deprecated Property]] | |||
[[Category:Private Property]] | [[Category:Private Property]] | ||
[[Category:VI Server Property]] | [[Category:VI Server Property]] | ||
Latest revision as of 00:38, 3 March 2021
| VI Server Property Information | |
|---|---|
| Property ID | 266 |
| Scope | Deprecated |
| Data Name | CPTM CRC |
| Short Name* | ConPane.CRC v1 (Deprecated) |
| Long Name* | Connector Pane:Checksum v1 (Deprecated) |
| * Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE. | |
| Owning Class ID | 2 |
| Owning Class Name | VI Class |
| Data Type | I32 data type |
| Property Node | |
Return the "old" CRC value for a VI's connector pane type map. This will remove timestamps before it calculates the CRC so that controls that timestamps will not affect the CRC value. This property will return the old CRC since it will get the CRC for the old format of LabVIEW type descriptors. There is another CRC property that will use the new format.
NOTE: This property will not standardize the type descriptor when calculating the CRC properly. This cannot be "fixed" since TestStand requires that the CRC not change unless the ConPane changes. Users should now use ConPane.CRC v3.
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. |