Antagor

MrPLC Member
  • Content count

    31
  • Joined

  • Last visited

Everything posted by Antagor

  1. CS supervisor script problem

    I was writing application in CX Supervisor 1.3. In the meantime I got new version CX Supervisor 2.1. I have installed it and run my application. Everything is correct except few scripts doesn't work. In that scripts I have commands display(name of window) which are not working. Does anybody have same problem or better does anybody have solution.
  2. OMRON CX Supervisor and OPC

    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?
  3. Follow the pictures in attachment it is easy. Do not forget to save file in CX Programmer after creating CX Server file. Import_var_from_PLC_to_SCADA.zip
  4. CX Supervisor

    I fill MS access database from CX Supervisor while process is running. I can import this data from database in CX Supervisor but I dont know how to graphicaly represent this data. Can somebody help me with this? Can anzbodz recomend me some good ActiveX control which I can use to solve this problem? Please help ! antagor@gmail.com
  5. CX Supervisor

    OH stupid me. CX Supervisor has dataloger for diagram representation of data. I dont need database at all. Thanks.
  6. CX Supervisor

    Thanks Carolina ! I already use dbread to import data from database in supervisor. I can see data in table form but I cant draw a graph.