Mitsubishi FX2N-232IF Communication Help

Unfortunately, both the original poster or myself know anything about the Keyance unit. At a guess as it has 3 bar code readers it may need to be polled if so then obviously there is some work to do in creating the send requests from the FX, however, it could send all 3 i.e. as an address followed by data from bar code 1 then an address bar code 2 etc. in this case it could be one long string. In this situation if it is not required to send a request the FX 232 card will just accept all communications packets without requests. I have used both situations one was a scale that continually sent a string representing the weight, all I had to do was wait until the chars rxd register had a value > 0 (or Wait until > x chars as this was a fixed string length) then read the receive buffer to extract the weight value. The other was a bit more challenging it wrote values to a stepper drive and received controller data, however this wasn't a big deal, it did require a fair bit of code for the polling etc. but was small compared to the rest of the PLC program.
 
I have just had a quick scan over the manual & in multi head mode the data seems to be in one block, so reads will read all devices as one block. It does mention Melsec Q controller 232 boards, but not FX and could use Mode 4 protocol. I.e. there would be very little coding required.
 

Similar Topics

I've worked on one Mitsubishi PLC in the past 40 years. Now, it looks like I get to tackle another one...using GX-WORKS3-C1 software which I...
Replies
3
Views
952
I have been asked to work on a Mitsubishi Melsec FX2N-80MR PLC but have no experience with Mitsubishi at all. The hope is to get online to find...
Replies
4
Views
1,341
Hi all IÂ’ve never worked with Mitsubishi PLCÂ’s or software, but a customer at our branch has requested the PLC program for future...
Replies
0
Views
784
Hi all IÂ’ve never worked with Mitsubishi PLCÂ’s or software, but a customer at our branch has requested the PLC program for future...
Replies
8
Views
1,637
Dear all, I have a FX2N-20MR chinese semi-clon of a Mitsubishi PLC. It has only a serial DB9 port that cannot be removed or exchanged (which is...
Replies
5
Views
2,084
Back
Top Bottom