pszczepan

MrPLC Member
  • Content count

    438
  • Joined

  • Last visited

Everything posted by pszczepan

  1. CP1E-N30 and NQ5 - no connection

    Right now I do not have cover on DB9 plugs and I am sure the DB9 with bridge 4&5 is in PLC rs232 port. I double checked wire continuity and cable is correct. I disconnected USB cables from NQ and PLC but still during NQ powering up - I have info no connection "check power and cable" Wire shields is connected to both DB9 plugs - I tried with just one connection to DB9 plug - no success My CP1E needs battery - soon I will have - maybe it is the reason - quite stupid idea, but maybe. I am completely stunned.
  2. CP1E-N30 and NQ5 - no connection

    I checked and I had already address 1 For me it looks like there is some problem with firmware - maybe not new enough. I could not find newer. Thanks anyway - maybe some other suggestion
  3. CP1E-N30 and NQ5 - no connection

    Where I can find this address? When I open tab for COM1 setup in my NQ5 I have only: In settings for CP1E I can change only unit number to 1, but for sure I have set there 0 - built-in port is there
  4. Hello Have you ever purchase such a connector. I have thick cable and I want to cut it and put T-branch connector DCN3-11 to make new node. For my demand I need just connectors. Everywhere I found them together with THICK cable f.e 2 m. Is it possible to purchase it separate. Polish Omron support said that it is impossible - is it true????? - STRANGE Thank you
  5. Connector for T-branch connector for THICK cable

    I found this connector previous, but I have not found any specs of this "custom" cable There is no dimensions of this connector either max diameter of cable. Have you used it for thick cable? - my cable has 12,2 mm diameter.
  6. Hi ! I have DeviceNet network: 19xSmartslice & 11xDRT1-232C2 - connected to Barcode readers. To transfer barcode from DRT1-232C2 I use FB from library: The time between flag - barcode ready to send and flag-barcode is in PLC is very often different. Mostly it is 110-120ms, but sometimes it is 170 and 180 ms. Scan time is 9,58 ms Peripheral service I set to 25 ms. What more I can do to make the barcode scan transfer time more constant. Thanks
  7. Day of week - do I have to set?

    Hi! I have to add possibility to set date in PLC using panel. If I set day, month and year - the day of week will be set correctly along some internal calendar or I have to set it also. Thanks for fast reply.
  8. Day of week - do I have to set?

    Yes I'll check - tomorrow I will go there- 4 hours drive and I want to be ready for some surprise. I use IEC developer 7.01
  9. Day of week - do I have to set?

    In knowledge base at mitsubishi-automation.com I found: " How can I set the real-time clock of my FX PLC? (General (FX)) - KS00781 To set the real time clock for FX1S, FX1N, or FX2N© PLC you can use the "TWR" (set clock) function. Use this instruction to save the time and date ... read more To set the real time clock for FX1S, FX1N, or FX2N© PLC you can use the "TWR" (set clock) function. Use this instruction to save the time and date information you have entered in the real-time clock. The TWR instruction uses 7 sequential data registers for the information: Year, month, day, hours, minutes, seconds, and day of the week, If you have an older FX PLC then you can set the real-time clock as follows: 1 - Stop the real-time clock by switching on the relay M8015. 2 - Replace real-time information with new information that will be set. Time unit Seconds register D8013 minutes D8014 hours D8015 days D8016 months D8017 years D8018 COMMENT: Day of the week (D8019) is set automatically via the set date of the PLC. 3 - Restart the real-time clock by switching off relay M8015. At the end there is info day of week is set automatically. You guys wrote that it must be set manually or PLC needs a code to set up automatically. So what is the true? Inntele - could you attach code to set day of week in PLC automatically
  10. NS12 and PLC connection

    Hi ! NS was connected to CJ2H using Ethernet as a HOST3. Now I want to change connection to NT-link - sometimes Ethernet stop working and I want to connect locally PLC and NS via NT link - it is close - 4m. I set RS232 in PLC to NT:link IN CX designer - I made new HOST2 for a Serial port A (1:1 NT link connection). How I can change automatic all data from HOST3 (ETHERNET) to HOST2 (NT link). Manual changing will be terrible - so many addresses I would like to leave Ethernet connection just for NS Web interface service. Will it work? Thanks
  11. FB - CX simulator and real PLC

    Hi ! I have a FB which looks like: During one scan the condition which set value of Msg11ID is off - it is inactive. So - the value of Msg11id should not be changed, but when I pass this FB the value Msg11ID is changing to "0". Is this behaviour only in Cx Simulator or real PLC change the value to 0 every scan the condition changing value is off. How I should write FB if I want to leave value of Msg11ID the same as long as I do not change condition which set new value of Msg11ID
  12. FB - CX simulator and real PLC

    Hi I use CJ2H I've tried retain and it does not work. I attached short code with this FB and if look into you will see that Msg11ID can be set to 0 when Msg11Reset is On or W303.03 is ON (sometimes) FB_output_test.cxp If I start Cx simulator I cannot set any value to Msg11ID - only if I set breakpoint at the beginning, but when I run step by step when the FB is finished every time Msg11IG goes automatic to "0" I have to overwrite some code and PLC already works and I cannot change it online. First I have to prepare something offline and test on CX-Simulator. Could you confirm that if I have some value in Msg11ID it will be there as long as I do not change it using Msg11reset flag - I mean real PLC. thanks Pawel
  13. DeviceNet master unit error log

    I have some problem with DeviceNet network I got error log: Could you make any advises what is the problem and what can be done to have clear error log? Thanks
  14. Barcode reader scan time ready flag

    Thanks for clues. I've already set "Peripheral Services" tab to 25ms (250). It's mostly devicenet application - you think it is to much?
  15. Barcode reader scan time ready flag

    Hi ! I have DeviceNet network with CJ2H as a Devicenet master. Barcode scanners are connected to DRT1-232C2. I use FB to read scanned code. Time between flag - scanner buffer is full and flag that scanned code is in PLC takes aprox. 120ms. It is quite fast internal transport and sometimes PLC doesn't have enough time to make cylinder movements - the scan time is 9,85ms Electrical gabinet is not far - I am thinking to use CJ1W-SCU21 card to read the scanner code. The question is - how much time I can save using CJ1W-SCU21 Thanks Pawel
  16. Password set automaticly after released

    Hi ! PLC has a password. Sometimes I had to change code and I release password. Now if I forget to set password again before end of my job I leave full access to PLC. Is there any way to set constant password which f.e. will be in force always after CX programmer terminate communication with PLC. Thanks
  17. Hi! I have CX One 2.0 with all updates and I cannot read files made in CX One 3.0 prepared in CX programmer, Cx Designer, Cx Integrator. Do I have to upgrade my CX to 3.0 or I can somehow read these files? Thanks for clue
  18. file made on CX One 3.0 readable on CX One 2.0

    I re-run autoupdates many times and it doesn't want to upgrade CX programmer to higher version then my current 7.1 What should I do to make better autoupdate? Thanks for clue Pawel
  19. Password set automaticly after released

    I forgot to write PLC - it is CJ2H Where can I find this FB?
  20. file made on CX One 3.0 readable on CX One 2.0

    I will try with CXT extension I have not idea what CX Programmer version ( I know only it was CX One 3.0) was used to write the code. I got error: Soon I purchase upgrade from V2.0 to V3.0 Thanks
  21. NSJ unit version higher then 3.0

    Hi ! Some time ago I programmed NSj 8" G5D and it had unit version 3.0 . I could not edit FB online. Now I will have a new project and if I decide to use NSJ I will need FB online edit. Does new NSJ have unit verion higher than 3.0. CJ1M unit ver 4.0 has FB online edit. Thanks Pawel
  22. NSJ connected with another NS

    Hi ! I will have NSJ as a CPU and Panel. Later I will have to add another panel - NS 10". Can I use some RS232 in NSJ to connect NS or I have to install RS232 card f.e. CJ1W-SCU21 to connect NS to NSJ. Pawel
  23. electronic scale ith RS232

    Hi, I have electronic scale with RS 232 output and I would like to transfer weight to my PLC system via RS232. Is it possible? What do I need - any data protocol or something and how I can make setup in PLC. Thanks in advance Pawel
  24. electronic scale ith RS232

    - What is the exact signification of bit A392.13 (Ready to send port#1) ? Why is it off when I plug the PC ? manual ... : "Data can be sent only when the port’s Send Ready Flag is ON. The Send Ready Flag is A392.13 serial port 1 and A392.05 for serial port 2." attach your program.
  25. NQ5 manual need and NT link 1:N

    Hi ! I will have application with 8 touch screens NQ5 looks nice - I know only current price but I do not have any manual or even info how I can connect 8 NQ5 to one PLC. Till now I have never used more then one PT connected to PLC. How 1:N link works? Do they have all the same data and it is refreshed in all PTs at the same time or I am addressing each PT and they can show different data - depends on addressing and what I want. Thanks for help