04-21-2022 08:41 AM
Hi,
I guess I am not seeing the forrest for trees
Constraints:
- multithreaded process models
- as little chande to the process model as possible
UseCase:
- Operators must read in a production order number using barcode or RFID.
- The information belonging to the order can be retrieved via webservices
Today, we are storing this (typedef'ed) information which applies to all DUTs in the production order in the StationGlobals which is functional, yet not really nice
If have been looking for a nice data structure being available to all executions, which can be extended / modified at run-time, but I have failed so far finding one...
... so if anyone could give me a nudge in the right direction...
Cheers
Oli
04-25-2022 01:36 PM
Hi ,
I am not sure if i fully understood your requirement.
Based on my understanding :
Constraints:
- multithreaded process models -- Use parallel models and Modify Pre UUT sequence
- as little chande to the process model as possible - Yes the change is only the barcode reading or RFID reading module to replace exiting serial number dialog.
Use Database to stored data and configurations and you can play around it.
Ravi
04-25-2022 11:58 PM
Hi Ravi,
thanks for your suggestion.
Databases can't be used directly with this.
I have found a way right now, just with what seem minor mods to the process model. I'll have an internal code review this week. I'll post an approach afterwards
Cheers
Oli