Studio5000 CompactLogix L16ER - Physical adresses N7, F8,...

pautorras

Member
Join Date
Oct 2012
Location
Barcelona
Posts
18
Hi folks,


In a new project, I'm trying to define variables with physical address like N7:xx, F8:xx,...
I need physical address variables to communicate CompactLogix controller with Siemens HMI Comfort.


¿Could someone tell me how to do it?


Thanks in advance.


Pau
 
I'm pretty sure the Comfort HMIs support tag names instead of memory addresses. But, if you really need to use addresses instead, go to the Logic menu and "Map PLC/SLC Messages..." and map the addresses to tags.
 
Hi,


I defined Map PLC/SLC Messages, with files 7, 8 and 3 associated with arrays of 999 elements type INT for file 7, 999 elements type REAL for file 8 and 512 elements type BOOL for file 3.


In PLC program, we are using array elements.


Siemens comfort panel is configured for ethernet/ip, but HMI output errors with these variables.


I don't know if I need to some extra configuration,...
PLC and HMI are in the same network.


Do you think that I miss something??


Thanks!!
 
It's been a while since I messed with Siemens HMIs, but, again, I would use the native Ethernet/IP drivers inside the HMI and just link directly to the tags in the PLC.



What errors are you getting?



In the SLC mapping, you need to tie the mapping to actual array tags in the PLC, which I assume you've done. For the BOOL file, I don't know that a BOOL array is the best way to go. I haven't tested it, but I would have it also be an array of INTs instead. If you need 512 BOOLs, that would be 32 INTs.
 

Similar Topics

I have an array of 55 REAL values. Is there a way to multiply based on the array location ? I have 55 transfer belts that are equally spaced...
Replies
3
Views
149
Hi Hope you all are doing well. Iam working on a project with some AOI. I also hate no online edits... lol. My problem occurs when I use a UDT...
Replies
2
Views
157
I am not sure if this is possible but if there is a way, you guys would be the ones to know. I am currently working on a project where we are...
Replies
7
Views
215
Hi all. I'm having issues adding an ethernet module to my project in Studio500 v34. The device is a Fredericks Televac EthernetIP MX gateway which...
Replies
8
Views
336
The day of week program started changing day of week 2 hours early. It changes at 10 P.M. instead of 12A.M. Just started this year.
Replies
22
Views
2,652
Back
Top Bottom