vasekd

MrPLC Member
  • Content count

    59
  • Joined

  • Last visited

Everything posted by vasekd

  1. In the last update of Sysmac Studio (1.55) I would like to turn off the feature, see image. Can you help me?
  2. Sysmac Studio feature

    Thanks a lot   
  3. CJ1M - upload and rung error

    The problem is probably caused by the language version of windows. Use 1,0 instead of 1.0
  4. NS8 EndOfLife - what use as replacement ?

    There is no need to immediately change a working thing for a new one
  5. NS8 EndOfLife - what use as replacement ?

    I have the same message from the Czech OMRON office. We have about 300 NS panels in our plant. Fortunately, the panels are trouble-free except for mechanical damage. The next replacement will be the NB series. But the program needs to be written completely again.
  6. Date and time uses internal memory LW10000 - LW10005. Use number input function to these addresses.
  7. Could CJ1W-PRT21 parameter be upload from PLC ?

    Profibus-dp parameters cannot be uploaded from PLC.
  8. CJ1W-CT021

    programmer v 9.76 - basic units  - fourth
  9. connection to omron CJ1M PLC

    For PLC all is set by Dip switch
  10. connection to omron CJ1M PLC

    Try to use default serial setting - PLC DIP switch 5 ON. The default settings for the RS-232C port are: host link mode, 1 start bit, 7 data bits, even parity, 2 stop bits, and a baud rate of 9,600 bps.  Im using OMRON interface USB - serial CS1W-CIF31. But the price
  11. Install CX-One software in Win10

    See: https://www.myomron.com/index.php?article=165&action=kb
  12. connection to omron CJ1M PLC

    You need to use original omron serial cable (or make it) from converter to PLC due to non standart pinout (see chelton message)
  13. Yes: https://www.myomron.com/downloads/4.Products/NS%20Firmware/NS_V8.65/HowToRecoverUpdate_Eng.pdf
  14. You have to buy new CF card (max 1 GB) and use it without any formating (never format this card).
  15. No option for CJ varient PLC

    Is it really cx-programmer version 9.5?
  16. In the machine is array with size 100 (ARRAY [1..100]]. Can I simply change it to 200 without data loss?
  17. help.. output issue cpm1a-40cdr-a-v1

    Hi,  cpm1a-40cdr-a-v1  has relay outputs. Contact connects corresponding output with COM.
  18. Sysmac Studio won't load

    My v 1.24 is working too.
  19. Oh, that may be it. I will have to contact the supplier. Many thanks for clarifying.
  20. Hi all, I uploaded SW from working PLC NJ301 1100 v 1.9. Uploading worked, but when I tried to open program, all rungs were empty (see picture). Does anyone know the cause?
  21. Thanks for your reply. Original PLC is working without problems. I wanted to make a backup. There are no problems to make upload from other machines (about 10). By Synchronize  (from PLC) I see message: emty rungs. Maybe some protection from supplier?
  22. CP1L-M40DR-A PLC does not boot from my logic

    PLC? memory card? switches setting?
  23. CX-PROGRAMMER MOVE INSTRUCTION

    Hallo, 105 isn't value it is CIO address. It will be #105 (Hexa) or &105 (Decimal).
  24. Indirect addressing in FB CJ2

    Thank you for the explanation. It made me learn to use IR, DR. I think it will be a good solution for my program.