Helping in code

Join Date
May 2007
Location
giza
Posts
153
Could you please explain what does " fe , re , dec" means

if fe (Mixing_done)
then
feeder_state:=material_a_value+material_b_value;
reset (new_material_demand);
end_if;

(* calculating value feeder state *)

if re (forming)
then
dec (feeder_state);
end_if;

if feeder_state=2
then
set (new_material_demand);
end_if;

if feeder_state>2
then
set (feeder_full);
else
reset (feeder_full);
end_if;
 
Firstly I presume this is code from Structured Text (ST) in a PLC ? Which PLC are you using ?

They are all ST implementation of Ladder etc. so should be familiar if you program PLC's, most PLC programming packages will explain he usage in the help files.
 
Firstly I presume this is code from Structured Text (ST) in a PLC ? Which PLC are you using ?

They are all ST implementation of Ladder etc. so should be familiar if you program PLC's, most PLC programming packages will explain he usage in the help files.

It is Schneider, I am familiar with Siemens STL and ladder.
Yes, I use HELP but looking for pdf like siemens which explain ladder or fbd or stl
 

Similar Topics

hello i'm not good at english, please understand i just found this website from googling, while i was looking for how to use program(from m340)...
Replies
4
Views
531
Good Evening , This sound like a strange idea. This has been on my mind and heart for several years. We have a homeless and drug issue in...
Replies
4
Views
1,864
Hi guys, Working on one of my client's systems with SLC processors, earlier today she called me and said she was having comms errors, had a solid...
Replies
5
Views
2,041
I'm newbie in PLC and I face couple problem in SCL(194) instruction. The problem have wrote to the pictures kindly tutorial me how to do it...
Replies
15
Views
10,662
Hi guys I need help from you this is my last year in the university and I have a final project which is automatic controlled system here you...
Replies
10
Views
3,310
Back
Top Bottom