
I185 GB 06 15
LRX D01
74
The example below shows how to configure PID function.
MX (MULTIPLEXER)
The LRD includes a total of 15 MX instructions that can be used throughout a program. This special function transmits 0 or one of 4 preset
values to MX current value memory. The MX function enables simple operations to be carried out on integers. There are 7 parameters for proper
configuration. The table below describes each configuration parameter, and lists each compatible memory type for configuring MX.
The parameters from
to
can be constant or other function current value. The table below describes the relationship between parameter and
MX current value.
The example below shows how to configure MX function.
disable
MX = 0;
enable
S1=0,S2=0: MX = V1;
S1=0,S2=1: MX = V2;
S1=1,S2=0: MX = V3;
S1=1,S2=1: MX = V4;
1
2
3
4
8
9
5
6
7
8
9
5
1
2
3
4
6
7
5
1
2
3
4
6
7
Symbol
Description
1
V1 parameter ( -32768~32767)
2
V2 parameter ( -32768~32767)
3
V3 parameter ( -32768~32767)
4
V4 parameter ( -32768~32767)
5
Selection bit 1: S1
6
Selection bit 2: S2
7
MX code (MX01~MX0F)