Beckhoff ST Control VFD Speed with fb_ctrl_pi

Join Date
Feb 2013
Location
Indiana
Posts
4
Need some help here, I am new to ST and BECKHOFF.
Part of my application is a Recoiler that not only rolls up the material this machine is producing (material is 8ft wide, Line is 200ft long) it is used to pull the material down the line as well. So to maintain a constant line speed i have a encoder on the material for speed feedback. What i think i need to do is use the "fb_ctrl_pi" block.
what i have so far is:

VAR
fbLine_Speed_Control: FB_CTRL_PI;
fOut: LREAL;
eState: E_CTRL_STATE;
eErrorId: E_CTRL_ERRORCODES;
END_VAR


fbLine_Speed_Control(
fSetpointValue:= GVL.Line_Speed_Setpoint,
fActualValue:= GVL.Line_Speed_Actual,
fManSyncValue:= ,
bSync:= ,
eMode:= 2,
bHold:= ,
fOut=> fOut,
bARWactive=> ,
eState=> eState,
eErrorId=> eErrorId ,
bError=> ,
stParams:=StParams
);


The problem i having (if im on the right track at all) is the
"stParams" i keep getting errors. its something to do with VAR_IN_OUT and im not sure how to address this.
Any help would be appreciated.
o_Oo_Oo_Oo_Oo_Oo_O
 

Similar Topics

I'm preparing architecture for a fairly complex control system (technology stack is Beckhoff, so OOP etc is available). The system has many...
Replies
1
Views
349
I have PID temperature control which will connect to Beckhoff EL4004(0v-10v). How I can program it to let EL4004 to control the temperature?
Replies
7
Views
2,605
Hello All, I am looking for an option to connect Beckhoff remotes I/Os to control logix L73 processor over ControlNet using Beckhoff coupler...
Replies
0
Views
1,824
Hello, I work for a manufacturer in the precast concrete industry. I had to control the system shown in the video...
Replies
5
Views
2,729
Hello! For my BSc in automation I am attempting to communicate with Lenze Servo Positioning inverters (e.g EVS9329-EP) for motion control. I am...
Replies
3
Views
3,154
Back
Top Bottom