Search the Community

Showing results for tags 'analog modicon 221'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Found 146 results

  1. Ladder to Functional Block

    Hi frnz, I need some tips to convert Modicon ladder program to functional block diagram. Notes:1.Logic of the program unknown. 2.Total 130 networks Thanks Hema
  2. Greetings, I'm ok with RSLOGX 500 but am an absolute beginer with RSLOGIX 5000 and was wondering if anyone had any simple sample code just to study. I would love something using analog input and or analog output. thanks in advance.
  3. Hello, We have Modicon Momentum PLC and there is about 80 millions of Collision Errors (and growing cca 1.4 error per second) logged in Ethernet Statistics. In the manual they write only "This field should allways be 0". It is working for us though. We only have one problem that two machines on ADO 740 50 with ENT 110-01 stop simultaneously and irregularrly without any appearent reason. It is happening now for about 6 months, but I have calcluated that this collision errors accumulated over cca 2 years. My question is, what "Collision Errors" mean and could that by any chance make two particular machines on one ADO 740 50 module go off simultaneously?
  4. Hi all, I do not have any experience with Modicon. Can someone tell me which software i have to use go online with TSX-PSY2600? and is it free? or should i buy the software? Thanks
  5. Hello everyone, I'm having some trouble to setup the GSM configuration so I can receive alarms on my cell phone I'm using Schneider CPU Modicon M340 in association with a communication RTU NOR0200H and a Schneider Modem SR02 MOD02 this is the first time that I work on this kind of project, would you please help me I'm kind of blocked and I need a solution asap thank you for your time
  6. 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
  7. I've got a PLC stack with a Q64AD analog-digital converter card. I am attempting to read the digital output value of channel 1 but I am having issues. First of all here is my simple PLC program: I got the program from the Q64AD user manual. You can see there is a blue '0' on the right of line 0. I assume this is the value that is being read? When I monitor the D11 device in GX Developer it shows a '0'. The following is a screen from Online > Monitor > Buffer memory batch. My card has a base address of 0x60 and channel 1's offset is 11d (0Bh). The value on the highlighted line does change so I know that the analog card is correctly picking up on current changes from my source. Lastly here is an image of my digital inputs. I have set up the Q64AD card through the GX Developer PLC Parameter window and left all settings as default. I initially used 'K11' instead of 'H0B'. I have also tried using the MOV command (MOV U0\G61 D11) but that game me the same result. Can anyone spot the flaw in my program of configuration? Do I need to configure the PLC in order to use the 'D' devices? Should I try copying the value somewhere other than D11? Thanks
  8. Hi, I am looking for a Modbus TCP based AI and DO data acquisition module and scada program. The analog inputs are 4-20 mA . SCADA should be able to communicate over Modbus TCP( I think every SCADA does that but just want to make sure). Can you guys please suggest if you know something good fit my application? Thank you,
  9. 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
  10. I'm new to Omron, and after several days of diving into manuals trying to figure this out on my own and giving myself a headache I've come to accept that i need help. my task is the following: Control of the discrete and analog inputs/outputs in a DeviceNet system using an Omron CJ1M PLC’s and PT’s. Use at least one thermocouple, one analog input, and one analog output for the DeviceNet network. Use a pushbutton and a light for the start of the process and an indicator for the started process. I have a Drt1-Ad04 input, a Drt1-ad02 output, and a Drt1-ts04t temperature control. My devicenet is Cj1w-drm21, The Omron system itself is a cj1m-cpu13 etn21. I have node addresses for my input, outputs and temperature control, those being 35 for input, 25 or 30 for output and for temperature control 5, 15, or 20. The ip address im using for this project is 142.214.143.9I'm using Cx programmer, Designer and Integrator. On Cx programmer I've managed to create an IO table but i have no idea on how to begin the program or even get a current reading from my generator.On Designer I've made what i believe to be the layout of the pushbuttons, I just have no idea of what addresses to enter.And on integrator i'm having troubles on figuring out how to make a routing table. I've went through many manuals and either i'm missing something really basic here or I just have no idea on what I'm doing. The only advice I was given was to dive into more manuals and find my addresses for my inputs, outputs, and temperature or to find the information from an outside source be that a forum or customer service. I am able to provide more information, and screenshots of what I have done if needed. Any kind of help would be greatly appreciated!
  11. My CPU 534 14B doesn't work. Run led flash 7 times. no possible MB+ connection, ERROR code meanings: 300 EXEC not loaded or 301 EXEC Checksum. It was working well then nothing can't even communicate with it. reset power without battery, download an other firmware (EXEC) 1.11 instead of 1.16, same problems. Someone can help on that case? I'm using NXT as programming software.
  12. Hello all, first post here, and thanks in advance for the help. I'm a fairly green SCADA and controls designer and although I worked fairly extensively with these systems in the past, I followed a sightly different career path for the last several years and haven't had my hands on a PLC that whole time. Started a new job and am rebuilding my knowledge with it. Fortunately my company afforded me a PLC to take home and mess around with for this purpose. I feel pretty dumb as I am struggling to even connect with it, haha. Here are the stats: Backplane: TSXRKY4EX (end caps are securely in place) Power supply: TSX PSY2600 Processor: TSX P57 6634 First I attempted to connect via ethernet, using the IP address sticky-noted to the front of the processor: 10.1.1.80. No luck, "PLC address is incorrect, or PLC is busy, yadda yadda". As I understand, the default IP address can be converted from the MAC address. The last two MAC address numbers were: CF.87, which gave me the address 85.16.207.135. Same result with this. I tried pinging both address from the command console and had no luck there either. I happened to have a USB to unitelway adapter (Telemecanique brand) and attempted using that as well, Address:SYS.. Media:Unitelway. No luck, same answer. After a lot of frustration and hours spent scouring the internet for answers, I took the nuclear option and pulled the battery (while unplugged) and replaced after 30 or so seconds. I was assuming this would clear the memory and reset the IP to default (85.16.207.135), afterwhich I could reconfigure and start fresh. Unity still can't connect nor can I ping it. It should be noted that I am using Unity Pro XL Version 8.0, on a VMware image. I did attempt pinging from both the VM and the host machine, both can ping other known devices so connection by the VM through the host shouldn't be the problem. Neither the VM or the host recieved a ping reply from the PLC. Any help would be GREATLY appreciated. I feel I have exhausted all options and I hope I didn't shoot myself in the foot by pulling the battery. As far as whatever program was on it before is irrelevant, the PLC was given to me to do with whatever I wish, so memory loss wasn't a danger. I just need to connect to it. Thanks!!
  13. Hi I have a scenario where I need to setup communication between a Mitsubishi L-series PLC to Schneider Modicon M580. I need to use the onboard ethernet port of the L-series PLC. The protocol I need to use, is Ethernet IP. (socket communication). Can someone please assist?
  14. Hi everyone! I have this simple problem, but cant get over it. I have structured ladder/FBD Project and i use GX works2. As topic tells I use analog signal from field. Now, i need to compare this value X (from field) to Values X1 and X2, meaning if value X is between values X1 and X2 then M1 is true. Ok, but what function i need to use for this? Best regards, Juha.
  15. I am working on Remote IO panel and plan to use the following components: 1734-AENT 1734-OW4 - qty 2 1734-IE4C I wonder if I need to separate the bus between the relay output module and analog input module? Or anywhere else in this setup? Thanks.
  16. Not able to login to my new TM218 PLC. Scan yeilding no results. Pls help
  17. I need to set up D/A module. I have few questions. What is the difference between offset and gain setting mode? I would like to use range 0 to 10V which would have to be set as user range setting, can I do it using GX Works 2? Or do I have to use the GX Configurator-DA package?
  18. Hi everybody, I am new in these issues and I have faced a problem that is driving me nut. I am building a mixing batch HMI and its PLC program. In my HMI I created an analog tag that stores and integer number. This tag is responsible to comunicate with an analog input of the PLC I/O expansion module, whose address is I:1.0. In my HMI I put a numerical input box to send values to this analog input, but every time I write a value in this box and press the enter key the numerical input box gets red and don't send the value to the plc. Appear the following error message "cause: Addressing problem or memory protect rungs" on the left botton corner of the HMI. Some pictures are annexed to describe better. Anybody knows what can I do? I am using PLC SLC 5/03 + Analog module 1746-NI4
  19. can anyone please provide me how to communicate between keithley controller 2182A(nano voltmeter) and any modicon or schneider plc.aslo the programme & instruction & parameters..ASAP using RS-232 interface?
  20. Hi All, Im sure this has been covered before... Im using a ML1500 and a 4-20ma output flow meter. Due to the erratic flow in the line the analog signal is all over the place. What is the best way to smooth this signal out so I don't see all these variations..??? I don't have a CPT instruction on the ML1500 but there has to be a way. Just looking for the way you guys do this that gives you the best results. Thanks