carga2

MrPLC Member
  • Content count

    7
  • Joined

  • Last visited

Everything posted by carga2

  1. FX Series Protocol

    Hello, all.   I wrote the communication driver for connecting to the Mitsubishi FX series controllers in C # using the programming port. I searched for this on the Internet and did not find it. Found this here https://github.com/blueskit/MitsubishiPlcProtocol.git, but there is no implementation of the protocol that is used when connecting via the port for programming. This is my first experience in writing such a program. I still have a lot of things to do in my project, in particular, there is no check of the checksum of the received package, well, various checks of the connection, etc. I will be glad if you help me refine it. The program is working, I spread it for those who had the same problem as me. Checked on the controller FX1N. Link to the project http://forums.mrplc.com/index.php?/files/file/1137-mitsubishiplcserialprotocol/&do=download&csrfKey=2dac8b5e4f1405047e19901768de0de9
  2. MitsubishiPLCSerialProtocol View File This is a C# project for communicate to PLC Mitsubishi FX series via port for programming. If someone has ideas how to improve the project, I will be glad to hear them. Submitter carga2 Submitted 04/03/18 Category PLC Sample Code
  3. Version 1.0.0

    571 downloads

    This is a C# project for communicate to PLC Mitsubishi FX series via port for programming. If someone has ideas how to improve the project, I will be glad to hear them.
  4. Connect FX1N-60MR to SCADA

    Hello all! I have a FX1N-60MR. I need to display the contents of their data registers to the SCADA system. If you look at the product catalog, there are a few solutions either install into the slot of the additional equipment interface adapter FX1N-CNV-BD connect the communications adapter FX2NC-ENET-ADP, but this raises the question - what Protocol is used?, either install in the slot of the additional equipment interface adapter FX1N-CNV-BD connect the communication module FX2NC-485ADP, but this raises the same question - what Protocol is used? Whether it is necessary in both cases to modify the program code in the PLC, do I need to configure extra modules? What typical solution to this problem?
  5. Connect FX1N-60MR to SCADA

    I have own SCADA and it will support that protcol which I will do) But for this I need specification on protocol or existing libraries.
  6. Connect FX1N-60MR to SCADA

    But I dont have the GOT. One man sad me that I can use programm port(8 pin) on PLC and MX OPC Server on PC. The problem is that PLC has own communication protocol and I need communication driver fo this protocol. I will try to connect to PLC via programm port when I get cable and will tell about result. But if someone ever did this, please tell us.
  7. Connect FX1N-60MR to SCADA

    I don't have any GOT.  I tried to imagine your solution. It is true that you mean? Can I change GOT on PC? Just exclude GOT from this scheme. How I can get data registers from PLC. Which way I should use? Use somthing already existing communication driver or I should create own driver based on Melsec Communication protocol?