another wincc flex question, recipes

userxyz

Member
Join Date
May 2002
Location
any
Posts
2,768
If I have a panel and a PC runtime.

But I don't buy the option for recipes on the PC...

is it possible to control the recipesystem via tags with the pc runtime ?
 
Haven't tried that one yet but the available information seems to imply that the recipe system will not work without a licence.

I didn't buy the recipe option for the last WinCC system that I did, I made a recipe system in the PLC. I used a UDT for the structure of the recipe and created a DB with multiple copies of the UDT with the 1st entry being the edit buffer. Load/Save functions were done with some indirect addressing and the recipe number to point to the storage location. This system works well enough for a modest number of recipes. I can give you some sample code if you wish.

Nick
 

Similar Topics

I hope this is my last problem with arrays in WInCC Flex: VARi[1] has value 65: This is VARi[1] in wincc flex: In Runtime, value is...
Replies
2
Views
4,332
Hello Everyone, Can somebody tell me how I can move a internal value ( word, int, float etc) to a external tag in C script or VBS or another...
Replies
3
Views
1,997
WinCC – project was developed on PC1 and connection to Simatic PLC was also made there. The idea is to make a spare Workstation (WS) with the same...
Replies
9
Views
5,128
Hi Guys, Please give me some tips about scripting in Wincc. I wanna copy a value of a Tag and transfer it to another Tag. These tags are located...
Replies
6
Views
7,374
Hi all, I've got a PC running WinCC SCADA v6.2. It's connected to three S5 PLCs and I would like to copy an existing tag from PLC 1 to a tag...
Replies
7
Views
6,120
Back
Top Bottom