Convert to Phys.vi
- Updated2025-10-07
- 3 minute(s) read
Purpose
Converts a binary representation of a value into its physical value using a type descriptor. Format
Input
|
type descriptor is a cluster that specifies the conversion of the physical value to its binary representation:
|
||||||||||||||||||||||||
|
data in is the data record from which physical values are to be extracted. |
Output
|
value is the physical value extracted from the record. |
Description
Data output from diagnostic services (for example, ReadDataByLocalIdentifier.vi) is usually a byte stream of binary data. If you have a description of the data output (for example, byte 3 and 4 are engine RPM scaled as .25 * x RPM in Motorola representation), you can use Convert to Phys.vi to extract the physical value from the byte stream by filling an appropriate type descriptor cluster.


