gclshortt

MrPLC Member
  • Content count

    347
  • Joined

  • Last visited

Everything posted by gclshortt

  1. Upload Program from A1SH PLC

    http://suport.siriustrading.ro/02.DocArh/01.PLC/03.Modulare/05.MELSEC%20AnS,QnAS/01.Unitati%20centrale/01.AnS/AnS(J)HCPU%20-%20User's%20Manual%20IB(NA)-66779-N%20(01.11).pdf http://www.plctalk.net/qanda/showthread.php?t=17896 The above information may help you out. Regards, Garry
  2. From PM today: Sysmac C60P

    Another option would be to use a C200H-PRO27-E with a 3G2A5-AP003 and a 2 or 3-meter cable. https://accautomation.ca/purchase-find-parts/omron-c20k-c28k-c40k-c60k/#Peripheral This is still using the handheld but with the cable extension, it is better to work with it. Regards, Garry
  3. 90-30 Timer over 16 minutes

    http://www.plctalk.net/qanda/showthread.php?t=47460The above post mentions a similar application using a timer and a counter to get to minutes.Can you post the logic? Regards, Garry  
  4. Delta HMI Communication error

    What is the distance that you are communicating? Is it that you do not want to change the baud rate, or cannot change it? http://www.plctalk.net/qanda/showthread.php?t=53380 One other thing to do is to check the shield of your cable that you are using. It should only be connected to one end. This is usually the PLC side. Regards, Garry
  5. Up And Down Counter In Omron PLC CP1E

    https://accautomation.ca/omron-cp1h-counters/ The above thread may help you out. Regards, Garry
  6. Delta HMI Communication error

    http://www.plctalk.net/qanda/showthread.php?t=98877 Since this is not a constant error, I would try the following: - Ensure that your communication cable separate from your power wiring. - If the problem still persists, then try lowering the communication baud rate for each device.  Regards, Garry 
  7. wd indicator

    http://www.barr-thorp.com/wp-content/uploads/2011/06/PacDrive-Controller-C400-C400-A8-Operating-Manual.pdf wd (watchdog indicator) Watchdog is a hardware module to monitor the controller. OFF - Normal operation ON  - Fatal error; reset required, reboot system The above is from the manual above. This may help you out. Regards, Garry
  8. FX3GA-60MT Modbus RS485 as Slave

    https://dl.mitsubishielectric.com/dl/fa/document/manual/plc_fx/jy997d26201/jy997d26201g.pdf Look at section  '10.3 Creating Programs for the Slave Station' of the above manual. I hope this will help you out. Regards, Garry
  9. FX-EEPROM-16

    http://www.plctalk.net/qanda/showthread.php?t=3221 This thread may help you out. Regards, Garry
  10. HSC, new interrupt after Z-phase reset

    http://www.plctalk.net/qanda/showthread.php?t=62245 http://www.plctalk.net/qanda/showthread.php?t=32652 The above threads may help you out. Regards, Garry
  11. TrendGraph (Data Logging)

    https://www.myomron.com/index.php?action=kb&article=1639 The above link has the description for the Trend Graph: ' Trend Graph is linked to a data set and displays the values for analysis (coming soon) and User Alarms Viewer shows either current or historical information on alarms (see 'Introduction To NA Alarms' article). ' Regards, Garry  
  12. OMRON PLC

    http://www.plctalk.net/qanda/showthread.php?t=120902 Same question.  You will need to connect each PLC hardware rs232 port to the MOXA separately.  They will have different pinouts for the rs232 ports. Regards, Garry  
  13. An absolute beginner needs help with a PLC!

    http://www.plctalk.net/qanda/showthread.php?t=113901 The above thread may help you out. Regards, Garry
  14. Help Getting Started

    This is not an Omron NJ series, but here is a series on the Omron CP1H. https://accautomation.ca/series/omron-plc-cp1h-series/ I hope this will help you out. Regards, Garry
  15. http://forums.mrplc.com/index.php?/topic/11888-cx-supervisor-hanging/ The above thread may help you out. Regards, Garry
  16. With a 100msec pulse, I would just try a regular DC input for the signal and see what you get.  Part numbers would help on the flow meter, PLC and high-speed counter card if applicable.  Regards, Garry
  17. Failing Interposing Relays, and Varistors

    What you need to do is find out the inrush of the coils. I would contact the manufacturer or use their website to determine this value. The following information will help you to determine the inrush based on your equipment specifications. https://www.pacontrol.com/download/Solenoid%20Valves%20Engineering%20Information.pdf Once you have this rating, I would look for an interposing relay to handle the value. A Solid State could also be used. https://temcoindustrial.com/product-guides/contactors-and-overloads/solid-state-vs-electromechanical-relay Hope this helps you out. Regards,
  18. https://accautomation.ca/omron-cp1h-numbering-systems-and-addressing/ The above will explain the numbering systems in the Omron CP1H series. This would be similar to all of the PLC's in this CP1 Series. Here is a link to the entire CP1H Series. https://accautomation.ca/series/omron-plc-cp1h-series/ Hope this helps you out. Regards, Garry
  19. http://www.plctalk.net/qanda/showthread.php?t=70085 http://www.plctalk.net/qanda/showthread.php?t=70329 The above threads may help you out. Regards, Garry
  20. Cx- Programer Elapsed time

    What is the accuracy you are looking to achieve? Depending on the PLC you can handle this a couple of ways. 1 - set the scan time and then count the number of scans. 2 - add the scan time every cycle  Regards, Garry
  21. CSCAPE Experience

    https://accautomation.ca/series/horner-xl4-series/ The above is a series on the Horner XL4 PLC. It includes installing and using the CScape Software Package. This may help you out. Regards, Garry
  22. http://www.plctalk.net/qanda/showthread.php?t=120012 Answers posted at the above thread. Regards, Garry
  23. Moving Data Memory

    +1 gtsuport You must ensure that the processor that you are programming does not use this are for other items like DM Setup Area.  Regards, Garry
  24. Xinjie/Mitsubishi PLC TRD/TWR

    Typically you would organize the data in the PLC and the HMI would display the data.  Each time the machine starts, then capture the real-time data and store in a register. You can also do the same thing for when the machine stops. You would then need to index your register to store the next value(s). You will need to know how big of an area you are going to need in the PLC. It appears that you are only going to store events and not do any calculation on the data. Regards, Garry  
  25. Xinjie/Mitsubishi PLC TRD/TWR

    The first thing that you will decide is exactly what you want and where? Example: Shift = 8 hours = 480 minutes = 28800 seconds  Let's assume a one second unit of measure. ON Time for Shift = 20000 seconds (Register Location?) OFF Time for Shift = 8800 seconds (Register Location?) Once the basic information is stored per shift then calculation can be made for the shift. Uptime = 69.44%   If you are looking just to log the events with time and date, then using the real-time clock would be beneficial. This can be done at specific intervals like every second or minute or just when the event occurs. Example Output Every Minute 03/13/19 09:30:00 - Machine ON - Parameters A, B, C - Widgets Made 03/13/19 09:31:00 - Machine ON - Parameters A, B, C - Widgets Made 03/13/19 09:32:00 - Machine ON - Parameters A, B, C - Widgets Made 03/13/19 09:33:00 - Machine ON - Parameters A, B, C - Widgets Made ETC. Example Output for Event of Machine ON 03/13/19 09:30:00 - Machine ON - Parameters A, B, C - Widgets Made 03/13/19 09:45:10 - Machine OFF - Parameters A, B, C - Widgets Made 03/13/19 09:47:33 - Machine ON - Parameters A, B, C - Widgets Made ETC. You must begin with the end in mind. This post may help you out. https://accautomation.ca/now-you-can-have-robust-data-logging-for-free-part-1/ Regards, Garry