Jump to content

Communicating FX2n with Visual Basic


Recommended Posts

Posted
I want to know how to make communication on FX 2n with Visual Basic I want to know which protocol will be best for this application also how to transfer the data into a memory location through external medium (PC / VB / C / C++).also how to read data fron plc to external device for display caliberation print.

Posted
Buy activeX that supports FX and include it in your VB project. We use MX Components (also from Mitsubishi) for communication with Mitsubishi PLCs. There are third party packages as well and they are probably cheaper. If the cost is the ultimate factor, you should be able to write your own driver using sample that's in download section of this forum. If I recall, it was written for quick basic...
Posted
In fact, the FX communication protocol is opened, you just need the manual . then you can setup a point to point link between FX and PC the MX Component is a good choice to do your work, you can get a Demo of Version 3 from Mitsubishi. Good Luck
Posted
I've written some code to do this in MSVC++ Its pretty basic and crude but does the job. Let me know if your interested and I'll email it to you.
Posted
Paul, I'v interested about how to write communication protocol to controll FX PLC. I'v done some projects with Citect SCADA, but the better idea is to write my own SCADA.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...