บันทึกย่อ: การติดต่อKepware OPC UA Server/Client ผ่านเครือข่าย
ฝั่ง Server
ใน OPC UA Configuration Manager : Server Endpoints ให้Enble Server Endpoint URL ที่ต้องการ ถ้าไม่มีให้Addขึ้นมาใหม่ และกำหนดSecutiry Policy ที่ต้องการเช่น Basic256(Deprecated)
OPC UA Configuration Manager : Trusted Client ให้Import Certificateจากฝั่งClient (จะกล่าวถึงCertificateในขั้นถัดไป)
Project Property : OPC UA : Enable = YES
Project Property : OPC UA : Allow Anonymous Login = YES
Project Property : OPC UA : Return tag properties = YES
Project Property : OPC UA : Return tag hints = YES
ฝั่งClient
OPC UA Configuration Manager : Instance Certificates : Client Driver ให้Export Client Driver Certificate ไปใช้Importเข้าฝั่งServer(ดังที่กล่าวถึงข้างต้น)
สร้างChannel OPC UA Client ระบุURL Endpointของฝั่งServerที่จะติดต่อด้วย ใช้Security Policyให้ตรงกับฝั่งServerเช่น Basic256(Deprecated) คลิ้กNextไปจนถึงขั้นตอน Import items คลิ้กติดต่อเพื่อเลือกTagที่ต้องการ