n
n
kVA
kVA
Compiler – Beispiele
18
f
f
Zustandsautomat, Feldbussteuerung mit Notbetrieb
i
i
P
Hz
Hz
P
264
/*===================================================
Functions
===================================================*/
mode_0()
{
if( busdata.PO1 == 6 )
enable;
else
rapidstop;
speed = busdata.PO2;
setfixedsetpoint;
activatefixedsetpoint;
}
mode_1()
{
if(busdata.PO1 == 6)
enable;
else
rapidstop;
_GetSys( analog,GS_ANINPUTS );
offset = (analog.Input1 + 15) / 10;
speed = busdata.PO2 + offset;
setfixedsetpoint;
activatefixedsetpoint;
}
mode_2()
{
enable;
deactivatefixedsetpoint;
}
mode_3()
{
rapidstop;
}
Handbuch – IPOSplus®