beljic

MrPLC Member
  • Content count

    30
  • Joined

  • Last visited

Everything posted by beljic

  1. Memory Card

    What is the easiest way to transfer files from CF card to PC?
  2. Memory Card

    Customer wants to sit in office and use files from card... This is what I offered then: two rs232 to rs485 converters (distance from office and PLC is about 100-150m), cables and cx-programer for downloading files from CF card and Java software whitch convert downloaded CVS files into one Excel file.
  3. Memory Card

    Thanks, well, in my country engineer time is mutch cheaper than hardware... Only thing I need is to transfer all files and folders form CF card to hard disk. At this time my customer use CX-Programer to transfer files... That is very hard for them ... He transfer file by file (there is alot of files on card)... It is slow, cant transfer folders...
  4. Memory Card

    Ftp is ok, but I dont have ethernet card. Can FINS commands be used for transfering files from PLC's memory card to PC?
  5. Memory Card

    I will check, thanks. Is it posible to create some software (in Java or Delphi) for reading CF Card?
  6. Memory Card

    Thanks, What about Html tool?
  7. NT3S to a CJ

    Try to change Com1 Node to 1. I made my own cable (look at NTXS manual), connected PLC RS232 port and NT3S port 1 and it work.
  8. NT3S to a CJ

    Set protocol in CX programer to HostLink (Standard), Unit number 1 (PLC Settings/HostLink port). In NT-XS go to network configuration and set Com1 - Omron HostLink, Address - 01(for PLC-NT3S communication) Com2 - IBM Communication protocol (for programming). What cable you are using?
  9. NT3S and a printer

    I am using Epson LX 300
  10. Please Help

    1. Make RS232 cable. Cable shemas you can find in download section. 2. Change settings in CX programmer (PLC Settings/Host Link Port) to Custom communication , Mode RS232C. Baud and format should be same as on psu. 3. Send data on rs232 port using TXD instruction.
  11. Omron GJ1G peripheral Port to NS5

    Settings/Peripheral Port/Unit number. Unit number must be same in PLC and NT3S. After power switching Communication PLC-Touch screen works. Thank you very much for help.
  12. Omron GJ1G peripheral Port to NS5

    I puted CPU dip switch #4 in ON position ... but still don't work. Settings for peripheral port in CX: Protocol Host Link, Unit No.1. Maybe is problem with cable?
  13. Omron GJ1G peripheral Port to NS5

    I tried to connect PLC(*) - NT3S touch screen using Host Link protocol. But this dont work. *Peripheral port + CN118 + RS232C cable
  14. Omron GJ1G peripheral Port to NS5

    I tried to use CS1W-CN118 to convert peripheral port to RS232 but couldn't setup paramethers in CX programmer.
  15. AD converter usage

    Here is my implementation of A1S68AD: A1S68AD Function block ANALOG_PRG.txt Program with instance of A1S68AD A1S68AD_IMP.txt
  16. CJ1M and printer - What cable?

    Can I use C200H-519-EU (Omron series cables, page 19) for connecting CJ1M and Epson LX300 serial printer?
  17. CJ1M and printer - What cable?

    I short PLC pins 4 and 5 and it work!!! Thank you very much qtsuport, you helped me alot! ps. I didnt configured "handshaking"
  18. CJ1M and printer - What cable?

    Thank you, Bound Rate is same on CJ1M and on printer. It is 9600. Value of C word is #0000 (RS232 port, no RS and ER signal control). I will short pins and try again.
  19. CJ1M and printer - What cable?

    Can I safely short pins 4 and 5? Here is configuration: RS232 port on CJ1M and TXD instruction. Host Link Port in CX Programmer: Communication settings: Custom, Bound 81N, Mode RS232C. When I download program and settings to CJ1M A392.05 become true. When I execute TXD instruction A392.05 become false.
  20. CJ1M and printer - What cable?

    This is how I made cable. I followed instructions for setting serial communication but still cant print data from CJ1M to Epson LX300 Cable works fine when I connect NT3S touch panel and Epson LX300.
  21. Peripheral port - printer

    I will connect touch panel and printer to CJ1W-SCU21-V1 and other cj1m to cpu port. Thank you alot.
  22. Peripheral port - printer

    Is it posible to connect serial printer (Epson LX-300) and CJ1M PLC (using peripheral port)? I want to print data from DM area using TXD instruction.
  23. Peripheral port - printer

    Thank you! Yes, it is Version 3 processor. Is this configuration posible? NT3S touch panel connected to RS232 port on PLC (PORT) Epson LX300 connected to CJ1W-SCU21-V1 Other CJ1M connected to CJ1W-SCU21-V1
  24. Peripheral port - printer

    Thank you Nibroc. RS232 port is not free. Can you tell me what is the best (and not expensive) serial com. unit for CJ1M?
  25. NT3S ans printer

    I need to print data on printer from cf card (in Omron CJ1M) using NT3S touch panel. Is it this posible?