DIAGNOSTIC in MSS/MGW
To do diagonesis of an unit it should be in test mode. For example if we want to diagonose a ET no 258 then we have to change its working state with to TE with command as below:-
ZUSC:ET,258:BL; ---- To block the ET
ZUSC:ET,258:TE; --- To change in to test mode
ZUDU:ET,258:::; ---- To start the daigonesis of the ET
ZUDQ; ---- To see current diagonesis test
ZUDH:ET,258:::; --- To see the diagonesis history
Switchover of Units in MSS/MGW
If we want to switchover the state of an unit we have to use the procedures as below:-
ZUSI:OMU; --- To see the present state of an unit (OMU)
UNIT PHYS STATE LOCATION INFO
OMU-0 0000 WO-EX -
OMU-1 0001 SP-EX -
TOTAL OF 2 UNITS
COMMAND EXECUTED
Now if we want to change the state of OMU to WO-EX from SP-EX then we have to give the following command:-
ZUSC:OMU,0:SP,:; --- To switchover the OMU 1 from SP-EX to Wo-EX.
After the command execution the O/P will be as follows:-
UNIT PHYS STATE LOCATION INFO
OMU-0 0000 SP-EX -
OMU-1 0001 WO-EX -
TOTAL OF 2 UNITS
COMMAND EXECUTED
No comments:
Post a Comment