Validity: Rule, Task
This variable allows you to disable the functionality of DISPAN/VISPAN programming terminals and LED management or to force visualization of the user page on the display.
Syntax |
I32 dis_display |
---|---|
Attributes |
Bit-accessible |
The meaning of the bits is as follows:
Bit |
Hexadecimal value |
Description |
---|---|---|
BIT 0 |
0x1 |
Disable visualization of alarms |
BIT 1 |
0x2 |
Disable visualization feed rate |
BIT 2 |
0x4 |
Disable display management by RTE |
BIT 3 |
0x8 |
Disable LED management of "MODE" by RTE |
BIT 4 |
0x10 |
Disable LD LED management on uRMC control (bad_config) |
BIT 8 |
0x100 |
Forces display to user page. If bit is 1 it is not possible to exit the user page. On RP-x controls force display on 'Custom user screen' page, putting bit to 0 gives possibility to back |
Example
; display management by RTE is disabled dis_display = 0x4 |