WinCC Flex Recipe Download Issue

ylade

Member
Join Date
Sep 2007
Location
Ireland
Posts
23
Hi All,

I am currently developing a recipe within Wincc Flex. The Layout of the recipe will be the same for all data records. I let the user create and save the data records during runtime. I tested this a few weeks back and could not find fault with it, However, when I now send down the recipe to the PLC only some of the tags are getting updated. I have tried everything but to no avail. My tags memory areas are correct. Also, If I modify the particular tags from a VAT table and press the download the tags that are getting sent down will come back up with the new values from the variable table but the problem tags come back blank????
 
However, when I now send down the recipe to the PLC only some of the tags are getting updated.
Are you doing this with the "SetDatarecordesToPLC" event? It seems anytime I have a problem getting recipe values I am not sending the SetDataRecordsToPLC. I started just putting it on the change event for any tag that I add to the recipe.
 
I got it sorted. I had two recipe variables delared within WinCC flex as String Variables with 12 characters. However, My DB in S7 only had 10 Characters declared. THis caused the recipe variables after the declared strings to overlap the DB memory areas.
 

Similar Topics

PLC: S7-300 HMI: Siemens TP177B I would like to limit data records in a recipe (WinCC Flexible Advanced). I don't want the user to save more than...
Replies
0
Views
1,557
Hello, I am using a KTP 400 compact panel HMI. I am using the Recipe object to create transfer and delete the recipe using its integrated...
Replies
1
Views
1,906
Hello, I am using a KTP 400 compact panel HMI. I am using the Recipe object to create transfer and delete the recipe using its integrated...
Replies
0
Views
1,667
Hi. I have this little problem on a WinCC Flexible installation. The system is using WinCC Flexible recipes. According to CFR21 p. 11 it must...
Replies
4
Views
2,346
Hi It seems like the security ia for the whole view... I need to have 'admin' to enter/edit recipes and 'user' can download only. Any Ideas for this?
Replies
1
Views
1,892
Back
Top Bottom