3/30/2016 11:06 AM | |
Posts: 63 Rating:
|
Any one? |
4/15/2016 10:23 AM | |
Joined: 3/16/2015 Last visit: 10/10/2021 Posts: 1250 Rating:
|
You pass a pointer to the DB |
4/15/2016 10:31 AM | |
Joined: 5/28/2008 Last visit: 2/12/2025 Posts: 1343 Rating:
|
The TO object is not a defined PLC-datatype. So far, your are not able to parameterize this in the IN/OUT Interface. Also VARIANT is not possible because of that. Absolute pointer is also not possible, because TO object has optimized access. Furthermore, absolute pointer is not state of the art and not symbolic. Of course, if you get rid of the TO object and read your counter directly via Status- and Controlword it would be possible. But the you loose the advantage of the TO object and need to program everything manuelly. See this FAQ https://support.industry.siemens.com/cs/ww/en/view/109475835 |
Follow us on