08-25-2022 10:22 AM
For our parts we measure some values during assembly cycle. Result of this measurement are 3 arrays [1..1200] of REAL values (eg. current, voltage, resistance). Our customer wants to save this data for every part that means 3600 values for every assebmly cycle.
My question is how and were to store these data?
I tried to add these arrays to PartProcessed > SendBody > Array and send it to MES. I only had to change send buffer size and library constant in TwinCAT and it works and all 3600 values are send.
Then I was talking with colleague from MES team what is next step and he told me this.
Is there any other solution how to deal with that request?
Solved! Go to Solution.
08-29-2022 03:41 PM
This is the answer I got from a colleague from the MES department:
The way of connecting the data also depends on your later usage in MES. For using this kind data you have different possibilities in MES.
There are different ways to process such amount of data in MES:
And used like this to store to QualityData like usual measurements. The red marked values have to be filled as shown, the blue marked checkbox in same cases. Please give a try for blue option which works better in your case.
https://de.wikipedia.org/wiki/Production_Performance_Management_Protocol
08-30-2022 11:59 AM
@nexidator thank you so much for your detailed reply! 👍
I will try one of these solutions and later I'll put here some feedback for other users.