InterpolatingAxes mapping functions

The diagram below presents an overview of the mapping functions and their tasks. If necessary, you can use these tasks to decide which calls are to be modified.

  • Interface_InterpolatingAxis.MapOUT() copies the status information from InterpolatingAxis to Interface_InterpolatingAxis.
  • Interface_InterpolatingAxis.ProfileGeneration.MapOUT() copies the status information of profile generation from InterpolatingAxis to Interface_InterpolatingAxis.
  • Interface_InterpolatingAxis.MapIN() copies the control information from Interface_InterpolatingAxis to InterpolatingAxis.
  • Interface_InterpolatingAxis.ProfileGeneration.MapIN() copies the control information of profile generation from Interface_InterpolatingAxis to InterpolatingAxis.
  • HMI_InterpolatingAxis.MapOUT() copies the status information from InterpolatingAxis to HMI_InterpolatingAxis.
  • HMI_InterpolatingAxis.ProfileGeneration.MapOUT() copies the status information of profile generation from InterpolatingAxis to HMI_InterpolatingAxis.
  • HMI_InterpolatingAxis.MapIN() copies the status information from HMI_InterpolatingAxis to InterpolatingAxis.
  • HMI_InterpolatingAxis.ProfileGeneration.MapIN() copies the control information of profile generation from HMI_InterpolatingAxis to InterpolatingAxis.