[?] User archives

ProTool, WinCC flexible, WinCC, PP/OP/TP/TD/MP
kaiser17
Posts: 5
Joined: Sat Jun 23, 2007 8:21 am
Location: Slovenia

[?] User archives

Post by kaiser17 »

I am new with WinCC and I have a problem with user archives. My archive contains 4 columns, first one is the recipe number and the other three are the amounts of components. I would like to implement a function, which searches through archive and returns required recipe amounts regarding to given (column 1) recipe number. Recipe number is stored inside WinCC tag, and required amounts should also be transferred to WinCC tags.
Maybe is a solution with correct filter condition, but I have not enough knowledge of that.
dante
Posts: 47
Joined: Fri Oct 19, 2007 6:35 am
Location: romania

Post by dante »

You have to use scripting; archives in WinCC are not very easy, if you do not know C programming, forget it.
You have to search for a demo project and see how to connect, open and close an archive. The rest is up to you.

regards,