LD DIntArray MUX_DINTARR_125 PositionInArray ST SelectedElement
SelectedElement := MUX_DINTARR_125 (DIntArray, PositionInArray) ;
Parameter
|
Data type
|
Description
|
---|---|---|
DIntArray
|
DIntArr125
|
Array an element is to be selected from
|
PositionInArray
|
Position in the array where the element to be selected is placed (range 0 ... 124)
|
Parameter
|
Data type
|
Description
|
---|---|---|
SelectedElement
|
selected element
|
Element
|
Data type
|
Description
|
---|---|---|
varname[1]
|
DINT
|
1. Element of the array
|
...
|
...
|
...
|
varname[125]
|
DINT
|
125. Element of the array
|