Technical data

R911305038 / 01 | Rexroth VCP-Operating Concept Electric Drives and Controls | Bosch Rexroth AG 5-115
Standard Mode
If you use a selection text to label soft keys, you can use the function
key for several functions within a mask.
The action to be performed is determined by the:
Mask number
Number of the selection text
Variable value transferred with the softkey.
Depending on the operating device, the number of keys you can use as
soft keys varies.
Example: We want a softkey (F1) in mask 10 to be able to switch a pump on and
off.
1. Create a text list (pump) with two entries.
2. Define the variables.
3. Create the mask (number 10).
Set up a controller variable (M 100.0) next to or above a function key.
Link the controller variable with the representation type Selection Text
for cyclical output with the text list (pump).
Link the function key F1 of the mask with the variable Soft Key Status
(M 100.1), (set/reset).
4. Create the controller program to perform the following: Output A32.0
is to be used to control the pump.
Evaluate the mask number (MW 110); (must have the value 10).
Evaluate the edge for M 100.1.
Create a ELTACO function for pump output A32.0.
Use it to set flag M 100.0 to 0 when the pump is on.
Use it to set flag M 100.0 to 1 when the pump is off
Value Text
0 Switch Pump OFF
1 Switch Pump ON
Fig. 5-41: Text list for example softkey.
Symbolic Name Address (Example)
Soft Key Labeling M100.0
Softkey Status M100.1
Mask Image MW110
Fig. 5-42: Variables for example softkey.