MappingDesc_ArrayArbitrary (FB)

FUNCTION_BLOCK MappingDesc_ArrayArbitrary EXTENDS SymbolicVarsBase.TypeDesc_Struct

Instances of this mapping allow arbitrary mappings of array ‘components’. This can be used for the following situations for example: + Picking some array members

[0] <- [25] [1] <- [30]

  • Reversing the order (maybe combined with picking) [0] <- [1] [1] <- [0]

..hint:: The initialization of this instance is the same than the one of TypeDesc_Struct