Adding data to SPC

Hope this is in the correct forum…

Whats the simple way to add data from a couple of OPC tags
“QC_Robot/BERRY_TEST_DATA/cmmID”
“QC_Robot/BERRY_TEST_DATA/cmmODRIM”
“QC_Robot/BERRY_TEST_DATA/cmmRimHeight”

Into their counterpart SPC Attributes:

Definition: SVC4020
Attributes: rimID, rimOD, rimHeight
Location Path: City_SPC\Company\Location\QC_Robots\Robot1\Robot1 Sample

I’ve been banging my head against the wall for a couple of days now, just havn’t been able to complete the links…

P.S.
I do have a bit in the OPC that when “True” will allow me to trigger this action.

Hi,
This is the correct forum.

What you will need to do is write a script on the tag change of the trigger that creates a new sample from the definition. Once you have the sample you can cycle through the attributes, check the attribute name and assign it the value that is read from the tag.

Check out the training videoes on:
inductiveautomation.com/spctrainingvids
and look for the category “SPC SCreens”, “Manual Sample Entry”.

Regards,