EasyManua.ls Logo

SEW-Eurodrive IPOS plus - Page 264

SEW-Eurodrive IPOS plus
384 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
264
Manual – IPOSplus®
18
State machine, fieldbus control with emergency mode
Compiler – Examples
/*===================================================
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;
}
P
i
f
kVA
Hz
n
P
i
f
kVA
Hz
n

Table of Contents