Jay Anthony

MrPLC Admin
  • Content count

    3651
  • Joined

  • Last visited

Everything posted by Jay Anthony

  1. nt20s software

    You can use NT Support Software found here at MrPLC.com: NTSS233.zip
  2. help

    Turn Dip Switch #5 to the on position to get 9600,E,7,2. Port could be setup for something else.
  3. I/O interrupt

    Here is the printout of the CXP ladder program you need. I suggest you study it along with the powerpoint presentation. E1_Input_Interrupt.pdf
  4. Read/write-head

    Take a look at the first section of this program: V600-E5CK.zip
  5. CJ1W-DA041

    Why do you set CH2010, 2020, 2030 to #0? These are the channels for enabling conversion. Try setting them To #F.
  6. CQM1-CIF02

    The CQM1-CIF02 does change the TTL level signal of the peripheral port to regular RS232 level. then you are changing to RS422 by the individual RS232-Rs422 convertors. Have you already built this network or is this what you plan to do? If you have not already purchased 8 CQM1-CIF02 cables, the I would suggest you purchase CPM1-CIF11 peripheral to RS422 adapters and eliminate the CQM1-CIF02 cables.
  7. CJ1W-DA041

    You need to supply 24VDC to A9 and B9 terminals.
  8. Read/write-head

    Before I posted the file, I ran it on Xp, 2000 and 98. What are you expecting out of the program? Why do you say it doesn't run? Please be more explicit.
  9. I/O interrupt

    Try out this tutorial at MrPLC.com: Omron Event Based Programming Powerpoint
  10. Read/write-head

    Try this link: Omron RFID Demonstration Program V1.10 Here's the manual: V600-CDID Operation Manual
  11. What happens on power up?

    Startup Initalization:
  12. Read/write-head

    Guest_Jan Bellens: Please register at MrPLC.com and join the MRPLC.com community Register at MrPLC.com I suggest that you download this software and use it on your computer to learn how to write commands and receive responses for this product. Then take what you have learned and apply it to the CQM1 using the TXD and RXD instructions. Do a little research and come back and ask questions. V600/V700/V720 Demo Software
  13. Cable for connecting modem(rs232) and Series 90

    Modems are DCE devices. therefore SD should be connected to SD and RD should be connected to RD. IC200UAL00 MODEM (TD-29) DB 15 (male)........... DB9(male) (4) RD ------------------ (3) RD (6) SD ------------------ (2) SD (5) GND ---------------- (5) GND
  14. Does a C20 exist ?

    Ok. Much research. C20-SC072 is CPU;C20-I222 is expansion I/O All models are obsolete. Try ebay.
  15. nt20C

    I do not know about NT20C. Do you mean NT21-ST121-E? If so, you will need the latest version of NTST Ver 4.6 .
  16. C200H-CPU21V

    Well, I keep finding more info.
  17. C200H-CPU21V

    Here is the remedy for I/O Unit Over, but it does not make sense.
  18. C200H-CPU21V

    The only difference between C200H-CPU21 and C200H-CPU21V is screw terminals on the power supply. Did you buy the C200H-CPU21 new? If not, it might have an I/O table registered. You may need to clear the I/O table.
  19. C200H-CPU21V

    Never heard of C200H-CPU21V! Can you post a picture?
  20. CV vs. CS1

    Here is a short summary of CS1 to CV features: You can read the whole article here: Comparison_Charts_CS1-Series_CV-Series_C200HE-HG-HX-Series_PLCs at MrPLC.com
  21. Does a C20 exist ?

    ebay regularly offers the 3G2C7-LK201-EV1. You need to check it daily. Here's a search for Omron that I check every day. Omron on ebay
  22. NT31 problem

    What is the message on the screen? If there is no system program or the system program is corrupt, the message "System Program not exist or incorrect" will be displayed on the bottom of this screen. If It is blank at the bottom of this screen, then you do not need to downlaod the sytem program.
  23. nt screens

    That would be nice, but not possible.
  24. Macro programming

    The last time you posted you were using a CQM1. If so, you are going to have a hard time, because of indirectly addressing an individual bit. If you are working on CS or CJ or CV, then indirect addressing of bits is possible. If you haven't already figured it out JMP #1 to JME #1 in reverse is npossible.