You can set up converters on the compound object. Available converters for a compound object are Unit converters, Scale converters, and Expression converters. Up to 1024 converters can be set per compound object. The setup procedure is the same as setting up a converter for a project.
You can use a compound object property in the Expression converter, but you cannot use a local variable.
For information on converters, refer to the following.
When using a unit or scale converter in a compound object, you can bind compound object properties to the converter properties. The properties of the converter that can be used in binding are as follows.
| Types of Converters | Property | Binding |
| Unit Converter | Category | Not allowed |
| Unit (Input) | Allowed | |
| Unit (Output) | Allowed | |
| Decimal Places | Allowed | |
| Unit Display | Not allowed | |
| Rounding | Allowed | |
| Scale Converter | Decimal Places | Allowed |
| Retain Range | Allowed | |
| Maximum (Source) | Allowed | |
| Maximum (Output) | Allowed | |
| Minimum (Source) | Allowed | |
| Minimum (Output) | Allowed | |
| Rounding | Allowed | |
| Expression Converter | Decimal Places | Not allowed |
| Rounding | Not allowed | |
| Expression | Not allowed |