scaver

MrPLC Member
  • Content count

    7
  • Joined

  • Last visited

    Never

Community Reputation

0 Neutral

About scaver

  • Rank
    Newbie
  1. [cx supervisor] how can i read output?

    Tnx.. I thought I wouldn't work, but this was because the script wasn't good.. Now it's fine!!! Greetz..
  2. Hi, I'm playing with cx supervisor. But I can't read an output. I can write an output to make a point: point type: boolean i/o type: output i/o refresh: on change i/o attributes: PLC type: CPM1(CPM1A) -CPU30 Data location: 10.00 Modifer: Force set/reset Communication enabled Data Transfer Action when opening a plc: write value to PLC ----------------------------------------------- How can I read an output? I thougt it would be someting like this: point type: boolean i/o type: output i/o refresh: on change i/o attributes: PLC type: CPM1(CPM1A) -CPU30 Data location: 10.00 Modifer: None Communication enabled Data Transfer Action when opening a plc: read value from PLC --------------------------- I guess this doesn't work.. How can I display the output? Is there a good example (script)? Tnx Ruud
  3. [cx-supervisor] trail version?

    Hi, Is there a trail version of CX-Supervisor? I searched with google and found nothing. Does anyone want to share her/his version, or know if there is a demo? Tnx
  4. [msg(46)] example?

    I have found come activeX components OCX files: datatrace datamonitor iotable plcerror memorycard plcclock datalinkcomponent plcsetup Does anyone have an example programm? or some help files I'm creating a programm with could read a output port. I think it if i creat a error (msg 6) and I could read it within Borland C++ builder, probibly with plcerror, I'm done! Could anyone help me with this problem???
  5. [msg(46)] example?

    Hi, I'm still looking for someting to communicate with the plc. I have syswin and cx-programmer, but I still don't have any tools so I can make a connection to the plc within C++ builder. I already selected a program in DDE Manager but I dont have any components/code to control it in c++ builder. Does anyone have a component for c++ builder or for delphi? Or what should I do?
  6. Communication plc [cpm1] and pc [serial]

    Isn't there a dll or someting else I can import that's free?
  7. Hi, I'm working on a project where i should have a communication between a omron cpm1 and a pc. The software I use on the pc is Borland C++ builder 5.0 How can I communicate with the plc? Should I use something like a modem connection or a telnet connection? Or something else? Does anybody had a component for borland to communicate with the plc? Please help me. I want to communicate btw over a serial connection. ???