3150-MCM Slave Port Configuration with SLC 5/04 (Strange)

ckchew666

Member
Join Date
Aug 2003
Location
Malaysia
Posts
591
Hi,

Attach is the program for one of my developing system, which consists of 3150-MCM in the last slot (11). I've not configured any Slave port for 3150-MCM beforee.

I'm only using the Port 1 of te 3150-MCM & being configured into Slave. It'll be communicating with a Master (DCS).

I'm pulling/writing the data using ModScan32 as I do not have DCS in my office.

When I configure the word count (N10:54 & N10:64) to 10 words, it's suppose to update 10 words, but in my program it's updating more than 10 words! Same goes to Read & Write Block.

Is it because this is slave and I cannot limit the words count? or disabling the entire command?

Hope some can enlight me :)

Thx in advance.
 
If you configure your port as a master then your modbus command list starts from N10:50. The word count that you are specifying in N10:54 and N10:64 will only be used if you are using the port as a master.
Since you have configured port 1 as a slave, the command list is basically of no use.
Also, in rung 1 of ladder 3, the branches where you are comparing the value in M0:11.0 to 80 and 81 are not required.
 
ashley said:
If you configure your port as a master then your modbus command list starts from N10:50. The word count that you are specifying in N10:54 and N10:64 will only be used if you are using the port as a master.
Since you have configured port 1 as a slave, the command list is basically of no use.
Also, in rung 1 of ladder 3, the branches where you are comparing the value in M0:11.0 to 80 and 81 are not required.

Hi,

Thx for ur reply, so this means the slave do not have the ability to specify the number of word count (Command list not use). Thus the number of read or write block is depends on the LENGTH in the COP instruction (50 in this case), am I right?

Thx. :)
 

Similar Topics

I have PLC5/30 system having modbus communication with VMS and DCS. i Have the logic backup alone. Anybody please tell how to find the modbus...
Replies
0
Views
1,230
Dear all, as far as my past experience this forum as help me alot as indicated above the MCM 3150 SLC is been installed in site i have to use...
Replies
0
Views
2,536
Hi people, I have four prosoft 3150-MCM cards talking to slave devices via RS485 everthing is great. PLC SLC500 ladder code doing what it should...
Replies
0
Views
1,387
Hello Guys. I have a Prosoft 3150-MCM connected to a woodward MFR-15. I got the MODBUS address from the supplier of woodward. The faults I...
Replies
4
Views
4,721
Please clarify on what is happening on the following code. This code is writing data to the MCM module of a SLC 5/02. The data written on the MCM...
Replies
6
Views
7,555
Back
Top Bottom