Search the Community

Showing results for tags ' 1769-l27erm-qbfc1b compactlogix controllers'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Found 90 results

  1. Hi. I'm taking a class through my job (I'm an industrial maintenance technician), and they've offered us the schooling through our local community college. They bring the trainers and laptops to our site, and we have class there. We're in our "PLC II" class, and we're using CompactLogix 5332E 1769-L32E PLCs with PanelView Plus Compact 400 HMIs. I'm having issues with getting my PLC to work properly with the HMI. I have a very simple program. A pushbutton turns on a timer with blinks a light. I have my tags as Green_On and Output_Green. They're obviously aliases for Local:1:Data.0 and Local.2:O.Data.0. I created a screen in FactoryTalk View ME, and gave it two simple pushbuttons. One a Maintained and one a Momentary. I created tags in the HMI, and linked them to the tags in the PLC. I have the button properties set as such: I create the runtime application and send it to the HMI. When I push the buttons on the HMI, I get no response from the PLC. If I push the manual pushbutton on the trainer, the PLC reacts appropriately and the buttons on the HMI change state (from the tag indicator). What am I doing wrong? Obviously the HMI is seeing the PLC, because the pushbuttons are updating the to tags change in state from 0 to 1. Why is it when I press the buttons, I'm not writing the value to the tags and the PLC changing state? I've talked to the instructor, but he's been retired for some time, and while he's given us a good overview of the basics, he's a bit out of his depth.
  2. Hello, I am new-bie for using Modicon. this is what we have and i was wonderting if these are controllers. if they are, why do we have 2 of them? I am trying to get PLC program for back up. Can someone help me out? Thanks for reading
  3. I'll set the scene a little before I explain the issue that I am having. I have an application where I have a Linear Servo Slide acting as a Press Kick-off cylinder on a ceramic press. In order to trigger this Slide accurately, I have installed an Absolute Rotary Encoder (a Turck product) to the press, which outputs an Analog signal for its specific position. I then have this as an input into my CompactLogix L33ERM through a 1769-IF4 Analog Input card. Within my code, I'm trying to capture the moment where the press has presented the part out of the die and it can be ejected from the press cavity without damage the part. Mis-timing on this ejection and the part will clip the die pad tooling and incur damage upon ejection. Now, one last point of clarification, I am a Mechanical Engineer by trade, so I don't claim to be an expert programmer. But I have learned a lot and have gained experience in programming applications like this, so I can learn quick and should be able to program this task. I have had my local Allen Bradley guy look at the code I'm using for this application, and he thinks it looks good, but I'm still having issues. What I have done, is within the code, I have a window that I look for, of the encoder's position, to trigger the ejection shoe to fire its sequence and kick the part off. However, I have had to make this window so large in order for the code to see it every press cycle, that occasionally, the ejection shoe will be fired at the back end of the window, which is actually too late, and my part is being damaged. Attached is a snapshot of the code. The OkSamplePress.DN is actually a timer that I have that looks at the current press rate and puts a delay in to not allow the kick-off to fire too early, because I was actually getting a glitch before where the kick-off would fire prematurely for some reason. I don't know if anyone can offer assistance on this or not, but I would greatly appreciate any help at all. Its become quite frustrating, as the rest of my machine functions quite well, and this seems to be the nagging issue I can't get rid of. Thanks in advance...Josh
  4. Dear All I have a PLC and a 1769-SM2 so the red led is Steady Red. in manual wroted about this error : Cause:The module is unable to establish communication with the controller. Corrective Action: Cycle power to the controller. now I want know what it means to Cycle power to the controller? means is I power off the controller and then power on it? if it is I do it and the problem exist. could you help me on this issue? Best Regards 1769-SM2.pdf
  5. Hey, this may be an obvious question, but here goes: I have a CompactLogix L36ERM running RL5000 controlling one of our lead die cast machines. When I make a change to the program offline and need to download I always go and shut the machine down for safety reasons before downloading. One of our techs stopped the machine but left the control power and hydraulic pump on while downloading (something we are not supposed to do) when he finished downloading he switched it back to run mode and the machine closed on it's own and started right back up. This is a safety concern to me. We have a "close enable" tag that is true when all necessary conditions are met, and gets latched on when the machine is running in full auto. Before he downloaded the machine was at idle, meaning that the only way to close the machine would be to press the two dead-man switches to start the process. But, when he downloaded it started up automatically. Now I know the reason why is when the program was last saved, the "close enable" tag had a value of 1, it was latched on, so it bypassed the dead-man switches. A quick fix would be to save the program with that tag un-latched so that it can't start up on it's own after downloading. But, in case somebody saves the program while the machine is running and with that tag latched on, I need a better solution. Is there any tag or bit that goes true when a program is downloaded or when the mode of the PLC is switched from run to download to run? I want to manipulate that tag so that when I download it un-latches the "close enable" tag. I'm sure there is a way to do it, I'm just not even really sure what to search for in the online help. Any help is greatly appreciated. Thanks Howard
  6. Hello, I am trying to communicate with MicroLogix 1100 from CompactLogix. But I keep getting an error and It says connection failure. This is what I have done so far. Can anyone tell me what I am missing? Regards,
  7. Hey guys, so I feel like I must be doing something wrong here, well obviously since I cant get it to work. So I have a CompactLogix L36ERM running RSLogix5000, I've got 28 cards in total, all working except for one. My 1769-OF8V Analog Ouptut module. I just want to be able to output a 0-10v signal to a proportional valve module, specifically a Parker PCD00. Anyways, so I am online with the processor, everything is looking good, I/O is responding. I have the specific channel on that output module enabled in the module properties. I have tried changing the data type to every different option, I have raised and lowered the limits. I think I am addressing it correctly. I am just trying to move a value into that channel's data file. It appears to be moving the number in just fine, but when I put a meter on the output for that channel, I get 0V from the output to analog com. There is a little switch inside the module that allows you to use rack power or external 24V, I tried switching it down and using an external 24VDC source, I currently have it switched up to use the rack power. I'm lost. If somebody could please help me out and tell me if there is something obvious that I'm missing or doing wrong/ take me through an easy step by step way of setting this up for basic 0-10v output, that would be great. Sorry for being so new, I have attached a couple screenshots of the logic I'm using and the way I have it configured right now, but I have tried all different configurations. Thanks, Howard
  8. Hi all, So this is more of a theory / how would you attack this problem, question: I'm creating my first HMI and while playing around in FactoryTalk View Studio I noticed I can add objects to a screen. I can add a browser and with some work I can get it to display an HMTL file directly in the screen. So the browser in this case is opening a file stored locally, not something served up from the internet. Which opens up the question, could I write most of my HMI in HTML and Javascript? As a previous developer having the ability to control more of the UI would be amazing and perhaps easier to use/maintain. The only pitfall that I haven't been able to figure out is how to get real time values from the PLC. I'd welcome anyone's input on the idea in general or if someone knows a good method for getting/setting values from the PLC. Thanks!
  9. Hello all, I am experiencing an unusual (and what appears to be an unheard of) behavior in my CompactLogix L18ER controller. I am setting the date/time of the controller from my work station, however when I GSV WallClockTime, it is reporting 4 hours different. I have asked our local resources as well as done some forum and knowledgebase searching without result. Has anyone encountered this before? Attached is a screenshot of the controller time vs. the wall clock time. This isn't mission critical since it can be manually adjusted however I would like to understand what is taking place that would cause this behavior. Thanks!
  10. Hi all, I am using compact logix 5370 L3 controller(1769-L30ER) in hydro power plant application. So I have to now fetch electrical parameters from different brand component i.e. Siemens make General Management Relay which has profinet communication support. So the question now, is it possible to communicate directly with the controller and Siemens relay to display various electrical parameters? If not please suggest me what I can do to communicate with the relay in order to display the parameters in HMI. Awaiting for the replies. Thank you.
  11. Hi I have a customer who wants to communicate some setpoint information from their Siemens S7 PLC to a CompactLogix L32E PLC. I have installed a Prosoft PLX32-EIP-SIE for ethernet-to-Siemens Industrial Ethernet comms. On receiving a setpoint in from the S7 I then close a loop with some speed feedback in the L32E with a PID. I don't have any access to a Siemens S7 (or software) to test that the comms is working before the unit is shipped, all I have is the CompactLogix hardware. I do have a second CompactLogix PLC / PanelView HMI, but I dont think that this will give me the comms to talk to the SIE port in the Prosoft. I was hoping to have a simple slider on the PanelView to change an integer value to simulate the setpoints coming from the S7. Does anyone have any idea how I might implement this with AB hardware / RSLogix / FactoryTalk?
  12. Version 1.1.5

    1451 downloads

    ASBrowse.NET for Allen-Bradley Logix family is a class library for program and tag browsing on A-B Logix family of controllers. View and download any Allen-Bradley Logix Family controller's tag database without RSLogix 5000 or Studio 5000. Can be purchased as ready-to-run application, or as a .NET class library allowing you to incorporate tag browsing into your own applications. Potential uses   Quick and easy browsing and verification of programs and tags outside of programming software Runtime tag selection in conjunction with other Automated Solutions products such as ASComm.NET communications driver. Runtime tag selection in conjunction with third party applications or drivers. Bulk edits for importing back into PLC/PAC programming software Documentation   Key Benefits   Allows you to browse programs and tags on A-B ControlLogix family without the need for RSLogix 5000 Does not require RSLinx or 3rd party drivers Supports controller tags and program tags Supports UDTs and PDTs 100% managed code x86, x64, and Any CPU compatible Visual Studio.NET 2022, 2019, 2017, 2015, 2013, 2012, 2010 (Express, Pro, Premium, and Ultimate Editions) Runtime-free for qualified applications  
  13. Version 3.11.5.0

    2804 downloads

    .NET class library for use in Visual Studio.NET to create HMI/SCADA apps that communicate with A-B ControlLogix, CompactLogix, Micro800 Series, PLC5, SLC500, and MicroLogix PLCs via Ethernet.   For .NET Framework 2.0 - 4.8 projects. Does not require OPC, RSLinx, or 3rd party drivers. x86, x64, and Any CPU compatible. Visual Studio.NET 2010, 2012, 2013, 2015, 2017, 2019, and 2022 compatible Supports unsolicited messages. Most .NET Framework targets are supported, including Web, Windows, console, and service apps. Can be configured programmatically or visually Visually design your entire communications configuration without writing a single line of code Extremely high performance - 5~10 mSec typical transaction time Supports ControlLogix family native tag names Supports reading and writing entire ControlLogix family UDTs and PDTs Supports block transfers of up to 250 words per transaction Tag database can be configured via code or visual designer Abstract base classes allow you to write generic code that works with all drivers Synchronous and asynchronous read/write methods Data change notifications Provides common user interface across all driver classes No limit on number of devices or data points Multi-threaded for high data throughput Includes extensive help system Example applications with VB and C# source code included. Easily connect office systems to factory floor. Runtime-free for qualified applications  
  14. File Name: A-B Ethernet Driver for .NET File Submitter: Automated Solutions File Submitted: 13 Dec 2007 File Category: Demo Software .NET Component for use in Visual Studio.NET to create HMI/SCADA apps that communicate with A-B ControlLogix, CompactLogix, Micro800 Series, PLC5, SLC500, and MicroLogix PLCs via Ethernet. Supports unsolicited messages Does not require OPC, RSLinx, or 3rd party drivers. x86, x64, and Any CPU compatible Visual Studio.NET 2005, 2008, 2010, 2012, and 2013 Compatible Most .NET targets are supported, including Web, Windows, console, and service apps. Can be configured programmatically or visually Visually design your entire communications configuration without writing a single line of code Extremely high performance - 5~10 mSec typical transaction time Supports ControlLogix family native tag names Supports reading and writing entire ControlLogix family UDTs and PDTs Supports block transfers of up to 250 words per transaction Tag database can be configured via code or visual designer Abstract base classes allow you to write generic code that works with all drivers Synchronous and asynchronous read/write methods Data change notifications Provides common user interface across all driver classes No limit on number of devices or data points Multi-threaded for high data throughput Includes extensive help system Example applications with VB and C# source code included. Easily connect office systems to factory floor. Runtime-free for qualified applications Click here to download this file