gclshortt

MrPLC Member
  • Content count

    347
  • Joined

  • Last visited

Everything posted by gclshortt

  1. Starting with Omron CX-P

    https://assets.omron.eu/downloads/manual/en/r132_cx-programmer_fb_library_getting_started_guide_en.pdf The above CX programmer Getting Started Guide is a great resource when I first started with the software. Regards, Garry
  2. PLC that can hold its memory

    https://www.automationdirect.com/do-more/brx/index The BRX PLC has a built in Micro SD card slot. This can be used to store your program. Upon startup you can instruct the PLC to load the program from the Micro SD card. The Do-More will read the DirectLogic program and convert. https://www.automationdirect.com/do-more/brx/software/directlogic-migration Regards, Garry
  3. How do I make a recipe

    https://www.myomron.com/index.php?action=kb&article=592 The above link may help you out. Regards, Garry
  4. Data logging CP1H Controller csv file

    You can do this with additional software. http://accautomation.ca/how-to-implement-the-omron-host-link-protocol-part-2-vba/ Using VBA you can get the data into an excel spread sheet. You can use AdvancedHMI that runs on Visual Studio. This package utilizes VB.Net. Creating a CSV file is straight forward. http://accautomation.ca/omron-cp1h-advancedhmi-communication/ Creating the CSV file: https://stackoverflow.com/questions/25994972/how-to-create-a-csv-file-from-string-variable-using-streamwriter-in-vb-net Hope this helps you out. Regards, Garry
  5. hydraulic cylinder speed function

    http://www.omronkft.hu/nostree/pdfs/sysmac/w529-e1-02_startup_guide_for_simulink_sysmac_studio.pdf What about looking at the  current velocity.  https://industrial.omron.ca/en/media/NJ_NX_Instructions_ReferenceMan_en_201704_W502-E1-20_tcm824-112705.pdf You can then use the  ScaleTrans instruction to scale the output to mm/s. Regard, Garry
  6. OMRON ODD or EVEN value

    On the older units, use a move to a HR register first.  Nice solution Crossbow. Garry
  7. Block Compare Instruction

    The above thread may help you out. Regards, Garry
  8. ControlLogix DLL File

    http://literature.rockwellautomation.com/idc/groups/literature/documents/rm/1756-rm003_-en-p.pdf Jump to External Routine (JXR)  -  This information applies to the SoftLogix 5800 controller only Page 612 in the above manual. Regards, Garry
  9. ControlLogix DLL File

    http://www.plctalk.net/qanda/showthread.php?t=52226 The above thread may help you out. Regards, Garry
  10. Who Have Someone connected Citect with Omron CJ2M CPU32 ?

    https://www.citect.schneider-electric.com/forum/showthread.php?p=35843 http://proscada.ru/ctkbase.en/articles/q2231.html http://www.plctalk.net/qanda/showthread.php?t=72805 The above links may help you out. Regards, Garry
  11. Connecting 4 PLCS to One PC and CX-supervisor

    What are the exact model numbers of the C1JM PLCs? What kind of ports do you have available? You have two basic choices, serial (RS485 / RS422 ) or Ethernet (RJ45). Serial communications: The unit number of the PLC serial will determine the address on the network. (Make sure that they are all different numbers. Default is 00) This is a master / slave communication only. Only one device can be communicating on the network at a time. Ethernet Communications: The IP address will determine the address on the network. Multiple communications can happen at the same time. Information can be shared between the controllers. http://www.ia.omron.com/products/category/automation-systems/programmable-controllers/cj1/cpu-bus-units/index.html Start off by connecting one of the units up and testing communication using cx-programmer. You will then see if your converters will work or not.  Regards, Garry
  12. NT20S-ST121 - Permission Denied message

    http://www.edata.omron.com.au/eData/HMIs/NT/V020-E1-04.pdf Since the error does not appear in the manual,  I would  contact your OMRON service center. Regards, Garry
  13. OMRON Sysmac CPMA

    The COM point refers to a common point for the discrete input signal. It can be either negative or positive in this Omron controller. Refer to the wiring diagrams in the manuals above. Here is some wiring examples: http://accautomation.ca/heres-a-quick-way-to-wire-npn-and-pnp-devices/ Regards, Garry
  14. Omron CJ1M HMI

    https://www.progea.com/io-driver-list-2/ You would use the Omron Fins Ethernet driver. You will need an Ethernet port on the PLC. Regards, Garry
  15. OMRON Sysmac CPMA

    You are looking for the Operation Manual of the unit. This will show you the wiring diagrams. Here is the one for the CPM1A: https://assets.omron.eu/downloads/manual/en/w317_cpm1a_operation_manual_en.pdf Section 3 - Installation and Wiring Note: The Programming manuals will have the information for the instructions. Regards, Garry
  16. Beginner PLC Project

    I would look at Factory IO for some projects. https://factoryio.com/ There is a free evaluation period. This works well with the free Do-More designer software which has a simulator. Here are some examples: https://www.youtube.com/playlist?list=PL3y71jAPOdZCbC-2roZpqqBIJkcEI_s1n Here are some other sample programs: http://accautomation.ca/building-a-plc-program-that-you-can-be-proud-of-part-1/ This series takes you through using discrete inputs and outputs to control traffic lights and cylinders. As we progress we introduce additional methods to solve logic. We look at sequencers in a new way and learn how to write programs to allow users to teach the new sequence. Hope this helps you out. Regards, Garry  
  17. Question about chip PLC

    What about using just a Click PLC from automation direct.  https://www.automationdirect.com/adc/Overview/Catalog/Programmable_Controllers/CLICK_Series_PLCs_(Stackable_Micro_Brick) Password protection: https://www.automationdirect.com/microsites/clickplcs/click-help/Content/062.htm Just a thought. Regards, Garry
  18. Beginner PLC Project

    http://accautomation.ca/programming/plc-beginners-guide/ Here is a guide that may help you out. Regards, Garry
  19. mitsubishi FX2N-48MR-001

    The above post may help you out. Regards, Garry
  20. That is a strange error. Thanks for the update. Garry
  21. Little HMI for Control Logix

    https://cdn.automationdirect.com/static/specs/ea3t4cl.pdf The C-More Micro HMI Panel will work.   Here is the link for the entire family: https://www.automationdirect.com/adc/Shopping/Catalog/HMI_(Human_Machine_Interface)/C-more_Micro_Panels Regards, Garry
  22. Symbolic addressing in omron

    http://accautomation.ca/omron-cp1h-cx-programmer/ The above thread may help you out. Regards, Garry
  23. CQM1

    http://www.edata.omron.com.au/eData/PLCs/CQM/W228-E1-08.pdf You can change the PC Setup area.  See  1-1-1 Changing the PC Setup  in the above manual. There is no conversion utility that I know that will convert the Omron to a Mitsubishi PLC. Regards, Garry
  24. Stripped down HMI Software

    https://sourceforge.net/projects/advancedhmi/ AdvancedHMI is free. It is written in VB.net and runs on visual studio.  Turn Visual Studio into a powerful HMI/SCADA development package by simply dragging and dropping, no coding required. DF1, Ethernet/IP for Allen Bradley PLC controllers, and many more drivers. Free Features Allen Bradley DF1 RS232 Driver Allen Bradley Ethernet/IP Driver for SLC,MicroLogix, PLC5, ControlLogix, and CompactLogix Beckhof TwinCAT Driver, ModbusTCP and ModbusRTU drivers Omron Drivers Drivers are accessible via VB or C# code Build an HMI in Visual Studio 2013-2017 Community (free) without writing any code Works with Visual Studio Community Edition Tested on Mono on Linux (except OPC and serial drivers) Even Works on the Raspberry Pi SCADA capable Regards, Garry
  25. Heater control

    http://www.plctalk.net/qanda/showthread.php?t=41661 The above thread may help you out. Regards, Garry