multiple logical sequences using fbd language

titoo

Member
Join Date
May 2014
Location
paris
Posts
3
Dear all,

I would like to do several logical sequences to do implement in an auto mode using fbd for exemple :

1 move motor forward until stop sensor
2 wait 2 secondes
3 move cylinder up until up sensor
4 wait 5 secondes
5 move cylinder down until down sensor
6 move motor reverse until sensor home position

I am use to do this sequences using grafcet (SFC language in Unity) but i am not familiar with fbd. Does anyone have some experience with fbd and could help me ? I already started to do fbd for each movement (start motor and move cylinder) I would like to put them together to do an automatic sequence.

I hope this question haven t been posted before, if yes please send me the link.

Thanks
 
grafcet in unity is rather simple:
make a step 0 without any action for now)(here the program starts.
below it make a transition it should be something like startbutton=true
below it comes step 1
the action will be something like output1:=true
the transition below it should be stopsensor=true
etc
 
Doing this sequences in grafcet is not too difficult but my boss want the programm do be only in fbd. Does anyone know a simple way to do the sequences above in fbd ?
thanks
 
see attached
Hope it makes sense, just used a very simple snippet of code to give you an idea how to start.

seqexample.jpg
 

Similar Topics

Hey all, I am working on a project and i want to use Allen Bradley Micro850 controllers. This model has ethernet ip functionality. So the project...
Replies
7
Views
78
Hello, Anyone have a nice working solution they can share where there are a handful of engineers that work on one project. I have setup 2 SEL...
Replies
7
Views
217
Hi, How to get data from multiple Mitsubishi Q03UDVCPU into master PLC Q03UDVCPU through QJ71E71-100 ?
Replies
1
Views
62
Can I connect two A-B Panel View 7 to a A-B PLC. Same graphics etc. One on the local control panel and the other Panel View 7 in a remote control...
Replies
2
Views
77
is it possible to install multiple ibaPDAs on single VM or PC?
Replies
0
Views
57
Back
Top Bottom