BobB

MrPLC Member
  • Content count

    2154
  • Joined

  • Last visited

Everything posted by BobB

  1. NS Recovery

    Use an old camera to format it.
  2. CX Programmer 9.61

    Oh bugger - not too bad I trust.
  3. CX Programmer 9.61

    How did you go?
  4. OMRON CJ1M-CPU22 ERR/ALM

    The only way you will know what the problem is connect to the PLC and check the error log.
  5. CX Programmer 9.61

    Inputs start at channel 0 - outputs start at channel 100 for that PLC. So inputs will be channels 0 & 1 - outputs will be channels 100 & 101. Inputs are orange and outputs are yellow - standard with Omron. Inputs are ID - outputs are OD. Hope that helps you sort out your issues. Yes - the first input card is part of the processor. That PLC was discontinued many years ago by the way.
  6. CX Programmer 9.61

    Proecssor and what is in slots. Varies with processor.
  7. CX Programmer 9.61

    I have not seen one of these for many a long year - thought they had all died. Memory is fading. Somewhere in the software there should be a MOV function I think to move the screen page number into the notify area then the screen will change to that page. Hope this helps. As the PT Control Area is D0000 do a search for that address - it should appear multiple times to change the page on the screen.
  8. I wish to use the alarm buzzer in an NS screen. I have not been able to find how to do what I want to do. There are about 200 alarms programmed into the screen from a PLC but I only require to use the buzzer for about 8 of them. The buzzer would also need to be muted. Any help appreciated.
  9. How to use alarm buzzer in NS screens

    Nothing in my mail box.
  10. How to use alarm buzzer in NS screens

    Hi proud Kiwi I bet after the test result today LOL. Will not let me allocate SB13 or map to a PLC bit - HELP!!!!
  11. Does CP2E-N Support Ethernet/IP?

    Nope - FINS.
  12. How to use alarm buzzer in NS screens

    Thank you - will give it a go.
  13. Omron CX-Programmer Address Management

    This has been answered elsewhere - poster by a different name?
  14. Unable to connect CJ1M CPU12

    USB would be the best bet for mine. It should work easily.
  15. 3 Data Memory into 1

    Use MOVD.
  16. OMRON CJ1W-ETN21 Node Number

    Here you go. These are rotary switch unit numbers. I guess this is what you are looking for.
  17. Test bit instruction

    Yes - there is TST and TSTn (test not).
  18. CITECT OMFINS3 Serial

    There are several Omron drivers for Citect. OMFINS I think is an old one that is why I suggested you have a look at this one. I could find them all easily on the old website - the Aveva website is a pain in the you know what!
  19. CITECT OMFINS3 Serial

    Have you had  look at this? https://softwaresupportsp.aveva.com/#/producthub/details?id=abe15288-1322-4707-e2a5-08d8f5e80cc6 I am over the Aveva website crap to be honest - the old website was much better and easier to navigata. hope this helps.
  20. Omron NB Software

    Google - easy. https://www.google.com/search?client=firefox-b-d&q=arial+unicode+ms+font
  21. Schneider lexium ILS1 RS485

    First check the cable - pin 1 is negative and pin 2 is positive on the Omron side if I remember correctly.
  22. Sysmac + NX1P2 - P_On Bit?

    It just means always on.
  23. NB HMI Software V1.531

    Here is a link to the Gautami font - download it and install in Windows on your laptop/computer. Similar for the bold form. https://fontzone.net/font-details/gautami
  24. Omron CJ1 - Stream of Zeroes

    It could well be a firmware version issue. Check to see if there is a difference in the firmware with Omron. Easiest way would be to take a pic of the label and send to Omron.
  25. Math Floating Point numbers without Registers

    I think I know where you are coming from. All numbers have to be converted to floating point before you can us them for floating point maths. Integers do not work. Use FLT or FLTL to do the conversion.