Does any one have experience connecting CX Supervisor with OPC server from some other supplier. I have problems so maybe somebody can help me. When I run SCADA I dont have communication between SCADA and PLC so I have to start OPC editor, to stop communication and then to start it again ant then a have normal communication?
Other problem is with scripts. I have receipts in SCADA which I have to download in one of two PLCs.So I have memory variables IN SCADA in which I can download receipt ant then to transfer these variables in similar variables in PLC1 or PLC2. I have one script in pushbuton object. This script is working correctly (SetPointValue(var_PLC1,0,var_SCADA).....). And I have the same script but as Project script whic is started when some bit from PLC is ON. This script does not working correctly. I receive message "OMRONCXOPCCommunicationControl:Failed to write item to server..." for every variable in receipt.
Does anybody have any idea?