banker

MrPLC Member
  • Content count

    142
  • Joined

  • Last visited

Everything posted by banker

  1. How to add 100 words

    Thanks BITS N BYTES
  2. How to add 100 words

    Hi Can't see how to do that i'am trying to add some real arrays this way but can't get it working Banker
  3. I/Os on EthernetIP

    Wago or Beckhoff ?? Banker
  4. EthernetIP problem with big number of PLCs

    Hi No CX-Server is not efficint had the same problem, my project is with 2 PLC (CJ2), 2 HMI(NS15) and 2 PC ( CX-supervisor 3.1). I got better comms performens by Setting the 2 plc,s on fixed scantime and incresed the peripheral service ( Set time to all events ) Banker
  5. Devicenet without rack PLC?

    Hi You can get a NSJ with buildin devicenet card or you can get a IC101 expansion card to the NSJ an connect to a rack Banker
  6. Hi all I have problem to make communication between a omron CJ2M and Schneider PLC via EtherNetIP. I do the Omron end. Here is what i have done: 1. Declared In and out symbols in cx-programmer (net variable) and downloaded the program with IO tabel IP 10.10.10.141 (schneider :10.10.10.9) 2. Imported the EDS file for the schneider in Net configurator. I have used the Net configurator to generate a EDS file for the CJ2M that the Schneider man has imported in his program. 3. Setup the network CJ2M and Scheider Adapter 4. imported the net variable from cxp. and atatched them to the scneider modul. 5. downloaded the setup to the PLC. But this is not working We can ping the PLCs but we have no comms. there is no routers on the net and comms between NS panels to CJ2M are OK What can be wrong. Banker
  7. EtherNetIP CJ2M-Schneider TSX ETC-101

    So your in NZ, interesting? Yes it my first time here. But we have to indoor in the weekend because the weather. It was wery windy. And we was invited out fishing.
  8. EtherNetIP CJ2M-Schneider TSX ETC-101

    We have now the communication up running....... almost. The problemi now is we are only able to 40 bytes pr slave. I can only import netvariable wiht max. size of 40 byte from CX-Programmer. When i go higher than that Net configurator messaage Max Byte lim. 1444 byte and i can not import even that my Net variable is only 50 byte . If i select another modul ex CJ2B - EIP21 i can import 200 byte with no problem. So the problem is with CJ2M modul. Any budy avare of this can be true. It can hardly not be called a Ethernet/IP modul if it only send 120 byte. PS. Lostcontrol the settings is done in Network configurator. Banker From New Zealand
  9. CX-Supervisor and Windows 7

    Hi I have CXS v3.0 running on Win7 pro. Works fine. Banker
  10. NSJ problems

    Hi We use NSJ 12 with ethernet and profibus with external AI,AO,DI and DO via expansion card IC101. The problem we have is the NS part sometime fails, it losing the program and in 5 out 6 cases it is not possible to download the program again with CXDesigner. Anyone have same problems? Another problem we have is that it has been impossible to load a new compleate program to the PLC part. It is not possible to download the I/O table if the hardware not excist already, if we try communication drops out and it is not possible to go online with the panel before a compleate restart. That couse we are not able to send a new panel to the custemer. Any one have a workaround Note. we have tryed to download I/O table via seriel, USB and ethernet. Banker
  11. Omron CJ2

    Hi The New CJ2 is Released see link : http://biz.yahoo.com/bw/080620/20080620005511.html?.v=1 Do you have some more info on the CJ2 CPU. Banker
  12. CX-One V4

    User defined tags, like a array but a mix of Int, real or bit tags. Banker
  13. CX-Programmer improvement requests

    Nice to UDT and very importent function block that supporting them. Banker
  14. Real MOV in CJ1

    Hi Real format is 32 bit you can use MOVL Move long. But in you case you need to use a Convert instruction FIX. Real to 16 bit. Use CXP instruction help. Banker
  15. CJ1 CPU Real Number Calculation Accuracy.

    Hi Seen the same problem with totalizers. ( Total := Total + Flow / 3600.0; ) Works great when Total is small but whem the diff. between Total and Flow / 3600 the totalizer starts loosing accuracy. Banker .
  16. Mitsubishi / Omron

    Hi I normaly use Omron PLC but now i have to use a Mitsubishi PLC. For this project size, I normaly will use a omron CJ1M CPU 13 With integrated Ethernet. What Mitsi PLC will match this omron plc.? Banker
  17. How to count pulses into DM?

    HI No DM men. "looses". To use my code use the same DM like this @+ DM20 &1 DM20 and use the move inst. for reset. Try to test in the simulator. Banker
  18. How to count pulses into DM?

    Yes it will ad "1" every time the input goes high. Banker
  19. How to count pulses into DM?

    Hi Aassbeer You can use the instruction @+ Input ------[]--------------------@+DMxx &1 DMxx Banker
  20. function block creation

    Hi New man See the file. I have changed the way you asign the in/out on the block. PS. On the CXP instalation CD there is a PDF about FB programming. Banker function_blocknew.cxp
  21. Mitsubishi / Omron

    Hi all thanks for the info. I will take a look at the Q serie PLC. Banker
  22. Mitsubishi / Omron

    Ethernet port for programming /HMI. Scantime is not importend, 10-30 msec.
  23. Mitsubishi / Omron

    Spec: 13 PID 16 AI 16 AO 64 Di 32 DO Banker
  24. V2.1 -> V1.32

    Hi Lostcontrol I don't have V2.1 installed but i thing that you can go Project -> Runtime -> target save. There is a menu where you can select save as ver 1.3. Banker