Activate operating mode

The following code example shows how the "Supply and regenerative mode" operating mode (ModeAutomatic) is activated via the MOVIKIT® user interface:

Interface_MDR90B.xGetAccessControl:=TRUE;

Interface_MDR90B.ModeControl.IN.uiRequestedMode:=590;

Interface_MDR90B.ModeAutomatic.IN.xStart:=TRUE;