Creating your own kinematics

 

Notice

When an instance of a kinematic transformation of an axis group is used, the inputs of the instance cannot be changed anymore.

To change the parameterization of the kinematic transformation, you have to use the configuration if possible, or create multiple instances.

You must consider the following points if you create your own kine­matics:

All inverse transformations have an input of type CONFIGDATA that contains a byte array with information about the configuration of the kine­matics. The forward transformations have a corresponding output. Kine­matic designs with a configuration must implement the ISMKinematicWithConfigurations interface. These kinematics each include a function block that must implement the ISMConfigurationData interface (function for the serialization of the configuration data). The name of this function block must be the same as the name of the kinematic design plus the postfix _config. You can use this FB for modifying the configuration in the application (by means of the function block SMC_SetKinConfiguration block). However, kinematics should expressly not maintain an instance of the corre­sponding FB.

See also