PP Library Seq Block
How to configure Seq01 block in PPLibrary (Pulp and Paper Library) with external SFC Code?
Voted best answer
See pdf document at page 8 in my App regarding AC450 conversion. There is an example how to connect Seq01.HSI structure in each SFC step.
Moreover
- you need to use a signal Seq01.Run in the the first Transition right after the Initial Step.
- automatic start signal of the SFC should be connected to Seq01:E1Start and Seq01:SeqE1
- it is important to set true to Seq01.HSI.End_of_SEq in the end of very last step of SFC
- connect Seq01.Seq_Reset to -> R_Trig function block -> Enable input of SetTrue -> its bottom output to <your SFC>.Reset
- connect Seq01.Seq_Disable -> to <your SFC>.DisableActions
- connect Seq01.Seq_Hold -> to <your SFC>.Hold
Here you are almost done. Maybe Step timer logic is left but this is a topic for a next training.
I hope it helps
Moreover
- you need to use a signal Seq01.Run in the the first Transition right after the Initial Step.
- automatic start signal of the SFC should be connected to Seq01:E1Start and Seq01:SeqE1
- it is important to set true to Seq01.HSI.End_of_SEq in the end of very last step of SFC
- connect Seq01.Seq_Reset to -> R_Trig function block -> Enable input of SetTrue -> its bottom output to <your SFC>.Reset
- connect Seq01.Seq_Disable -> to <your SFC>.DisableActions
- connect Seq01.Seq_Hold -> to <your SFC>.Hold
Here you are almost done. Maybe Step timer logic is left but this is a topic for a next training.
I hope it helps
Add new comment