Search the Community

Showing results for tags 'schneider plc'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Found 64 results

  1. Hey there, we want to upgrade some of our old TSX87 PLCs to new Schneider M580. My boss gave me an order to make a plan. My basic idea is to only use a M580 processor and some communication cards. For the I/O we want to use some Beckhoff bus couplers. So we got the possibility to convert our old Grafcet to new ones via software by Schneider. But if **** hits the fan we only have to change the processor and can use another system like Siemens or Beckhoff without changing the I/O devices. My problem now is, that i don't know what bus i should use. I can't find many informations about the supported busses that the M580 is using or i can't find informations if a specific bus is working with it. I would prefer the Ethercat bus by Beckhoff. Can somebody say if it is working with the M580 processors or do i need to use some special communication card for it? Maybe someone used it already in this combination.   Sorry for the bad english. Greetings from Germany
  2. Hello! I am using PLC TM221CE16R and SoMachine Basic v1.6. My PLC has firmware 1.6.0.1. I use analog expansion bus, input module TM3AI8. Everything was working fine for 2 hours until suddenly I got next message in SoMachine Basic: I/O expansion configured but is absent or inoperative. I/O expansion bus is not started. Since then ERR LED is always blinking. I already tried deleting program, updating firmware, removing expansion module in configuration page, removing/adding physical module, selected module as Optional, removing battery - nothing helped. If I try removing application, ERR LED is still blinking. Seems like I can't delete previous program, something like config file is burned into PLC.  On the other hand: if I write some simple program, PLC works fine. It turns on/off relays correctly. Just expansion bus is not working. It is not working even if it's not configured or attached physically to PLC.Can anybody please help me? It is really frustrating.
  3. I have this hardware configuration of an extension rack for a M580 PLC projet using EcoStruxure Control Expert I export the.XHW file by following the procedure below: https://www.se.com/uk/en/faqs/FAQ000256454/ And I am trying to rename the DD1602 card using the file, however, when I rename the card as a show in the next image (selected in green), and re-change the file to the .XHW extension, when I re-import it into Control Expert, I get an error saying: unknown fatal exception, even though the only change I've made is to the name of the card. I know I can rename IODDTs instances manually in Control Expert, but in fact I'm trying to automate the process of renaming IODDTs because I have a lot of IODDTs to rename, which is why I thought of using the XHW file. Does anyone have an idea of what I could do? Thanks in advance
  4. Omron plc to Citect Scada communication

    Hi Guys, I need some suggestion & solution regarding my recent project. The CQM1H plc which was used earlier is burnt and I am replacing it with CJ2M series Omron plc. Program transfer is possible from CQM1H to CJ2M. But the main issue is the system is controlled by Citect SCADA version 5.50 pack C. The communication of plc and Scada is through 2wire twisted pair cable. I just wanted to know when I replace the plc and convert the program do I have to change any settings or parameters in Scada? If I keep the same previous plc parameter in new plc and check the tags correctly in new plc as per old plc then the new system will communicate with Scada? I am new to citect scada so please provide your support and help.
  5. I am working on project where we integrate Omron Microscan Barcode reader to Schneider M218 PLC to read Barcode text. In Microscan we enabled TCP/IP and Port number. From scanner Data coming properly. But coming to PLC I am using Read_var function to Read Data from scanner. I am not getting Scanned text in PLC. Is there any alternative function to read TCP/IP with Port Number Data to read using PLC?
  6. Hello I am looking for how to convert a plc program TSX 47  It looks like the program was with PL7-3  I would like to read this with my pl7 JUNIOR software is it possible ? I have the TSX 4070 CONSOLE
  7. Hello im using  EcoStruxure Machine Expert  1.2 and i missing IEC Objects  tab  on the Controller properties. thanks for answers!    
  8. Hi there,  I'm downscaling my business in Western Canada and have some legit software licenses I'm going to sell. This was my first thought as to where I might explore selling/transferring licenses, but I'm also open to polite suggestions.  I have: one Studio 5000 Full Edition ESD Software (9324-RLD600ENE) (software & valid license) two Siemens TIA portal software packages & licenses with Step7 v14sp1 and WinCC Comfort Advanced V14sp1 (software & USB dongles) an unused Simatic WinCC SmartServer license (software & USB dongle) one Progea Movicon 11 Scada/HMI developer license (software & USB dongle) one Progea Movicon NExT DEV3-FL (developer license) (software & USB dongle) an unused Progea Movicon NExT Scada license (RTCS3-F-1K+WB3-1K) for site install (software & USB *unused) one package of Schneider Movicon with license (Vijeo Designer, Unity Pro S, and SoMachine) (software & USB keys) Thanks! Mark
  9. Hi, I'm currently working as an intern, and my job is to transfer the program from a schneider twido twdlmda20rt to a mitsubishi fx5u-32mr/es. The thing is, i've been in trouble trying to understand and "translate" from one plc language to another certain things, like the %MW, %SW and blocks, so if any of You could give me some advisory I'd bee fully thankful (I can't upload all the pics, so theres's the link to the folder) https://inacapmailcl-my.sharepoint.com/personal/nicolas_gonzalez206_inacapmail_cl/_layouts/15/onedrive.aspx?id=%2Fpersonal%2Fnicolas%5Fgonzalez206%5Finacapmail%5Fcl%2FDocuments%2Fscript
  10. Hello to all , I need to upload the program from an old Schneider Modicon 140 CPU 113 02 , there is no backup for the program in this PLC so its not possible to know what software was used for writing the program. Is it possible to upload the program from this PLC using Eco Structure Control Expert ?
  11. I want to establish Ethernet IP communication between the following PLC CPUs. Schneider Electric - BMEP582040 Honeywell - ControlEdge UOC CPU900-CP1. Where the Schneider must be master and Honeywell must ne adapter. Let me know if anyone have done this or can help me to do so.
  12. Hello Everyone, I am writing one logic and need some help regarding that logic.   CURRENT LOGIC -  -There are two timers TON_1 and TON_2. -TON_1 timer will start as soon as PLC turns on. -After the done bit of TON_1 timer, the TON_2 timer goes on. -After the done bit of TON_2 timer, again the TON_1 timer will start. -This logic cycle will run continuously, both timers will run turn by turn. Code (Codesys/Schneider Eco Structure Machine Expert)- PROGRAM POU_1 VAR      TON_1: TON;     TON_2: TON; END_VAR TON_1(IN:=(NOT(TON_2.Q)) , PT:= T#100S); TON_2(IN:=(TON_1.Q) AND (NOT(TON_2.Q)) , PT:= T#20S);   Actual Requirement -  -There is a BOOL tag. -If the BOOL tag gets high during the TON_1 running, the logic should move to the TON_2 immediately. -If the BOOL tag does not get high during the TON_1 running, the logic should move to the TON_2 after completion of TON_1. -after the completion of TON_2, again restart TON_1. -Logic Runs continuously in a cyclic mode.   Give me your valuable idea to fulfill the logic requirement.
  13. Hi All I need software for ALU201L, it is an old Schneider plc Thanks
  14. Hi, Please help me to setup Schneider hmi and printer. And report printing.
  15. Dear All, TSX AEY414 was installed on a machine  and was working fine. suddenly module becomes faulty and its ERR LED tuned ON we replace the new same module and the new module was showing the same error we replace the 3rd new module , this worked for 8-12 hours fine. now the situation is that RUN LED is on of the module, but values on HMI display remains 0.0 can anyone help me please? waiting for reply Thanks  
  16. Hey! Whats up guys ;) I'm a student and I have been saving up money for PLC for quite a while now, I was recommended to use Schneider M221 TM221CE24R PLC. after buying it I looked online for some HMI and due to high price tag I ended up buying cheaper Kinco GL070E HMi for learning :D I'm trying to connect them both together using Ethernet cable but I'm having difficulties making them connected. The lights shows up ( blinking green ) and ( solid yellow ), I have tried Modbus TCP Slave, Schneider Ethernet (TCP Slave), M series, M200 Ethernet ( TCP Slave ), but nothing seems to be working :D  The best I got in 3 weeks of trail and error and countless non-english videos on youtube :D is error message on the HMI -> [2] PLC NO RESPONSE 0-01-03   I'm trying to learn and seems like I have hit a wall. Can anyone help me to see if it is even possible to connect them or do I need to save up for new HMI :( Any help would be greatly appreciated, sincerely Engelis :) 
  17. Hi there! I'm trying to communicate HMIS5T HMI with a Modicon Micro TSX3722001 PLC. The communication is OK, but whenever I try to enter some data into a numeric display I get an error that says "Method or function in Communications System unsupported" and data won't change on PLC's Animation Table. Also, if I modify a variable's value in PL7 Pro, the value in the HMI numeric display won't change properly. It displays the last digit of the binary format of the number (let's say I write a "3" on PL7 Pro, then I get a "1" on the numeric display, despite all data types being UINT, and all ranges are OK. Then if I write any number which binary version ends in 0, I get that 0 on the numeric display, nothing else. Again, all data types and ranges are OK). Changing variables' source on Vijeo Designer to Internal doesn't seem to work. So I'm wondering what else must I do in order to send and receive data from/to HMI and PLC?    Thanks in advance and I hope you can help me! Update: Got this solved. For anyone wondering, Vijeo Designer 6.2 SP8 it's kinda buggy with Unitelway communication. There's a hotfix that solves this problem, provided free by Schneider.
  18. hi guys i am using my Schneider m221 plc  but facing this below problem. how can write modbus address  i am trying below register data address but not accept this register data  address example i write %MW0:=16#10001 %MW1:=16#10002 %MW2:=16#10003 %MW3:=16#10004 so guys how can write this register address can me  share one example so i understand. also share read var setting . ObjType: FristObj: Quantity: IndexData: Thanks
  19. Hello Everyone. We have Schneider TM241 PLC Along with Citect SCADA System at 100MWp Solar Power Plant to monitor and control various equipments like Inverters, Switch-Yard, MFMs, Weather Monitoring Systems etc... Government Authority here asked every solar plant to control the generation as per the instructions by Load Dispatch Center, for that we need to implement logic to control Generation as per requirement. For that we are controlling generation from inverters by giving them generation setpoints calculated by PLC using PID function.   But we are facing one problem while using PID. (FB_PID of Toolbox Library)   Suppose we need to generate only 60MW out of 100MW. So we set PID setpoint to 60MW and according to that we get PID output and according to that PID output value we provide generation setpoint to every inverters.   This system works very fine until the clouds comes into the picture.   Now suppose Setpoint of PID is 60MW and PV is also near about 60MW, and suddenly large cloud comes over plant and block solar radiation.   In this case generation comes down to 10MWp(or any value below 60MW), So output of PID will Increase and keep increasing and settle at the Maximum value. but without solar radiation generation value stays very down then Setpoint.   Now suddenly Cloud moves and again solar radiation increase, but the PID output is maximum at that time so, Suddenly Generation goes from 10MW to near about maximum capacity (100MW) instead of 60MW, and then it will slowly comes down to 60MW.   We need to rectify this generation shoot up when cloud moves. Anyone have idea how can we solve this problem or anyone have programmed PID in this kind of situation.   Is there any function block available to do this correctly like function block of PID with two Reference or something like that...   We are using TM241 which is CoDeSys based PLC.
  20. Hi there, Im having issues controlling ATV 320 VSDs over Modbus RTU with a M221 plc, does anyone have any pointers for me to look at? I believe I Have set everything up correctly but when I run the program on the plc the atv's just stay in 'NST' state I have included screenshots if they are any use   My speed reference in this example is taken from the memory word %MW0 which I am inputting via a HMI   I have addressed all my ATVs accordingly in there setting with the correct Modbus parameters and selected Modbus under the FR1 configuration, am I missing anything?? Any help is appreciated as I am really struggling   Tom
  21. hello expert i want ask some help So i tried to communicate my Omron PLC (cj2m cpu31) with SCADA from Schneider (power logic) on my omron side the comunnication on PLC already take to communication to NB so i add communication module CJ1W-SCU41-v1 I want asking how to open the communication if i want the scada become a master and my plc become slave i got this from omron website is that program compete for my case? i need configuration for scu41 module also to communicate or if you have suggestion i really open i just need to open port RS232c from scu41 so scada can read the data from my plc  tahnkyou for your help MRTU_CPU_Slave.zip
  22. I want to offer my industrial surpluses for your projects! All details are verifiable. Excess surpluses often occur. Sending to any country in the world. The price is low. I can pick something up for you personally. Sending can be made, both expedited, and economy air delivery. Ukrposhta or EMS Ukraine. Siemens Simatic, Wieland,  Wago 750, BECKHOFF, Schneider electric, Schneider Automation, Yaskawa Omron, KEYENCE, Pepperl+Fuchs, Telemecanique, ABB, FESTO,  DUNKERMOTOREN, Eaton, Micro Innovation, Jumo, Phoenix contact, Bruel & Kjaer, Unitronics, Samson, Danfoss, OMRON, Rexroth Indramat, Fanuc.  https://www.ebay.com/usr/vitalij6131   All parcels are sent by Airmail, are processed with disinfectants and sent with a large number of bubbles before being sent. For safe delivery of the parcel to you! I am worried about your safety, in this difficult time for you!
  23. Hello guys, I am very new at this. I am trying to make a Schneider PLC (TM251MESE) to send some serial commands (485)  to a integrated stepper motor from Automation Direct (STR-MTRD-17030RE, but I am lost. The driver has been program to receive the SCL commands. But not quite sure how to send those from the plc. Im using SoMachine V 4.2 Have any of you done anything similar? Any example will be greatly appreciated.  Thanks 
  24. Hello, Do you know what is the difference between the PID controllers PIDFF, PID1 and PIDP1 in a Schneider PLC? I have to modify a PLC program with a new standard of coding. The new standard use a PIDFF function bloc. If I change a PID1 bloc for a PIDFF bloc, can I use the same parameters Kp, Ti, Td? If I change a PIDP1 for a PIDFF bloc, can I use the parameters Ki and Kd to calculating Ti (ti=1/Ki) and, Td (Td = Kd)? Thanks you for your help.
  25. Hello. I am trying to make a serial RS 232C connection between Schneider Magelis HMIGXU3512 and Omron PLC CP1E. However, there seems to be a communication problems between both of the equipment. I am using cable XBT Z9740 for the serial communication cable. The format used is 8.2.N for both equipment. The baud rate is 115200. No Flow Rate is choose. Anyone can help with this kind of problems?