Search the Community

Showing results for tags 'siemens s5 conversion to logix5000'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Found 212 results

  1. I have camera Keyence connected via ethernet to the S7-1200. In the cameras can be set about 30 "tools". Each "tool" perform a different function in the image. In what way in the program code on S7-1200 I can read eg Tool number 10? For example, if tool 10 is the correct I want to to value 1 on some tag for eg camera_tool1. Thank you in advance for any help. Regards Mikołaj
  2. FF Communication - Voltage drop

    Hello everyone, I am working on foundation fieldbus protocol with PCS7. I am facing problem of voltage drop in successive AFDiS (Active Field Distributor). As part of the DCS hardware I am using CP443-5 EXT.-->FF Link (Redundant)-->FDC157-->AFDiS1-->AFDis2-->AFDiS3. The architecture is daisy chain not the loop. I have checked the current consumption using fieldbus calculator. But everything is fine as per calculation. Even I had tried connecting the AFDiS one by one and also with no load condition. I didn't find solution to this problem. I am attaching hereby the sheet of values which I obtained after connecting trunk and spur stepwise and measure voltage at each point. However when I am using AFD in combination with AFD, the amount of voltage drop is not that much significant. Please advise a possible solution. Thanks in Advance, Gaurav J
  3. Hi from new PCS7 user...

    Hey all. Just wanted to introduce myself, I'm mark and I'm employed as a process engineer in a plant in UK. I've been there 8 years now and achieved the process position through dedication and willingness to learn. Although my previous employment was as an aircraft electrical technician so I don't have the soundest PLC knowledge. Unfortunately, my more knowledgable colleagues have a tendency to enjoy keeping secrets and so I find myself thrust into this position with little guidance. So I'm going it alone! I'm trying to learn as much as I can myself. And decided this would be a place that I reach out for help as and when I need it. I've been able to monitor and use the software logic as a tool for fault finding and have implemented some modifications and new projects into the software we have on site. I've also done an intermediate course a few years ago on S7 so I am fairly capable with it. I lack knowledge on WinCC, and I am scraping my way round that when the need arises. We also don't have any test rigs available to play about on. Which I find a little frustrating. I welcome any advice people may have for me at this moment in time. I'm looking into doing some courses, a simple little course I found offers an NVQ L3 qualification for relatively little work and cost. But it's based on fundamentals of PLCs such as selecting the right PLC for a process, the limitations of PLCs, decimal to binary to hexadecimal conversions (I'm ok with that bit) and various other "fundamentals" of PLCs. I've kinda skipped this bit in training and not sure of the requirements for the course. If anyone has any advice on that, places to look, etc, then I'd appreciate it. Also any other recommended courses and reading. Cheers.... mark
  4. Hi all, I have been trying to emulate an exisiting logix5000 project but am struggling somewhat. All the online help I have found so far is just showing me how to set up emulator with a new project. I.e. set up the controller from scratch. What I need to do, is take a project code from an exisiting process, make my changes and then test on the emulator. I did it once but as soon as I downloaded the project to the emulator controller I got near on 900 errors as the code couldn't resolve the I/O. If anyone knows of a technote that advises on existing code emulation that would be great. Just to be brave, I actually want to set up multiple emulators and have a couple of codes running at the same time so I can test SCADA I/O, is this possible? Cheers for now Alex
  5. Hello, I have an annoying problem with communication between Siemens S7 PLC and HMI panel. Here it how it looks like: I am using Siemens S7-315 with 343 Lean ethernet port. This port is used to communication with HMI terminal. Communication is realized through S7-TCP communication protocol. When I was testing the communication in the office everything worked fine and nothing wrong happened. The problem occururs only on the installation. After turning the PLC and HMI on everyting works fine, data is transferred correctly and variables are displyed on HMI. After a few hours the communication is suddenly lost. This is a direct connection between PLC and HMI and there are no other devices in this network. So it is not possible that suddenly there is an address confilct. I made a wireshark analysis (I connected a notebook and hub into the network) and I found out that when the communication is lost HMI terminal is trying to get data from the PLC but it is not responding. It looks like PLC ethernet port is broken. You cannot ping PLC from notebook and HMI. On the other hand you can exchange pings between HMI and notebook. The communication is back again only if you'll restart the PLC. The strangest thing is that I did not have any problem with the communication when I was testing it in the office. The configuration and project of PLC and HMI is excactly the same. The only difference is that on the installation PLC is realizing also a communication throguh Profibus and MPI. I've tried to use different ethernet cables (crossed, non-crossed) but in all cases the situation is the same. Do you know waht can be the cause of such behavoiur? Maybe someone had a similar situaion? In the attachment I send a screenshot from Wireshark which shows the moment when the communication breaks.
  6. I need to add 1738-AENTR ArmorPoint Ethernet module to Logix5000 system. I have 1756-A13 backplane with 1756-L63 Controller and 1756-ENET/A Communication Interface. I believe I need to use 1738-AENTR add on profile but I can not find it and don't know how to add that to RSLogix5000. Can anyone point me in the right direction? I am using RSLogix 5000 Standard Edition, V18.02.00(CPR 9 SR 2).
  7. Dear all, I have implemented PID temperature control for mini heating tank system using Siemens S7-313-c2-DP PLC. Now, I want to plot the values of the "process value (temperature) " and "Setpoint" as a function of time in wincc flexible runtime. I am using wincc flexible 2008 advance SP3. However, the problem is that I have tried plotting the value of "process value" as a function of time using trendview, But the change in the value is not smooth i.e. it is in step manner. Besides, the value of temperature progresses towards the left side of the graph, but I want it in the right side. And also I would like to plot two values against time in one graph in smooth transition so that I can make the comparison and I want the plotting only on the right side of graph. So, how to do all these things? Since, I am a newbie to WinCC, I would appreciate your help. Thank you. Regards, Ankur Gajjar
  8. Hi there, I have trouble understanding the "mechanics" of STL programming language for Siemens S7-300 PLC. For instance I have a code which looks like this (taken from the Siemens manual for extended pulse timer): With regards to the first line, AND operator checks whether the state of I 2.0 is '1'. According to the "Bit Logic Instructions" manual, it also ANDs the test result with RLO. Now the question is - what RLO is it if there are no operations beforehand? What memory area does it use for that particular RLO? Moreover, what is the Boolean bit logic string in this case? I presume it is all the lines up to the '=' sign. The confusion is also caused by instructions (FR, L, T) which are not logical operations or RLO, although there is associated memory bit with them. I'd be grateful if you could clarify this matter? Many thanks!
  9. Daily logging of flow in WinCC

    Hello, I am working on a Siemens S7-300 PLC with a WinCC HMI and I am looking to perform logging of certain values every 12 or 24 hours. Basically I have a Flow meter that constantly has flow through it. Right now I have the PLC set up to record the current value of the flow, as well as a totalizer to indicate how much flow has gone through the valve. (until an operator chooses to reset it) I need to create some sort of logic or utilize something in WinCC to calculate the flow through the valve only for that day. After that day, the value will be either deleted or replaced with a new value the next day... If anyone has any tips or advice it would be greatly appreciated. Thank you,
  10. How to read digital input signal

    Hello everyone, I am a freshman, studying about PLC. I work with S7-400 system. Please help me how to read digital input signal directly from humidity sensor using PLC. Thank you so much. Best regard!
  11. can anyone please provide me how to communicate between keithley controller 2182A(nano voltmeter) and any siemens plc.aslo the programme & instruction & parameters..ASAP using RS-232 interface?
  12. Lenze drive fault on proface

    Hi I am having a problem with an error/fault code. The fault comes from a lenze drive as an integer. We have a proface HMI monitoring a DBW in the siemens S7 300 that holds the lenze fault code. The PLC comes up with a generic code "lenze drive fault". The proface comes up with the drive code. I would like the PLC to produce a fault description using the lenze fault code in the DBW, instead of the generic one [listed above]. could anyone please help with this problem Thanks Robbo