Recipe in TIA Portal

IdealDan

Member
Join Date
May 2017
Location
MA
Posts
480
Hi guys,

I need some heads up in PLC part of Recipe Auto and Manual logic operation. I'm from Process background.

Assuming for 3 different recipes involving different filling QUANTITIES and TIME via a conveyor system, how is the logic developed? I checked on youtube, just seeing creating variables in Program Data Block, connecting to HMI Tag and configuring HMI recipe then Recipe view Screen,

Isn't there ladder or FBD logic required for the recipe itself to work (I don't mean other auxiliary part of the PLC Program)?
Is creating variables like QUALITY and TIME on a program Data Block enough for the PLC part of the recipe ?
 
I'm not 100% what your question is but if you want to control quantity and time, then your plc would have a tag for quantity and time, then them tags are connected to HMI, HMI will change the value of that tag depending what recipe is selected. Your plc program then needs to do what it needs to do with them tags. For example the time tag might be in seconds, convert to milliseconds and use on a timer.

Usually I like to store recipes in the PLC though and not use HMI recipes function. In PLC I would create UDT for structure then an array of however many recipes I need, I feel its easier/quicker to do, I can change recipes values either online or drag tags into scada etc
 

Similar Topics

Hi guys, I need some heads up in PLC part of Recipe Auto and Manual logic operation. I'm from Process background. Assuming for 3 different...
Replies
4
Views
1,880
Hello Everyone, I created a Recipe View and i plan to use it on multiple presets, change them, rename them, delete them, add new ones whatver i...
Replies
7
Views
4,666
Hello I'm looking for a way to do the following but i don't know if it's possible.. I use Wincc TIA V15 comfort panel i use the recipes as...
Replies
2
Views
3,573
Hi all, I have been asked to implement a simple recipe function on a system running an S7-1200 on TIA Portal. In Allen-Bradley land, my method...
Replies
19
Views
35,838
Hi, I remember from WinCC Flex 2008 that the scroll bar was a pain in the *** on touch screens. But isn't this problem unsolved in Tia Portal ...
Replies
4
Views
5,110
Back
Top Bottom