banker

MrPLC Member
  • Content count

    142
  • Joined

  • Last visited

Everything posted by banker

  1. printing alarms with ns15

    NS screens are very weak to print
  2. P_Off flag

    off all time....
  3. Hi Pyton01 W380E107 and look in the IO table Banker
  4. Hi Never worked with DeviceNet and omron, but can't you see the address the devicenet card is using in the IO table ? Banker
  5. Scaling - cannot get the correct result

    ;) function block ;) http://forums.mrplc.com/index.php?app=downloads&showfile=996
  6. CJ2M

    Do you enter this as a REAL in the HMI ( 2 words ) ex D10 and D11 ? If it is the same program you posted a month ago you where mixing REAL and INT. Banker
  7. How to get the not fluxtuate Analog Input

    There is a lowpass fb in the donwload section on this side. :) Banker
  8. CJ1W-MAD42

    Hi Daine Don't mix integer with real and remember that real take up to word ex. D150 and D151. And also MOV 70 d151 => moves the bits in CIO 70 to D151, MOV &70 d151 moves the 70 into D151. Hope this will help you Banker
  9. CJ1W-MAD42

    and restarted the PLC ?
  10. PLC ethernet setup without CX-ONE? - possible

    Hi I use secomea
  11. Timer

    When online just change the set valmue by clicking on it !!
  12. W coil not working

    Hi Always check that your code is executed IL END ect. Put in at instruction with the same conditions as your coil: +F Dxxx +1.0 Dxxx Banker
  13. Alternating Screens

    Can you not use a script with open screen and close screen. Banker
  14. Trend Graph - to start and stop on bit status

    Hi Try to look in the script manual W09E-EN-O1.Pdf. Page 148. Perhaps you can get it to work even that the command is obsolete. Banker
  15. PRM21 Janitza Profibus

    Hi What is your question As i see it the first output byte i a selecter byte where you select the profile of data you then get a conformation back in the first input byte. Byte 3 to 124 is your data. Hope this help Banker
  16. You can have datalinks and other software on the same. I have used a CJ2M with datalink ( 2 ) and a NS + Cxsupervisor Banker
  17. Connect two CPU CJ2M

    Yes this is the article. Btw. is it necessary with a switch / router or has the Ethernet port auto sense. Banker
  18. Connect two CPU CJ2M

    Hi That is very easy: Declare some net-variabls in your global symbol table ( use arrays ) input and output. Open cxconfigurator create the network and add the 2 PLC. Download the conf. in the 2 PLCs Done!!! There is a video on myomron.com Banker
  19. Adding Modules that don't appear in CXOne lists

    Hi Try to switch the PLC to stop mode. Open the I/O table. Clear the I/O table. Create a new I/O table, let the software do the I/O table. Restart the PLC ( change to monitor mode again) Banker
  20. Device Data Transfer function on NS8 HMI.

    Bob this "omron" switches are double price than other industrial DIN rail 24 V switch. BTW. the first CJ2M Ethernet had a limit of 40 word in/out if i remember correct. Banker
  21. Device Data Transfer function on NS8 HMI.

    Hi You can use a connection without a switch but better go for an installation with a switch and connect the NS panel on ethernet also. Nice an simpel, one connection for all 3 devecies. You will need Omron Network configurator for setting up the 2 plc. It is very easy. Make some Network var. in cxp as in and out. and done!!!. There is also a "guide" on myomron.com. Banker
  22. Device Data Transfer function on NS8 HMI.

    Hi Why not go for the CJ2M with ethernet. It has Ethernet/IP build in. Very easy to setup data exchange between the 2 plc. Banker
  23. Network Symbols/Net Variables

    Hi BobB There was a strange limit in the first version of CJ2M plc's, in this versions you was only able to transfere 40 Word in and 40 word out. Banker
  24. Network Symbols/Net Variables

    BobB There is a decribtion on Myomron.com: http://www.myomron.com/index.php?action=kb&article=1321 Hope this help. Banker
  25. How to add 100 words

    FLOAT is 2 word do mean +D Banker