VI class/Connector Pane.Checksum v1 (Deprecated) property

From LabVIEW Wiki
Jump to: navigation, search
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

I32

Property Node Connector Pane:Checksum v1 (Deprecated)

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

History

Version Change(s)
LabVIEW 2018 More info to come.

See Also

External Links