Mitsubishi A3A

frost1219

Member
Join Date
Dec 2003
Location
Urbana, OHIO
Posts
3
Hey all i have a huge problem i am trying to remedy. I have a customer that wants me to make 2 A3A plc's talk to two pin stamp units across a 232 or 485 communications protocol. Not having much luck with the ascii portion of the programming on the A3A plc. Have never done this on a mitsubishi but have a lot of experience with ascii usage on allen bradley. if anyone has any suggestions or comments they would be greatly appreciated.
 
This will require (or cause) major hair loss :D

First you should get the manuals and print them out.
They are available from the Mitsubishi website.

You will have to find out port settings for your target device
so you can match it. Best way to test it out is by using
some sort of terminal emulator (such as HyperTerminal which comes
with the Windows). Once you do the hardware setup of the UC24 or
QC24 card (dipswitches, wiring...) you have to work on program
part. I strongly suggest to do some reading. If you need help,
ask here and we will try to assist.
 
thanks

Thanks for your reply i know the UC24 but i just have no idea how to pass ascii data in the programming. they want us to use a 485 network and i am just not sure how to manipulate and move that data. if you have any suggestions for resources or anything else please let me know.
Thanks
George
 
I've never had to setup serial card for such purpose but I guess
it wouldn't be much different from unsolicited messages using Ethernet...
Assuming hardware setup is ok and cabling is ok, you would
have to:
- initialize card (straight copy from the manual - might need to
relocate some addresses if they are already used)
- setup mesage and trigger it when you have something to send
- check if something is received and take it out of buffer
(unless it's written directly to PLC memory).

What you do with data and how is it formated is up to you.
Now before you get all excited about communication, are you
familiar with terminal emulator of your choice (HyperTerminal
is free version that comes with Windows...)? You will need
it to know what is your PLC really sending and to send data
to PLC so you can check the receiving part.
Be prepared to get/make some cables (crossover and straight) and adapters (pair of converters 422/232 for example...).

Unfortunatelly you will be on your own most of the time. I will
try to see if I can find any sample code to help you out (don't expect too much, I'm very bussy these days and this is tough
topic - at least when dealing with Mitsubishi).
You can always call their Tech Support Center in Chicago but
I wouldn't be surprised if this is way over their heads.

Or in short:
If you intend to send and recive data using ANY type of serial
communication (232, 422, 485...), you MUST have something to
test it with. Don't even think of trying to do it straight
with PLC program. Make sure you can do it with PC first.
For every hour you spend with PC communication, you will spend
one day to do same with PLC. If you make no progress with PC in
two days, you should really ask for some serious help:

A)
You have to:
- capture typical message from device (scanner, drive or whatever
you want to talk to)
- reproduce (simulate) this message using PC (learn how to use
terminal emulator).

B)
In order to do the mentioned you might need some:
- cables
- signal converters

C)
Goal is to:
- verify comm settings (baud rate, stop bits...)
- verify that you can fool other device that it's talking to PLC.

Now, you really need to put your hands on those manuals. They are
probably ca. 400pages of pure Jinglish each, so it will take some
time to digest it all. Don't think that reading it once will do the
trick. Japanese are sort or robots. They read everything regardless
if it's fine print or not. You should do the same...

Hope this helps
 

Similar Topics

How can I ensure that a PID loop is executed at exactly the same time interval? A program I'm monitoring has a sample time (Ts) of 250mS but is...
Replies
2
Views
2,825
Hello! If someone can help me with the following problem. I can't change the phone number. Do I really need the interface (AL-232CAB - Programming...
Replies
0
Views
59
how to communicate FactoryTalk Optix and Mitsubishi Q Series. I want to know the details of that
Replies
0
Views
56
HOW to communicate with OPTIX and Mitsubishi's Q Series PLC?? PLEASE HELP ME
Replies
0
Views
64
I'm at a new job as the sole control engineer and trying to piece together where my predecessor left off. One machine I'm trying to get online...
Replies
2
Views
113
Back
Top Bottom