tashinz

MrPLC Member
  • Content count

    394
  • Joined

  • Last visited

Everything posted by tashinz

  1. Ethernet with CS1-H and CX-Supervisor

    You have first to connect to plc with serial cable and setup the ethernet unit. how do you know what is the IP address of the plc?
  2. Communcation between CJ1 and Eurotherm 2704

    to spare you of searching through omron manuals. on scu41 port 2 is rs485 where pin 1 is SDA(-) and pin 2 is SDB(+). just wire these two pins with the same pins on eurotherm. i almost had one job with eurotherm but we decided to use omron e5cn.
  3. CX-One AUTO UPDATE topic

    just obtained and installed the cx-one 3.0. register at the site - all went ok. start software update tool, finds 4 updates allready. ok, not the problem, but look at the sizes of it: CX Common Components/CPS Updates 18Mb, cx-integrator update 31Mb, cx-programmer update 73 Mb and cx-designer update 121 Mb. and in short desrcipt there is just some minor improvements, bug repairs etc. what's the deal? so soon and so big.
  4. FB and MOV instruction problem

    say pszczepan, this is offtopic a little, why do you use differentiate up on sensor point - which is condition for MOV and @ on MOV instruction which is execute only one scan. you get same results with just diff-up on sensor OR @ on MOV instruction. right?
  5. Vista

    did a medium large SCADA app and a little plc program for cj1m. no serious bugs, everything went well. communication also.
  6. CX-Supervisor improvement requests

    some redo option would be quite helpful. also undo option often behaves in unexpected manner, so it should be improved.
  7. CX-Supervisor improvement requests

    totally agree.
  8. CX-Supervisor improvement requests

    it would be great if the vertical axis limits in Data Log can be specified indirectly. there is often the case that customer needs to rescale y-axis.
  9. Protoocol Macro Download - SCU

    this would be great if possible. Hope it is?
  10. CX Programmer error

    I think reinstall or repair should solve the problem. you should do it both for cx-programmer and cx-server.
  11. NS12 vs NSJ12

    As I can remember, NS12 and NSJ12 have the same NS operator panel features. I am suppriesed that NSJ is cheaper. ... As I can see from our price list NSJ12 cost about 500€ more than corresponding NS12 (with/without ethernet). Maybe you have bad info?
  12. I agree, also I think that the CX-Supervisor should be default script. user should change it on general preferences.
  13. yes, good idea, only the @VBSCRIPT / @ENDSCRIPT wraps existing CX-S script. maybe it is better to insert something like @VBSCRIPT insert VB Script code here... @ENDSCRIPT and existing CX-S script to be outside of this. also, when first script editor is opened, the default is VB Script but no @VBSCRIPT / @ENDSCRIPT.
  14. CX-Supervisor improvement requests

    Hm... this happen to me a few times. but I realized why. since we bought cx-s 2.0 upgrade and I installed that on Vista machine without prior installing cx-s 1.3, that message kept appearing. after I install first cx-s 1.3 and then cx-s 2.0 never saw this message again, both clicking on the .scs in explorer or by open project.
  15. I have just tried to do the same thing - no error displayed. Also have cx-s 2.01 on vista ultimate. the script, on the push button object is: display("ALARMS") and cx-supervisor script radio button is checked. as I said, the script interpreter reports no error - after clicking OK everything is ok. I start the runtime, click the button and it works, the page ALARMS is open. Hm, what could be the problem Pim? WAIT... here is the problem. if I write script display("ALARMS") and THEN check the radio button CX-Supervisor script I get following script: @VBSCRIPT display("ALARMS") @ENDSCRIPT then in runtime I get the error message like you have. when I delete the @VBSCRIPT and @ENDSCRIPT there is no error in runtime. obviously they put VB Script to be default but the CX-Supervisor Script radio button invokes @VBSCRIPT and @ENDSCRIPT which marks start and the end of VB Script. probably a little bug. if you FIRST check CX-Supervisor Script radio button AND THEN write the script it will work.
  16. CX-Supervisor improvement requests

    sure i went to work, but you're right Pim, very tired I am. was commissioning in Bosnia these days, heating plant. and since the heating season started today, everything was urgent of course. moving on to the next project allready. and so forth, till the day I retire in about 30 long years.
  17. CX-Supervisor improvement requests

    wanted to post the same as PdL in last two posts. you wouldn't believe it.
  18. CX-Supervisor improvement requests

    I have an application with 5 cx-s 1.33 runtime instances on one computer. tried to avoid that but customer wanted it that way. anyway...it works perfectly and this apps are quite big i must say, works on ethernet. this shouldn't be disabled, both in runtime and developer. what's the use of it anyway?
  19. Need Manual for CS1W-CTS21 SSI Interface

    had recently the same problem and all I got from the omron tech support is no manual just instruction sheet which you have in the module's packaging. maybe now there is some kind of manual?
  20. CX-Supervisor improvement requests

    they should implement some kind of object properties, like in cx-designer. so, e.g. one can change position, domensions, color, point assignment of the object etc. this could also allow group editing (again like in cx-designer). access to the object through workspace window is not sufficient.
  21. CX-Supervisor improvement requests

    some find and replace feature should be put in immediately. feeling very useless while correcting hundreds of entries from find window.
  22. CX-Designer improvement requests

    Hey, don't know why didn't i test, but when i paste the point name to the address toolbar - where the actual plc address is located - it is recognized. cool. also: no option for rotate object (nor functional nor fixed) by a custom angle. just 90°. they should put it.
  23. CX-Designer improvement requests

    when choosing a point name instead of actual plc address, address setting dialogue appears with list of points. this window can not be resized at all and it is very hard to read point's comment which is very important. i loose my nerves this way and stick to plc address asignment. also when resized, window should remember its position. also, when there is already an option to use symbols instead of plc address, they should allow to see object reference to a symbol not just address. this should be done for address toolbar as well as for the object's property window.
  24. CX-Supervisor improvement requests

    i tried that and only the text on the button is changed not the button color. let me check again. ... yes, there is no impact on the button color. cx-s programmers put this feature please!
  25. CX-Supervisor improvement requests

    another suggestion: toggle button object does not have a lamp function. i use this object as a momentary button (toggle while pressed option selected) for turning off/on devices. pulse is sent to plc where the KEEP instruction turns on/off physical output. normally in NS panel i would use lamp function of the push button to see the state of physical output. in CX-S I can not do that. they should put this feature. or someone has an existing solution ?