MELSEC PLC's

FACTS

Member
Join Date
May 2006
Location
Vermont
Posts
1
We have created a test bench for a Q4AR Melsec PLC, and so far everything is working except for the A68AD board. We are having a lot of trouble following the manual to initalize and read information from the board. The board is located in an expansion board and starts at XB0 position. We also want to only use one input for analog DC (Ch 1). Does anyone know what code I should be writing?

Thanks
 
Are you sure that this A68AD module is compatible to that CPU you are using?

Module values are in buffer memoris (see manual).

1st you might need initial code, where you move needed settings top buffer memory (channels, times, command: TO or TOP (P=rising pulse).

You'll need to use FROM-command to read values from card. You can find example in manual. For example FROM HB K10 D0 K1 reads from card (start addr. XB0) buffer K10 (1st channel value) to register D0.
 
also, are you really sure that card starts at XB0?
0x0B0 address is pretty low... How big is main rack
(how many slots) or did someone remap the base addresses or the cards?
 

Similar Topics

Hi everyone, I have a small project for an industrial site entry gate system. It's running on an old Melsec PLC, and I have a new Shihlin PLC...
Replies
1
Views
127
Hello parky, goghie, Brian and all of you who kindly come to help when I get stuck. I cannot look into the clock issue that parki has written for...
Replies
5
Views
846
MELSEC A RS422 (25pin) <> iQR C24 Serial RS232 (9pin) - Simple PLC Communication Communication from a MELSEC-A Series CPU (RS-422 – DB 25 Pin)...
Replies
4
Views
1,037
I have an 80's PLC, Mitsubishi K2NCPU that needs replacing. Is there a software / cable available to upload and print the current PLC program? Thanks
Replies
3
Views
940
We received a cell that has a MELSEC Mitsubishi FX 2N-80MR PLC installed. We need to access the PLC program for troubleshooting and additional...
Replies
4
Views
1,971
Back
Top Bottom