Guest shadab Posted December 23, 2003 Report Posted December 23, 2003 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. Quote
panic mode Posted December 23, 2003 Report Posted December 23, 2003 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... Quote
fan_cy Posted December 24, 2003 Report Posted December 24, 2003 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 Quote
fan_cy Posted December 24, 2003 Report Posted December 24, 2003 Another way is using OPC, it's one of the best solutions, and the cost saving method, because many companies supply the OPC packages for Melsoft Quote
Paul416 Posted December 29, 2003 Report Posted December 29, 2003 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. Quote
Guest Gazzo Posted January 19, 2004 Report Posted January 19, 2004 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. Quote
Recommended Posts
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.