Solved
CWC Assembly Execution
- June 21, 2024
- 2 replies
- 2155 views
I want to make sure I'm understanding you correctly. On Thing PTC.FSU.CWC.GlobalConfiguration.GlobalConfiguration_TG, there is a configuration called ProductionEventMapping, there should some (9?) rows, the WorkInstructionAction column should be filled, but for you the ProductionStatus column is empty. Is this correct?
If this is correct, please read this documentation (the one in my other reply). In short : you have to write the Name (not Displayname) of statuses, you should have imported them in the Excel import, if you don't remember what they are you can check with this SQL query :
SELECT * FROM productionstatusThe documentation explains what they're used for and gives examples (which probably matches the example when filling the Excel import). If the SQL table is empty, I strongly suggest reviewing the documentation on the Excel import, the production status section.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.