Search the Community

Showing results for tags 'controller tags'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Found 80 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. Hi everyone, I have a question for you all, Is possible to configure CJ2M-CPU11 with tags trough network configurator to connect Control Logix PLC using EthernetIP? I did a configuration with CJ2M-CPU31 and Control Logix PLC with no problem, but now I need to communicate CJ2M-CPU11 with Control Logix PLC using EthernetIP. Some of you did this configuration between this two PLC before? Regards!
  3. 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! 
  4. I am copying some data from a vendor PLC through MSG instruction into my PLC through CIP data table read. Is there a better way to break down this array of data into individual real tags through an instruction (something similar to WORD_to_BIT instruction in Modicon). I was looking at FAL instruction but its not exactly doing what I am looking for. Any help is greatly appreciated.
  5. First of all, I'm running version 20.01.00 CCW. I have a project that uses a mciro870 and panelview 800. It also has 11 powerflex 525 VFD's attached, all ethernet. Everything has been going well but today I hit a wall when importing tags into the Panelview device group.  I currently have a little over 800 tags and will have about 1400 I think when finished. The Plc section shows tons of memory available and when I check through 'config' on the Pv800 itself, it also has tons of memory left. When I do the import, it brings in 744 tags and then skips the remaining one. It even includes that in the msg block after the import. It has to see that tags or it wouldn't know that they are being skipped. I've been trying to work with Rockwell support ( of course I got the new guy who's never seen the software before) and my local distributor.  I've looked through the rockwell knowledge base, the manuals and online and I haven't seen this problem posted. Does anyone know if there is a limitation on the number of tags? I can't image an odd number like 744. thanks, mark    
  6. Hi guys,  I have been thinking about wether can increase the numbers of produced and consumed tags, between my plc-s. Currently I have two plc it already have produced and consumed tags, but unfortunatelly soon we are running out of free tags. I read the manual and it said I can make 125 dint tags, currently we have only an array with 10 element.  If I make a new one and I kinda copy it, with different names, will it be work ?  Or do I have to set something else ?  Can I ruin the communication with the two plcs ?  THanks ahead.
  7. Hi All,Cx-Supervisor, NJ501-1340, Sysmac Gateway.I have been writing an update for a project and converting to this new controller.It's a pretty big project.Using a combination of Ladder and ST.Using Cx-Supervisor 3.5.I created some new Variables in Studio and made them Publish only.Started to create Points in Supervisor and made them I/O connected to the variables in Studio. No problems everything was connecting and working just fine.Then one of the points would not update. I could change it in the PLC and it would not change On the HMI.I deleted it and recreated it and it did the same thing. (sometimes points in Supervisor just stop working and recreating them fixes it).I then copied the control and pasted the old point into it and it did the same. Then other started to fail. Showing no reaction.I stopped the gateway and restarted, no help, I rebuilt the HMI, nope.The can check the tags in Sysmac gateway and they always change when the PLC changes but not the HMI.I checked the point maintenance in Supervisor and it would not change.I dumped all the affected variable in the PLC and in the HMI and recreated them. Then it got stranger.I could change some on the HMI and it would show in the PLC but not the other way.This is on Bools and UINTS.Stopped CX-server, tried using it with Win8 compatibility. nope.Pulling my hair out now. I should be coding but I'm trying to get the apps to work.Any ideas will be used with thanks.Peter
  8. 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. 
  9. 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.
  10. 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
  11. Reporting for Siemens PLC

    Hello, We want to do excel reports on Siemens PLC. We do not want to use historian programs. Do you know another programs?
  12. Hi friends, The scene is like this... I have some 200 energy meters whose readings are continuously logged at 15-min intervals into a logging table. The meter does not have any other value logged. Let's consider these readings as analog tags. However these tag values are continuously increasing to ever larger numbers. Thus we have a problem for display on trends. Customer now requires that the Citect shows usage trends for any meter for a specified period of the past. That is to say, the meter that he wishes to observe is selected - along with a period typically between 2 dates (perhaps also with a sampling period) - and the trend must appear. So in other words, given a single trend object, how do you make values appear for any selected tag on this trend. Perhaps this can be overcome by some genie/super-genie mechanism. My approach to this is...For the selected meter, I use SQL to query the 15 minute logged values (also taking into account the required sampling period) taking the reading on starting date as initial. All values thereafter are subtracted -within the SQL query- and the result of this query is kept in a 2 dimensional array(x for time, Y for value) or a new database table so that the trend displays values starting with zero. This much I can do with Cicode. After this, I need a method to display the values so obtained in a trend object. Essentially this is the same as feeding a trend object with a set of X & Y values that I have in the form of an array or in a database table. I shall greatly appreciate any help to meet the above objective. Thanks for looking in. With best wishes.
  13. Hello, I have an .ACD file but do not have any software to read the controller tags. Can anyone please help me convert the file into a pdf? I can see from Notepad that is was made using RSLogix 5000 V21.   Thanks! G Pump_17_11_09.ACD
  14. 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    
  15. 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.
  16. 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 !!!
  17. Importing tags to GT Designer

    Hey Guys, I am presently using GT Designer software for HMI Programming. I want to import tags/ Variables From PLC to my HMI Software How Can i Do it?? Please Help....    
  18. 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 !
  19. Hi All, Hope you all doing well in this pandemic life.  I would need your expertise with an issue I have been struggling with for past few days and thought to reach out here. I am working on a migration project with GE PLC and Citect SCADA 7.10. The GE PLC is migrated to ControlLogix L74 Rev24.10 while Citect SCADA is retained. For testing I only have L71 and L82 and could not managed to organise L74. When the code the loaded in L71 and connected to Citect, I cannot see tags in Graphic page but I see the subscription.txt in Debug folder shows all tags good . The same code when loaded in L82, the Citect works instantly.  Does anyone know this behaviour of PLC and SCADA? Regards, DeeEngr    
  20. 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
  21. 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
  22. Hi Omron Experts,  I am connecting mitsubishi HMI with Omron nj101 plc via ethernet, pl tell how to connect tag data of Omron plc to the hmi
  23. Omron_control

    Version 1.0.0

    170 downloads

    New app developed - Omron_control for connection Android smartphone and OMRON controllers.
  24. View File Omron_control New app developed - Omron_control for connection Android smartphone and OMRON controllers. Submitter sasha Submitted 08/17/19 Category Utilities
  25. 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.