Trying to understand Omron Modbus RTU Protocol Macro

psycho1o1

Member
Join Date
Nov 2021
Location
Kaduwela
Posts
49
Hello Guys,
I have been trying to study a Machine that have Omron 3g3mv VFDs that is controlled by CJ1m CPU and SCU41-V1 communication card.
The program is written using Protocol macro. I have studied protocol macro for past few days and I have some basic knowledge about it.
I have been trying to replace the 3g3mv VFD with Schneider ATV drive and I am trying to change the protocol macro to be compatible with schneider drive.

I have few questions.
1. You can see that the Message for requesting drive status for Omron VFD here.
1689077536057.png

And this is the communication traffic generated by above messages.
1689077612215.png


I have tested the Schneider drive with Modbus and to get the drive status following command has to be send.
01 03 0C 81 00 01 D7 72 Request Drive status from 3201 Register
From this
01 = Drive address,
03 = Read Holding Register,
0C 81= Starting address of the register
00 01 = Number of Registers,
D7 72 = CRC
If I was to implement this to Protocol Macro It should look like this,
1689078049557.png

But when I download the macro and put the plc on run the output looks like this.
1689078240734.png

Do you guys have any idea why this is happening.? Am I missing something here?
 

Similar Topics

Not sure I understand the logic here... This picture was taken when the rig was "idle". Why would you energise the trip relay M3 when these...
Replies
8
Views
1,249
Hi, I am trying to get my head around as to what the absolute homing does. Below is a statement that I read in the logix 5000 motion instruction...
Replies
4
Views
2,189
I have been reading manuals and beginner stuff. Ours is Mitsubishi like how do you know how far to space it all out how would you know when to...
Replies
38
Views
7,062
Good Afternoon , I am thinking of using a few Balluff MicroPulse Postion Sensors on a project . Before I purchase , I would like to check the...
Replies
2
Views
1,491
I am trying to understand an Italian CompactLogix program. It is for a dough laminator . The block looks like ....., Linearization X1. -500...
Replies
22
Views
5,926
Back
Top Bottom