My ERP system sends a value (product code) to my panelview. The operator has to pick the correct tank and or silo each vessel has a different product in it. Behind the scenes, I want to look at this ERP value (product code) and compare it to the value (product code) of the vessel the operator picked. I have 18 vessels to pick from... I do not want to write a bunch of code to examine every possible matrix. Can I scan through the 18 vessel codes and match them to the ERP value and the operator's value?