Search the Community

Showing results for tags 'schneider modicon m340'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Found 117 results

  1. Hi All, I'm still quite new to Unity and Modicon PLCs. I have a PLC program running in simulation mode for development/test and I'd like to follow the logic inside a running block. I can't seem to just double click the function block while online to see it's 'inside' logic. Is there a way to inspect the inside of a running function block? How can I check and diagnose the logic a running function block? Thanks!
  2. Hi all,   currently as part of a project I am trying to communicate between a Schneider M340 plc and an Allen Bradley micrologix processor. I am programming the M340 and the micrologix has been installed by another supplier. they have mapped the Modbus registers on their side and given me a spreadsheet with these.  I am able to read values with no issue but I cannot write values back.   i've included a screenshot or the read_var and write_var instructions I am using. I would really appreciate any help if anyone has any insight on this   Mark
  3. Hi ALL, We have a Modicon TSX Premium PLC which has fault and cannot run I am searching for the software to program the Processor and how to talk to it Thank you Chris
  4. Hello everyone, I have difficulty to setting up the GSM configuration or the serial RTU configuration so that I allow you with another RTU. I use Schneider CPU Modicon M340 in conjunction with RTU communication NOR0200H and a Modem Schneider SR02 MOD02. This is the first time I'm working on this kind of project, want to help me, I'm stuck and I need a solution, thank you for your time.  
  5. I need to charge a plc program on a TSX67. Can you tell me which cable and program  I need to connect and charge to the TSX67Can you help me please?
  6. Hi all, I am working at a company that has a paint booth that is rather outdated. It has 10 robots in the booth and the safety circuit for each robot is controlled by a Modicon Nano TSX PLC. I have managed to successfully download the programs with the PL7-07 software (managed to do it on a laptop with window XP). We have some back up programs that were taken roughly 4 years ago and I would like to load them both up on the software and compare them. Is this function possible and if so how do I do it?   Thanks  Shane
  7. I need help regarding setting up modbus communication between Allen bradley micrologix 1400 and Schneider altivar312 vfd and rslinx for pc. I am totally stuck with it. 
  8. I can not figure out how to perform Io Scanning without using NOE Module  Is it by using Read_Var and Write_Var ?  and if it is , How . Any links can help ?
  9. Hi,friends. I have a project which is about control of speed.When I do this ,I need to use  Schneider PLC with M238 by using PID Controller.I decided to  control  speed of electric motor of this PLC . Is there any source material or anyone who struggled with this before  for this project?
  10. Hi,  i want to read real time and date in simulation mode. How can i do this in Unity pro? Thanks for helping
  11. ASCII Code 8 Byte In Twido

    Hey Guys!!!! I'm trying to use ASCII 8 bites in TWIDO PLC and on MOD BUS TCPIP it connected to WinCC , where I'm trying to read the ASCII in as a STRING char that to in 8bits. The problem I'm facing is that it is getting swapped like if I'm writing VA in PLC then on SCADA it is showing AV. In WinCC there is no setting for word swapping. Therefore Kindly help me for this in plc end
  12. Hey Guys!!!! I'm trying to use ASCII 8 bites in TWIDO PLC and on MOD BUS TCPIP it connected to WinCC , where I'm trying to read the ASCII in as a STRING char that to in 8bits. The problem I'm facing is that it is getting swapped like if I'm writing VA in PLC then on SCADA it is showing AV. In WinCC there is no setting for word swapping. Therefore Kindly help me for this in plc end
  13. Hi guys, I have tried almost everything and ran out of option on how can I successfully connect modicon m34020 processor using mini USB with unity pro, I am working in Windows 10 and selected everything possibly correct I can, like setting address to USB, and "SYS" in Set parameters, I have USBplc driver installed and it shows, "disconnected" and local and remote id emptly fields. In my device manager, I can see a question mark on the processor driver "BMX CPU" and when I try to update/upgrade/fix it it simply goes to nothing. While the Unity Pro shows the error "this isn't the right address or the plc is too busy or off". Please advise, if i am missing something. thanks in advance.
  14. Hi all, I am trying to control and/or read values from Schneider Altivar12 VFDs. Via Modbus on a AB Micro850 PLC (using the Connected Components Workbench Software). There seems to be two ways to do this with the Micro850, either with messaging (using the msg_modbus instruction function block) or with the Modbus mapping feature. I have a list of the communication parameters (see attached fileATV12_Communication_parameters_BBV51917_1.4IE05b.xls ATV32 Communication parameters_a1.2ie03.xls) But I haven't had any experience with Modbus and I am not having any success. There is not very much documentation about how to do this, If anyone can help me who has done this or knows how to do it I would appreciate it.  
  15. Hello,I am trying to use ProWORX NXT to view the logic of my Modicon Quantum 534 controller online. When I try to go online with it, it always times out. I am using a TCP/IP connection and my PC is in the same subnet as the controller in question. I can ping the controller's IP address just fine and when I use ProWORX NXT's Net Scan function, it recognizes that there is an Ethernet connection at that IP address but doesn't recognize it as a Modicon controller.Weirdly enough, my PC can connect to another Modicon controller of the same type and in the same subnet just fine.Can anyone help me with this issue?
  16. Hi everyone, I would like change user password on HMI GTO via Vijeo script. I don't know which variables store the password. Anybody as an idea? Thank you in advance
  17.   Hi All.I hope you are all doing excellent and also, hope you can help me.Today I contact you as I am having some issue when programming a PLC.I need to create a piece of software that:1) Can control a random number of machines at any given time.2) Each machine is a slave 3) They are exactly the same, do exactly the same thing.--------------So far I have managed to create a piece of code that allows me to control a fixed number of machines but things get complicated when one job does not need 10 machines but 20 and the next one needs 15, and the next need 5 and so on.I have thought to use arrays to do this job but this is an area I have not touched at all and I would like to ask for your advice in this area.I hope everything is understood.Thank you very much for your help in advance.
  18. Hi guys, I'm in the middle of a little university project, I'm attempting to implement a control system purely based on artificial intelligence. A neural network will be used to map the characteristics of a power plant. A fuzzy logic controller will be used instead of the conventional PID and finally a genetic algorithm will be used to tune the controller while the system is online. This is all simulated of course. Each of those AI's will be developed in Matlab. Only problem with that is, is it outputs the code in C or C++ (From memory). I would have to convert this to structured text (Based on Pascal). So to circumvent this problem I thought I would just directly interface matlab to the PLC (Schneiders M340).  My idea being, all the calculations are done in matlab which are then sent back to the PLC. However this presents me with a new problem of how I would be able to interface matlab to the PLC. If anyone has experience with this sort of connectivity, any advice would be greatly appreciated. Thank you in advance, Luchek
  19. Hello, I got a new work job to design a cycle tester for a mechanism to make sure will work for at least 5000 cycles open - close. I never made a pls program I start researching few days ago and seams to be very complicate to make it. I have a TM221C16R PLC from Schneider. please help me with some instructions. the cycle tester will have a start pushbutton, stop pushbutton, door open switch, one air cylinder with solenoid to push and pull and a counter. Thank you, Romica
  20. Hello everyone, I hope you are all doing very great, I'm new to Schneider PLCs and I have a project that I need to work on, so I will need your help with the following issues: *) How can one determine which Schneider PLC series is used if you only have a fuzzy picture of the PLC ?  *) I need to setup a historic of alarms, I have 13 PLCs, no connexion between them... I was thinking about creating a connexion between those PLCs and a database, so I need your help to determine a list of ALL the materials i will need (from cables to servers to a computer if necessary...) and some documentation on how that can be done... Thank you so much for helping me, Best regards
  21. I am having trouble loading the configuration into a Micro984-230. I lost an old M84-002 PLC. I have the program. I purchased a Micro994-230 replacement. I lost my cable, so I made a new one. The only software that I have still running is Updoc 4.30b. I tested out my cable and Updoc by connecting to a 984-381. Everything worked fine online and offline. The error I get during the configuration loading is communication error 13. I have no idea what that is. Perhaps I can't do configuration loading with Updoc. I have Modsoft Lite  working but I do not think that it works with this controller. It is for MIcro and Compact controllers. I may have modsoft and taylor kicking around but I do not know if they are installable or not. I hope I can find out if my config is improper, I have used the wrong controller setup file (used Micro984), or where iI can have the config loaded for me? I also do not know if this used controller is functioning correctly.
  22. Hello guys,   I'm new on this forum but I'm not new at PLC programming world. So far I had only experience with Siemens PLC controllers.    Now I have a relatively simple application in which I have 12 DI, 4 DO, 4 AI and 4 AO. The client insists that I use Schneider PLCs. I must admit that I had no previous experience  with these PLCs. Therefore I kindly ask for your help in choosing the appropriate PLC configuration.  The PLC must have RJ45 for connection to LAN network. I want to create a small HMI application and thinking of using IGSS software. There will be one simple PID controller to control temperature in one vessel.  Temperature is 4-20 mA signal. Via HMI application, operator can change setpoint for the temperature closed loop. Also, I need that other computer on the network have possibility to open HMI picture but only in read only mode. For this purpose, Web server would be ideal. I was thinking of using M258, but it seems to big controller for this number of I/Os. What can you suggest me regarding the PLC configuration and HMI software? Thank you!
  23. Hello there. I have connected wireless module (master) to Vijeo Citect 7.4 using RS-485 to USB converter. My slave modules are supplied power from gird/generator and the master module is supplies from a UPS.    I'm reading Modbus registers of slaves modules data via wireless master. Every time we have a power failure from grid, I get #BAD from all slave addresses. The generator kicks off within 30 sec. That is the slaves are off for 30 sec. Even after the slaves are powered on, SCADA does not poll data from it until I restart the SCADA.    My current MODBUS parameters are:   Inittype = 3, TimeOut = 3000, WatchTime = 10, Retry = 2. Could you please assist me on which parameters to change in .ini so that SCADA reads Modbus registers of slave for more than 30 sec.   I tried increasing TimeOut to 30000 but it couldn't solve the problem. I would appreciate if some one could help me out.   Thanak you in advance.      
  24. Hi, Um new to plc and at the beggining i bought a Twido TWDLCAA24DRF old one without the cable.I want to know if any rs485 to usb cable is possible to programme this plc? please someone help me   is this cable is possible?
  25. Hello, i have a premium plc of modicon schneider electric i made the application 6 years ago and now i want to change my variables but my password does not work anymore or i forgot. does anyone know how to recover this or to crack my own password. th   suriname