Sign in to follow this  
Followers 0
EssDe

Quick Panel jr to TI 545 profibus

1 post in this topic

I'm trying to figure out how to map the adresses in Quick panel jr to those in the plc using Profibus. I created with ComProfibus the binary file, the modules created are, 8 digital inputs boards (modules), 8 digital output boards ( modules), 8 analog inputs and 8 analog outputs. I merge this file with the configuration of the TI545 and give the adresse starting at 513, wich mean I have 8 inputs boards starting at: X513, X521,X529,X537,X545,X553,X561,X569 and 8 outputs starting at :Y577,Y585,Y593,Y601,Y609,Y617,Y625,Y633 and finally analog inputs and outputs starting at WX641.When I look at the Quick panel's project, 16 input words and 16 output words where reserved. Since tags used in Quick panel don't used X, Y, WX or WY as names, how do I figure out wich one is wich. I see that the inputs reserved range from I 0,0 to I 131,7 and input words range from IW0 to IW30 ( I used byte bounding). How do I sort everything out, how do I know wich IW corresponds to WX641 or WX644. Let's say I program an input fields on the Quick Panel and I want to use WX641 as analog input word, what will be the tag used in the QUIck PAnel, IW?? I was able to figure out that I0,0 is X513, I0,1 is X514 and so on, but I can get things right when I try to map the inputs words ( IW0-IW30 to WX 641-WX648). Thanks Serge

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!


Register a new account

Sign in

Already have an account? Sign in here.


Sign In Now
Sign in to follow this  
Followers 0