Search the Community

Showing results for tags 'programmable controller'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Found 45 results

  1. I am trying to create an Alarm handler for an NA5 HMI that can tell the end-user the 1SAN Drive AL Status code and an Annunciation according to the manual: I621. I already am using a similar method to use MFaultLvl.Codes in a Case statement that creates a message found in motion controller manuals. Ie. 16#6449: Fault_Axis0 := '1S Axis Immediate Stop Input'; I want to use the AL Status to create messages based on the Hex Code generated by the Alarm ie 16#20: DriveAlarm_Axis1 := '1S Overload Error'; 20hex being the AL Status from the Drive. However I  cannot find how to access AL Status from the Troubleshooter.   Thanks
  2. Hey guys,  I'm trying to build a therapy tank for burn victims that requires a few automated processes of which I need help! Essentially this device will function a lot like a temperature controlled "hottub" with an circulation pump but on a much smaller scale (like 10 gallons). I would also like to be able to observe and control the device remotely outside of the users direct control for programming therapy temperatures. The goal with most patients is to start them at a temperature just under body temp (around 94) degrees and the get them down to treatments in mid 60's over time. The machine will used a liquefied burn gel that has a consistency like thin vegetable oil.  Here's what I need in a controller: ON_OFF functionality for a liquid chiller.  Contact relay for reed switch to disconnect power to device when lid is open. (this is a safety feature - when the treatment tank lid is opened I would like for a relay to disconnect the chiller's power through LV to ensure there is no chance of electrical shock.  "Delay On" relay (The chiller is and on_off refrigerant based device that will require a "delay on" relay to allow head pressure to dissipate before restarting) (See below) ON_OFF relay with programmable timer functionality for a liquid circulation pump. (to be set at intervals throughout the day) Temperature controller for K-type thermocouple - this will be used to monitor, maintain, and cool liquid. PID or Arduino? (Will need the ability to establish limits on backend) The ability to display temperature in either F or C Functionality: Ideally each unit would have a controller similar to an on_off temp controller or PID so that the home user could manipulate controls within a limit on the device locally. The device would then automatically maintain temperature based on set point and would have timed on_off sequences throughout the day for the liquid pump which were programmed into the device logic. This functionality in addition to the safety cut off features for use are all I need this device to do. Safety feature - being that this device could be in the middle of a chilling cycle when a patient would want to use it, I would like for the device to have the ability to instantaneously cut power to the HV 110V 16A Pump and Chiller without damaging those devices upon restarting... For instance if someone were to open the lid to feel the water and close the lid again quickly, the on_delay timer set to around 5min would prevent the compressor from restarting until the 5 minutes passed, thus keeping the short cycling from damaging the refrigerant system.   Remote monitoring and commands I would like to have the ability to push settings to these devices all across the city/state in peoples homes. The controller would need the ability to connect to wifi and transmit information as well as receive commands. This feature would be for those who would be put on a therapy program where we would control and push temp settings to their device remotely. Mobiel User Interface The BIG goal would be to tie all of this together and be able to control a device via iPhone or android. User downloads the app - The app has the ability to: turn on off off the device  adjust temperature (again within limits) turn on a timer 15 minute filter cycle with the press of a button Select/program a filter schedule with up to 8 time slots Circulation filter replacement reminders (messaging function) Therapy reminder.  Opt in for therapy pre programming pushes - me pushing temp settings to their device. Thats the novel for now!! Looking for someone interested in building this, or anyone willing to guide me through the process. This is just an idea and my 9-5 is a physical therapist, but I would love to bring this vision to life!   Sorry if this is fragmented or ignorant, but I just need help getting started or pointed in the right direction! 
  3. Siemens Moore Mycro 352

    Hi, I was wondering if anyone knows where I can get the configuration software or the manual for Siemens Moore 352 and 353 digital loop controllers? I would be willing to purchase the software if anyone has a copy. Thank you. 
  4. controller is not coming online with rslogix 5000, but i can ping the ip from the pc. getting the error message says "controller failed to come online - error 701-8004250B" appreciate ur help.
  5. Hello friends I have worked with other series of omron plc but this is the first time I am working with cqm1h cpu51 series. In a factory, 4 of these PLCs exchange data with each other with a clk21 card. After a problem with one of the CPUs and replacement, I was never able to download the datalink settings. I did all the steps in the manuals step by step but I did not succeed. In cx-net software, after selecting online, I selected the data link menu, but as you can see in the attached image, the setup button is never activated. Thanks for guiding me
  6. Hi All, I am a new user to this Forum and definitely a newbie PLC user, so I'm not sure if this is a simple mistake. I am currently trying to correct the logic (of a sensor) on a PLC program to get a manufacturing machine back up and running. This is an issue that I have fixed via PLC several times previously, but for some reason I am having issues fixing it this time. The issue that I am having is that when I try to dig into the Logic of the PLC program (Programming > POUs > Programs > Logic > ...), nothing shows up where there is typically a PLC command ladder. I get the error "No instruction in rung" next to all of the PLC program modules. I am connecting to a Omron NX1P2 CPU via laptop & Ethernet cord. To give you background on my troubleshooting process, I have verified that the I am connected to the PLC controller, by using the Windows Run program to ping the IP address of the controller. After verifying connection, I attempted to connect to the controller using SYSMAC studio. At this step, a troubleshooting window appeared with the issue "Minor fault" "Tag Data Link Connection Timeout". When I look at the Controller Status at the bottom right corner of SYSMAC, it says that I am online and connected to the correct IP address (green circle). Under that, ERR/ALM has a red circle next to RUN Mode. Ignoring the troubleshooting window, I can click Synchronization and "Transfer from Controller". A dialog box pops up and reads "...Controller does not have the POU program source...". Pressing yes to ignore this, the transfer completes. This is where I encounter the issue of having nothing show up within the path of Programming > POUs > Programs > Logic > ... . I have a feeling that this is a connectivity or settings issue, but I am not sure. I have checked my ethernet splitter (D-Link DES-105) and everything seems to be connected and working. If anyone has some insight into this issue I would greatly appreciate any help. Thank you in advance! Best cszikszai    
  7. Remote Omron and Yaskawa control

    Information : On the websites - https://abrysshost.web.app (and https://abrysshost .firebaseapp.com ) detailed information about the construction of remote diagnostics and control (Iot) systems for control systems of objects based on OMRON and Yaskawa controllers. The information is presented in Russian and English.
  8. Hey Guys,  So i am working with Omron software to integrate it with the HMI screen.  Whenever I receive a user alarm, I have an acknowledge button on the screen, but when I click on it,  the alarm does not go away from the screen,  it is acknowledged though.    Can anyone please guide me to what changes I have to make in the system to make the alarm notification go away, or is this any sort of a bug in the Omron software ??   Please help guys !!!
  9. Hello,  Sorry I'm newbie with omron plc programming. I'm wondering how can i simulate plc program on sysmac studio with Hmi on Nb designer without hardware. because I want testing my program and my plc and hmi connection before buying hardware. Thanks in advance !
  10. Hello Engineers, I  am Will from Levetop semiconductor. Our main product is LCD/TFT graphic controller. Support 8/16-bits MCU parallel interfaces, and SPI, I2C serial interfaces Built-in Ggeometric Drawing Engine: provide Point Drawing, Line Drawing, Curve Drawing, Ellipse, Triangle, Rectangle, Rounded Rectangle Drawing Built-in 2D Graphics Processing Unit: provide Magic Rotation, Reflect, PIP (Picture in Picture), Hybrid Graphics and Transparent Display Built-in 128Mbit Display Memory Support 16/18bits RGB type TFT Panel from 320*240  QVGA to 1280*1024 SXGA Built-in Standard ISO/IEC 8859 Fonts Built-in Two 16-bits PWM Timer Support SPI and I2C Master Interface Three Power Saving Modes: Standby,Suspend and Sleep mode Package: 128pin LQFP We have STM32/ST51C demo code open for developers, function libarary and Arduino Library available, too. Our product P/N as follow: LT7681   640*480   8/16bits/SPI/I2C LT7683+  1024*600    8/16bits/SPI/I2C LT7686   1280*1024  8/16bits/SPI/I2C LT7680A  640*480   SPI/I2C LT7680B  800*600   SPI/I2C LT7680+  1280*1024  SPI/I2C any questions, feel free to contact us   www.levetop.tw/en
  11. Please could you assist with the software required to download data tables from 4 off DIRIS A10 Multifunction Meters into TM221CE40R Logic Controller via TMC2SL1 Comms Cartridge using Modbus Protocol over RS485. I have downloaded the Modbus tables from Socomec but not sure how to get these into the PLC. I would really appreciate your help in achieving this. I am using EcoStruxure Machine Expert - Basic to program the PLC & DAQ Factory Developer Release for my Touchscreen. Link to Socomec Modbus tables: https://www.socomec.com/files/live/sites/systemsite/files/SCP/6_gestion_energie/diris/diris_a10/DIRIS-A-10_COMMUNICATION-TABLE_2018-01_DCG01013_MULTI.html#General
  12. Omron_control

    Version 1.0.0

    169 downloads

    New app developed - Omron_control for connection Android smartphone and OMRON controllers.
  13. View File Omron_control New app developed - Omron_control for connection Android smartphone and OMRON controllers. Submitter sasha Submitted 08/17/19 Category Utilities
  14. Please help find a controller. We require a controller for 8 nema 23 stepper motors. Must have pulse direction and at least 8 axis or more (16 would be nice). Must have kinematics for linear and circular motion. Must be able to use gcode such as G01 X10 Y10 Z10 A10 B10 C10 U10 V10. Must have axis parameters for all 8 axis eg velocity, rotations, etc. We also need the drivers. Must be reasonably priced under $1000 or so. We found Dynomotion KFLOP which can do 6 axis and we kind of made it work for 8 axis. It is super cheap at around $250 plus KStep drivers so under $1000 total with free software, unfortunately, it can not do kinematics for 8 axis. 
  15. Hi everybody I have a elau c400 controller trying to connect it to a mc-4 pacdrive. But I realized that the wd led on my c400 is on and it can be a fetal error. Anybody has this experience? Regards.
  16. i want to connect omron vision controller fh l550 with Soft PLC (IPC) from Siemens  through Ethernet or  RS232c interfaces, should i use a unit for the communication or can i directly connect the Omron Controller with IPC ?  the IPC is connected with other devices via profibus .
  17. Mitsubishi PID controller design help

    Dear all, I need help in design of PID controller in Mitsubishi PLC fx3u, I what should be parameters for initial, and how to start and stop auto tuning.
  18. Hello,, I have motion controller A series A172SHCPUN,, I have written the program ladder into the CPU, but I can't write the motion program.. i dont have the program to open file the program motion and I want to ask if I have the software SW3RNC-GSVE, my os computer is window XP, Can it be installed? and is the cable transfer used the same as the ladder transfer program cable (SC09)?
  19. Hello everyone, Working in Automation for the first time as a Co-op student so i'm fairly new to PLC's and the Automation field in general. I've recently been tasked with converting a RSlogix 5 program from an old PLC 5 project into a Studio5000 project. I referenced the manual (I'll attach link below), and had no issues using the RSlogix Project Migrator tool that I downloaded off the Rockwell website. My problem is that once I convert the program, my I/O tags that were originally sequenced in octets(0-7, 10-17, 20-27, ...) from the RSlogix 5 program, are switched into a sequential scheme in Studio5000 that just increments them in order (1, 2, 3, 4, ...). I hope this make sense, but basically the first seven tags match between the projects, but then I:010 in rslogix 5 is equivalent to I[8] in 5000, I:011 is I[9], and so on and so forth. Has anyone had this issue before and found a way to have Studio5000 keep the original octet scheme? I don't see this normally being an issue, but the customer has specifically asked that the I/O tag names be kept the same as the original program. Thanks for any help. - Ben   Converting PLC-5 reference manual link: https://literature.rockwellautomation.com/idc/groups/literature/documents/rm/1756-rm085_-en-p.pdf
  20. Pls help set up QD75P4N

    Good day sirs,  i am a newbie at this motion controller setting. I would kindly like to ask for an assistance from all of you. i copied all the necessary data that i have on this project. I installed the wiring correctly i am able to Jog the servo motor. But when i try to Jog the motor Using GXWorks 2 i wasn't able to do so because its not showing any movement on the Mr J4 and the motor it self. is there any settings that i should have change? thank you for the time if you will need any information i am willing to give it thank you   I have also attached the GXworks program and the servo conifiguration   Please help me thank you project 1.gxw Servo 1.mrc2
  21. Respected Friends, Good day. I face a serious issue please help me to fix the problem.  We have a 1756-L55/A controller with 1756/M13 A memory card. after 2 or 3 months the program washout and the LED status on the controller are following 1. RUN --- SOLID GREEN 2. I/O--- OFF 3. RS232 --- SOILD RED 4. OK --- SOLID RED 5. BAT-- OFF 6. FORCE-- OFF  At that time CONTROL NET MODULES OK Light for Chanel A and Chanel B are also blinking and communication not established via control net and serial port AB-DF1. I switched off the power supply and after 10 second again power up the controller then OK LED becomes solid green.  i download the program and its run fine. But the problem is still there. In the controller properties the major fault shows  TYPE 01 [ POWER UP FAULT] CODE 60 [NON RECOVERABLE FAULT] what are the possible reason for wash out the program from the memory?  At that time version 16.03 firmware installed and the rslogix program convert from version 10 to version 16.03.  Is 1756 L555/A with 1756/M13 A support the version 10 firmware? i ask because the original program is in version 10 if its supported then i update the firm ware and download the original program.   Hope you will help me in this issue. Regards
  22. Hello i'm new in all things about plc, i do a project for school and i use a festo fc 34 plc. The plc is programmed via serial port RS232 my pc not support a serial interface and i use a RS232 to usb adapter. when a try to download the program to plc give me a error: "ERROR: Cannot access controller".  What i do wrong.  Thank you in advance and sorry for my English. Have a nice day.
  23. All, I am using Keyence CV-X422A vision controller for my application. It is interfaced with Siemens S7-1500 PLC on PROFINET. I am able to communicate with Vision controller through PLC logic command and status IOs. There is some communication issue in updating the o/p values from Camera Controller. I have tried with & w/o Handshake Mode with these settings. The camera display shows the reject but camera never turns ON the NG Status o/p. I tried different things told by Keyence Tech support but none of them worked.  He told me to have you enable the “Result ACK Flag” in the bit allocation area and send  a signal to it. Then trigger it again with a no good part and see if that fixes the issue. I tried setting the “Result ACK Flag” to 1 after I get the “Command Complete Flag” for the trigger signal that I sent. Sometimes this works but still it is not reliable. Do I need to send only a pulse to “Result ACK Flag”? Anyone here has ever faced similar issue?  Thanks for your help. AP
  24.   Hello, I want to regulate the temperature by a thermocouple type T with an OMRON control module TC001 / 2/3 and a CJ2M CPU14 series PLC using CX-Programmer as a programming environment. Could you provide me with an example project? Thank you for your help.
  25. Hello, is there a way, to edit E5CC-T temperature controller internal program, using CP1L-EM PLC, connected to temperature controller via rs-485 communication? I can't find any information about doing it. I know that i cat change these programs, using CX-Thermo, but that is not an option. I need to do that, using only PLC..