| Panel |
---|
titleBGColor | white |
---|
title | current version |
---|
| Filter by label (Content by label) |
---|
showLabels | false |
---|
showSpace | false |
---|
cql | label = "current-pdca-release" |
---|
|
|
|
|
|
Inside the example application there are two interface layers to make usage of PROFIdrive devices, which are connected to a PROFINET controller system, easier. The PNC API is used to provide PROFINET controller related functionalities like cyclic, acyclic and alarm data handling at application layer in a standardized way. So, it is possible to use the whole application example on different runtime systems by just implementing a proper wrapper for target system. The PDC API is used to provide main PROFIdrive functionalities in a more abstract way. It provides functions to run connected axis with velocity or position setpoints with respect of chosen PROFIdrive application class and take over all necessary normalization, calculation and mapping in internal modules. The functionalities of PDC API are based also on PNC API functionalities. |