SolidRio

MrPLC Member
  • Content count

    61
  • Joined

  • Last visited

Everything posted by SolidRio

  1. FX3U-485ADP-MB fake modules

    Hello everyone. I don't have questions this time, but i want to share some information, maybe someone (because i haven't found any info except -https://forums.mrplc.com/index.php?/topic/20231-m8411-flag/) will find it helpful. In attached pic 3 different FX3U-485ADP-MB modules, that one of our client has. Module on the left is original 2013 release, it works as indeed (supports 115200 baud rate). In the middle module 2017 release. It is supposed to have 38400+ baud rate, but it hasn't. I did billions of tests (changing code/plc (all of them 2.40+)/gx works 2 versions, cnv-bd<->485-bd). It works until you change H1091->H10D1 or higher. The idea that the module was not original was prompted by bold text on the module in comparison with the original one. It also has a larger hole next to the connector. I also found the 3rd module (on the right in the photo) 2019 release. His text, on the contrary, is thinner than the original, besides, it is uneven. Plus, the brightness of the LEDs (RD / LED) is very low. But it supports 115200 (seems China has mastered the technology). Please be careful when purchasing this module. Or you will have to accept the lack of speed above 19200.
  2. QJ71MB91 - 232 value freezes

    Hello everyone. I have the system: RS232 Master (QJ71MB91) <-> AC3-M 232-485 (Owen) <-> Four Slave RS485 (Micom P116 Terminals). Modbus RTU protocol. The length of the 485th line is 20m. Speed 19200. Station numbers and parameters are correct. PLC reads the value of current, and doesnt write anything. The system has been in operation since January 2017, until that moment there were no problems. Recently, problems have begun. With an unpredictable frequency, the values of current freezes (it can work properly for 3 days or a week or can freeze 10 times every day). System bits of the QJ71MB91 (BFM 3104) at this moment of freeze indicate the loss of communication with all 4 stations. It freezes all the time for a different period. From 30 secs to 27 hours. We cannot reboot the module / station, because object in operation (continuous production). The indication of currents does not directly affect the operation of the object, but problem must be solved. There were many versions, but one very important remark is that at the moment of values freeze there is an indication on the module, as well as the SD and RD LEDs, therefore, the module receives something, but the information is incorrect. If you pull out the cable, there will be no RD indication, because no response from stations. Therefore, the cable is most likely good. One version that one of the terminals sends garbage to the network and puts it down. This version also fits the fact that one of the terminals was changed in 2019 and the firmware was changed on another, but from what moment the problem arose is not clear (the cells have not been used since 2019 and were put into operation back only now). There is also a suspicion that communication with all 4 terminals is lost - the problem with converter - AC3-M. Since this is a continuous production, you will not try much on the go, but the plan is to disconnect one station at a time and look at the behavior of the network, but if it does not help, we will change the AC3-M at a planned stop. I am writing with a view to, maybe someone share their experience with a similar problem.
  3. IEC 60870-5-103 protocol

    Hello everyone.  I have 11 Siemens Overcurrent Relay Modules that only can be communicated via IEC 60870-5-103 protocol. I need to make a system that will be gathering information from them (Currents, Voltages, Some discrete signals, etc.). On mitsubishi site i've only found information about 101/104 protocols. Does Mitsubishi have a plc that can be connected via IEC 60870-5-103 protocol? If not, maybe someone knows another plcs that can be connected to those modules (I am already looking on siemens site, but its seems not quite cheap).
  4. MX OPC

    Hello everyone.  Quote from "MELSOFT MX OPC Server UA Version 3 Operating Manual": That means i won't be able to connect more than 10 PLC to this OPC? If so, why that number so low? Do MX OPC DA has same restriction (in manual no word about this).
  5. MX OPC

    Mitsubishi representative has answered to me: "There is no such restriction in MX OPC Server DA and the program allows you to create more than 10 connections."  I am not sure that "allows" equals "works reliably". I don't have so many PLCs right now to test it. Hope someone from here already has experience with this question and will share it.
  6. GOT and OPC

     Yeah, but it leads to the first question of my topic about how to connect GOT and OPC 
  7. GOT and OPC

    Hello everyone. Is it possible for GOT(for example 1695-X) to take data from MX OPC UA or DA? I havent found anything on that topic in manual, maybe someone have experience in that case. As far i know it possible to take data from GOT to OPC (OPC have driver for it), but i never tried it and i need opposite data flow .
  8. GOT and OPC

    I will repeat, that factory equipment at maintance, so there are not that much signals changing at the time and many steps is skipped in program, but result: Actual Scan Time: 152.9 ms Minimum Scan Time: 143.3 ms Maximum Scan Time: 214.2 ms But with all of this Channel Diagnosis shows me that latency about 6s (1 GOT, 2 SCADAs). I will repeat test tommorow, when all equpment will be in work so maybe some of numbers will change.
  9. GOT and OPC

    I have 2 cases.  1. FX3U-ENET have 2 GOT (Melsoft Connection) + 2 SCADA connection (TCP/Unpassive/Send/Procedure exist(MC)/Disable/Confirm/Port Number). That case is working not that bad, latency is about 750ms-1.5s (I watching in channel diagnosis in WinCC, but latency in WinCC and on GOT almost same). Latency not that bad mostly because not huge amount of data sending. Delay time is not set in GT Designer (0 ms). 2. FX3U-ENET have 1 GOT (Melsoft Connection)+ 2 SCADA connection (TCP/Unpassive/Send/Procedure exist(MC)/Disable/Confirm/Port Number). That case pretty bad. Latency about 3-6s. There are a lot of data and soon will be another GOT (so another Melsoft connection). Delay time is not set in GT Designer (0 ms). Right now plan to make MX OPC UA/DA (whatever) and put SCADA connection here. But i had idea to add GOT there too. But i am open to another solutions 
  10. GOT and OPC

    SoftGOT isn't the thing i needed, sadly. I already have working project with FX3U-ENET and multiple GOT panels that occupied almost all of available Melsoft Connections. And i was thinking what if i would connect FX3U-ENET to OPC and then connect OPC to multiple GOT. Because of a lot of GOTs requests - module is working quite slow and with the idea i described before i want to solve that problem.
  11. Hello everyone.   I found a cheap encoder S48-8-1000ZT (1000 pulses) and connect him to FX5U's X0 and X1 (2 phase - 1 edge mode, if i can trust manual - it allows me detect all pulses below 200 kHZ frequency). Changed input response time to 10micro-s. I created a program that simply look at this counting and make some math. If i am rotating encoder with fingers slowly - all works great (my mark matches at encoder and 1000 pulses in program), but if i turn it by 1 sharp fast move and then again and again - marks move by half turn at for example at 10000 pulses.  So i need your experience. Whats going wrong? Is plc dont have enough response speed? Or something wrong with encoder? Or with my configuration? I need to use FX5U and encoder at 1500 r/min motor (with another encoder), so i need to test it before going on object.
  12. FX5U - High-speed counter+encoder

    I didnt control a servo with encoder in mentioned post. In my case it was just encoder+plc for measuring. For servo you need positioning module (like FX5-40SSC-S), but you must check compatibility between servo and module.  
  13. Reading from FX3U error message

    Haha, i almost wrote you answer when i got same error (while testing your case) as you. So why do you have this error. When you working with FX3U and GX Works 2 you can download "Symbolic Information" into PLC. That means you can upload project in same "view" as you have in "Structured" or "Simple with labels" project (with all labels/FBs and etc). With Symbolic information you also downloading "Program File" ( https://prnt.sc/odxpot ) that contains "Simple Ladder" code. And if you download Structured or Simple Ladder with labels in PLC and after download only "Program File" from any other project over it, and after you will try to upload from PLC you will get with message. This means "Program File" and "Symbolic information" dont match.  One thing is bothering me. You dont have selection "Program File" (like here  when i got this message - https://prnt.sc/odxxqy ) in upload window. Which version of GX Works 2 do you have (i have 1.577B)? To upload actual program that works in PLC you should download "Program File". And its impossible to download "Symbolic Information" without "Program file" and PLC cant work without "Program File" so it must be there.  
  14. MX OPC Server DA/UA

    Problem is configuration tool of mx opc it self cant connect to opc.
  15. MX OPC Server DA/UA

    I am trying OPC servers from mitsu (never worked with them before). With UA version i have no problem. When i configured connection in DA server and start "Monitor view". I always got "Cant connect to OPC server". Reinstalled. Installed another version (7.02, 6.10). But problem the same.  I've installed on another laptop with the same system (7 x64), but without many plc soft here (only gx works 2 and gx developer) and it works without problem. I thinking some soft is blocking it. Maybe someone faced this problem before. p.s. Already second topic in one week with asking for a help, god....
  16. High speed counters

    As far as i know - you cant simulate high speed counter. At least when i tried - i failed. P.s. A little bit hard task for first plc project.
  17. FX5U and Encoder project

    Your post made me think all evening after work. I got it. And it seems moving encoder on motors shaft in first project helps in that way - more pulses on 1mm of production - scan time delay affects less on error, cause if i wrong count 250-500 pulses, its only 1-2mm, but if i use the wheel - 250-500 pulses - its already 75-150mm.  Next time i will fill mitsu servos, amps and that module into that type of project. And make this sh*t work without error in distance. Really thank you for your effort in this question. 
  18. FX5U and Encoder project

    Hello everyone. I need to share my thoughts with someone. I already have 2 project that’s includes machines like flying saws (that moving with production line and cut) and I faced some problems. Maybe someone will share their experience. 1 project: Production line that creates sandwich panels. At the end of line staying flying saw which moving by servo. As a distance meter was 1000 HTL push pull encoder with 300 mm circle that moving on sandwich panel. I used FX5U plc. Connected channel A and B on X0 and X1. Made High speed I/O Ch1 with 2 phase 1 multiple. We put 2 1,5k Ohm on both X0 and X1. Encoder cable shield was grounded. Program was like pulses*ratio=distance. Distance =>Setpoint -> Cut. And then started something random. Every start of line error between setpoint and real distance of panel was different. In one start there was error like 2-3 mm. After a day maybe, when they start line different start to be like 10mm or another. They had to increase setpoint every time. We checked everything encoder circle, its rotating on panel, all mechanicals things. Nothing helps. We decided that cause was the temperature in room. In place where encoder stayed sandwich panel was right after heating process and metal decreases in length right after saw cut it. So we put encoder on motor shaft which pull material. So now we have something like 250 pulses on 1 mm of production (before was 3.33333) and dont depend on real material. And that’s helped. Error was stable 1-2 mm.   2 project: Production line that creates plastic pipes. Flying saw at end of line. Encoder 1250, circle 500 mm. FX5U, X0 and X1. 2 phase 1 multiple. Resistance and ground. Program same. At the start was multiple random difference errors like 20-30 mm. Accidentally we noticed that our resistance (0,25 watt) were really hot. We cut them. And all started to work properly, but… Difference between setpoint and real pipe length was something 70mm. So they want 9,72 meter pipe and for that need 9,79 setpoint. Error was stable and they seems ok with that. But on another day when we left city – they started another orded with thicker pipe and to get 9,72 pipe they need to put 9,82 setpoint. They still ok with that, but I am not. Maybe I something missing, but encoder that rolling on material is just don’t work with me. How to make precise cutting in this type of projects? Speed synchronization between line and saw is ok, cause cut is clean and on different speeds – same error. Guys, help me.
  19. FX5U and Encoder project

  20. Special function module convert FX2 > FX3

    This can be empty and your program will work with only FROM instructions.
  21. FX5U Modbus communication

    You can use 1 channel as a modbus master with 32 slaves and other as a Mitsu Inverter Communication with 16 slaves. I didnt test that, but you can.
  22. FX5U Modbus communication

    What inverters do have? Asking because if its mitsu - you can manage them via mitsu invertor communication and divide them between 2 channels (or use cc-link ie basis if inverters have ethernet).
  23. IEC 60870-5-103 protocol

    I understand that. This system only provide parameters indication and failure of equipment will not hurt anything, but its undesirable of course. I would be happy if mitsu have something with 103 protocol, but they dont. Maybe you can advice something? We cant afford Siemens (quite high price for such small system). And i dont know anything about writing of communication drivers. 
  24. IEC 60870-5-103 protocol

    Its seems not quite easy... Meanwhile i found cheap plc from russian company "OWEN" (i think you know them) with support of 103 protocol, but i've never worked with them before. i should check compatibility with GOT (which we already have) and their software. 
  25. FX Invertor communication

    Little update on this old topic. Project ended up with CC-Link IE Basis (Thanks to someone in our office who bought FR-A840-E by mistake). In the manual was written that only 6 inverters  can be connected to 1 plc. But accidentally i faced on mitsubishi site notes to new firmware of fx5u (FX5 Firmware 1.110): "Expanded number of CC-Link IE Field Basic slaves (6->16)". I updated plc firmware and CC-Link IE basis inverter connection works flawless.