Eduardo Calles - 2018-09-15

Hello I am trying to connect with Kepware/KEPServerEX without sucess,
First of all, I have successfullly installed Kepware on a Virtual Machine and connected to an Omron PLC.
I grabbed the driver " opcDaCom1" and placed it on my Form1 project on Visual Studio C# project.

On the following "opcDaCom1" properties , I typed what's between the following quotation marks:
OPCServer = "Kepware.KEPServerEX.V6"
OPCServerPath = "opc.tcp://172.19.32.50:49320"

Next, I used a BasicIndicator and typed for the PLCAddressSelectColor2 property the following: Channel2.WaterJetCJ2M.W012.09 which is my PLC tag in Kepware.

However, when I play the application, my indicator doesn't show any state, but it shows a message for few seconds saying "ComComponent Property not set"

I am not sure what I am missing, and why the " opcDaCom1" driver is not connecting with Kepware.

Any hints, or guidance to make this thing work would really be appreciated. Thank you very much in advanced.