RSLogix5000 MSG Instruction

Michal_dk

Member
Join Date
Oct 2007
Location
Vejen
Posts
153
Hi Guys!

I've been asked to make a simple interface to change parameters in a VFD (Danfoss), it is quite simple done using the MSG instruction. But what was requested was some kind of AOI where you could just type in the IP address of the VFD, the parameter number and then choose if it should read or write the parameter.

OK I thought, I'll just use the MSG instruction, inside an AOI!

But this turned out to be a bit difficult. All the Class, Instance and functions are available in the control tag for the MSG instruction. But the IP adress is apparently not. I have found that it is a string but have not been able to locate the actual tag yet.

So my question is this:

Have any of you ever tried something like this?

Or an idea on where I should start?

Or perhaps even another approach to communicating with the VFD?

Best regards,

Michal_dk
 
If you look at your tag for the message, the ip address is stored as an ascii data type within the tag at (Base tag name).Path.Data[nn] . I have not tried doing what you are attempting, but an AOI may do the job. Where are you entering the info from(HMI, RSLOGIX, Thumbwheel)? The method you use will make some paths easier than others as far as programing.

Mark Snodgrass
 

Similar Topics

My question is regarding RSLogix5000"s MSG instruction. I am an automation tech. Our "Start_Command" bit turns on a motor. At one point, the...
Replies
9
Views
3,898
Could someone explain what the Destination Link and the Source Link mean in a message instruction. Destination Link Link ID of Remote DH+ Link...
Replies
1
Views
1,595
Hi! So my problem is a little funky, I had Studio 5000 v 24 and 30 installed, but forgot to install RSLogix (which I cannot go without). Is there...
Replies
2
Views
112
So I had an odd request from a customer for the above. I have written the logic and tested it all in one PLC with only using 7 outputs and 7...
Replies
15
Views
427
Hello everyone, I have an RSLogix5000 project which is running live in the factory but I need to make some changes to the logic. I want to test...
Replies
0
Views
1,120
Back
Top Bottom