252 
   
 
Signal and parameter list
 
3ADW000379R0501 DCS550 Manual e e 
83.01 AdapProgCmd (AP command) 
Selects the operation mode for AP:
 
Stop    stop, AP is not running and cannot be edited, default 
Start    running, AP is running and cannot be edited 
Edit    edit, AP is not running and can be edited 
SingleCycle  AP runs only once. If a breakpoint is set with BreakPoint (83.06), AP will stop before the 
breakpoint. After the SingleCycle AdapProgCmd (83.01) is automatically set back to 
Stop. 
SingleStep  Runs only one function block. LocationCounter (84.03) 
shows the function block number, 
which will be executed during the next SingleStep. After a SingleStep AdapProgCmd 
(83.01) is automatically set back to Stop. LocationCounter (84.03) shows the next 
function block to be executed. To reset LocationCounter (84.03) 
to the first function block 
set AdapProgCmd (83.01) to Stop again (even if it is already set to Stop). 
[AlarmWord3 (9.08) bit 3] is set when TimeLevSel (83.04) is not set to 5 ms, 20 ms, 
or 500 ms but AdapProgCmd (83.01) is set to Start, SingleCycle or SingleStep 
 
 = Start, SingleCycle or SingleStep is only valid, if AdapPrgStat (84.01) ≠ Running. 
Int. Scaling:  1 == 1   Type:  C  Volatile:  N 
83.02 EditCmd (edit command) 
Edit AP.
 EditCmd (83.02) is automatically set back to Done after the chosen action is finished: 
Done    no action or edit of AP completed, default 
Push    Shifts the function block in the spot defined by EditBlock (83.03) and all subsequent 
function blocks one spot forward. A new function block can be placed in the now empty 
spot by programming its parameter set as usual. 
Example: 
A new function block needs to be placed in between the function block number four 
(84.22) to (84.27) and five (84.28) to (84.33). In order to do this: 
1.  set AdapProgCmd (83.01) = Edit 
2.  set EditBlock (83.03) = 5 (selects function block 5 as the desired spot for the new 
function block) 
3.  set EditCmd (83.02) = Push (shifts function block 5 and all subsequent function 
blocks one spot forward) 
4.  program empty spot 5 by means of (84.28) to (84.33) 
Delete    Deletes the function block in the spot defined by EditBlock (83.03) and shifts all 
subsequent function blocks one spot backward. To delete all function blocks set 
EditBlock (83.03) = 17. 
Protect    Turns all parameters of AP into protected mode (parameters cannot be read or written 
to). Before using the Protect command set the pass code by means of PassCode 
(83.05). 
Attention: Do not forget the pass code! 
Unprotect  Reset of protected mode. Before the Unprotect command can be used, PassCode 
(83.05) has to be set. 
Attention: Use the proper pass code! 
Int. Scaling:  1 == 1   Type:  C   Volatile:  Y 
83.03 EditBlock (edit block) 
Defines the function block which is selected by 
EditCmd (83.02) = Push or Delete. After a Push or Delete 
 is automatically set back to 1. 
 
To delete all function blocks set 
EditBlock (83.03) = 17. 
Int. Scaling:  1 == 1   Type:  I  Volatile:  Y