Errors and Solutions in Labels
Check below the list of most common errors found in devices:
- Labels show outdated device data
- Check whether the network is calculated or not (if not, it will be marked with the icon
)
- Check that the label style has a suitable Constructor that supplies the properties (if it doesn't, the label doesn't recognize some macro and shows an error instead of the value expected)
- There is no way to create expressions in the labels to show other properties
Use the Constructor and create expressions for properties that can later be read by labels
- Label texts appear upside down - In the label style, locates the text component. Set the "Readability" property to "Yes" on it
Note: The rotation will get the X-axis direction (UCSXDIR) from the UCS (user coordinate system)
to rotate the text 180 degrees if needed
- I want a text of one format in one viewport and another format in another viewport - in this case, in the style of the label, add two components of text on different layers
and use VPFREEZE (freeze text layer 2 in viewport 1 and vice versa)