WinCC flexible questions

arocon

Member
Join Date
Oct 2006
Location
Dubai
Posts
171
We use WinCC flexible 2007 for HMI. I was trying to make an alarm in HMI. I set that alarm with the address in PLC DB1100.DBX83.0 and in HMI i configured tag as DB1100DBW83 and triggered alarm with bit 0. After compiling HMI whenever i put HMI in the station it is showing alarm for this alarm "PLC address errror."
My question is why it is showing this error. Is it for error DBW83 because of odd number.
 
There must be no odd byte numbers when you define tags in WinCC Flexible.
Also, observe the PLC address that WinCC Flexible reports for the alarm.
Alarm # 1 will not link to the bit with offset 0.
Alarm # 1 will link to byte +1 offset 0.
Alarm # 8 will link to byte +1 offset 7.
Alarm # 9 will link to byte 0 offset 0.
Alarm # 16 will link to byte 0 offset 7.
Alarm # 17 will link to byte +3 offset 0.
Alarm # 24 will link to byte +3 offset 7.
Alarm # 25 will link to byte +2 offset 0.


and so forth.
This because of little endian on the PC and big endian on the PLC.
The key to how to understand this is to observe the tag addresses that WinCC Flexible report to you.

However, this will not trigger the error message.
I am guessing DB1100 does not exist, or it is not big enough, or the setup of the tag in WinCC Flexible is wrong.
 

Similar Topics

I am using WinCC flexible 2007. I had to add a button in the project. It is compiling with 0 errors and 0 warning. But when i start runtime it...
Replies
1
Views
2,036
I am trying to compile a project which was created in WinCC flexible 2007 in WinCC flexible 2008. It shows compile error and error is A range...
Replies
1
Views
1,771
I am new in WinCC flexible. We are using Wincc flexible 2007 in HMI. There one user is xx for operation but sometimes it get locked off due to 3...
Replies
3
Views
2,420
Ok so I am warming up to Siemens (I didn't say anything about liking it :rolleyes: ) After figuring out a way to do timing... for the most part...
Replies
0
Views
2,258
Hi, We have upgraded our laptop which includes Windows 11. It appears that WinCC flexible 2008 advanced does not support Windows 11. What...
Replies
11
Views
318
Back
Top Bottom