Jay Anthony

MrPLC Admin
  • Content count

    3651
  • Joined

  • Last visited

Everything posted by Jay Anthony

  1. Direct Online Problem

    Good call, innoaloe! 
  2. High Speed Counter

    Have you done PLC Setup for the MD212?
  3. OMRON NT3S-ST124B-E NTXS V1.03 n V1.04

    The product was private labeled by Omron from Renu Electronics.  If you have lost the firmware, you will need to contact Renu Electronics. http://www.renuelectronics.com  
  4. FIFO

    The stack pointer could be used to point at the bottom of the stack to move #0000 after the FIFO.
  5. Omron CJ1m - bluetooth connect

    good luck.  Fire the professor.
  6. Omron CJ1m - bluetooth connect

    Toolbus is not documented.  What's wrong with Hostlink??
  7. Omron CJ1m - bluetooth connect

    The peripheral port is for programming. use the serial port with the command I gave you.
  8. Omron CJ1m - bluetooth connect

    "" is the terminator.
  9. Omron CJ1m - bluetooth connect

    Please use the documentation that IO Rack sent you.  You are trying to use a different manufacturers documentation other than Omron hostlink. http://forums.mrplc.com/index.php?/files/file/620-w342-e1-09-sysmac-cscj-series-communication-commands/ CS/CJ Communications Commands Reference Manual W342.
  10. Omron CJ1m - bluetooth connect

    What is your wiring?  The Omron RS232 port is non standard wiring.
  11. C-mode hostlink library for NJ/NX1P or CP1L

    Can you share your code for others at MrPLC?
  12. CX DESIGNER POP UP MENU

    Use a popup screen.   CX-D Pop-Up Screens.pdf
  13. Fal Errors In Omron C20hb

    Recovery procedure: 9E_Failure_Recovery.pdf
  14. Fal Errors In Omron C20hb

    9E Failure Recovery.pdf   C20HB (W246-E1-1).pdf  
  15. How to send backward a bitmap in NB Desinger.

    Right Click on Bitmap/  Order/ Send to Back
  16. From PM this morning

    I have a problem about omron plc. the cpu is cj1m cpu12 and counter module is ct021. when i programmed the cpu by memory stick, the machine is run ok but after 1or 2 day the couter module get ERC led error, no run led shown in counter module. but cpu is still run mode. again i upload prog memory to cpu then machine run ok. but same problem come again.  ok. but why this cause.
  17. Suggest you read Chapter 2-7.  Low battery will cause a flashing alarm light. Chap_2.pdf
  18. modbus communication for Omron 3G3FV

    Hi, DSC. Back with some more listings for your application. Modbus Hex Registers for all 3G3FV parameters.    3G3FV_G5_Parameters.xls 3G3FV_Modbus_Hex_Registers.pdf
  19. From PM this morning

    Fairly new programmer doing first analog section in project at new job. Im using NCF motion with parameter for torque control to send the torque values  a+8 (leftmost word) and a+9 (right most word) to CX programmer. From there is where I get confused will I just simply be moving both cio 108 and 109 to to a D register?? or will I have to combine the a+8 and a+9 to make a Dword??? and then taking that value to HMI broken line graph. sorry again for creeping in your inbox but ive been looking online for 6 hours. would greatly appreciate any help
  20. modbus communication for Omron 3G3FV

    3G3FV Modbus Hex Registers.pdf
  21. Modbus RTU communication with Altivar VFD

    Good call Wasan! 
  22. Modbus RTU communication with Altivar VFD

    1. What PLC? 2. Where did the code come from? 3.  Are you using Modbus function block? 4. Please post more code.    
  23. MACRO MOVAPARTS, same ID, different screen

    Are you using a project macro for the movement?
  24. MOVD

    USE SLD SLD(074) shifts data between St and E by one digit (4 bits) to the left. “0” is placed in the rightmost digit (bits 3 to 0 of St), and the content of the leftmost digit (bits 15 to 12 of E) is lost.   Put 1234 in St and use ST+1 to view your data.
  25. FWRIT Question

    Tray @FWRIT.  I thinks you are executing every scan. and overflowing the write buffer.