Issue:
Equivalent instruction to the Rockwell MVM block in EcoStruxure Control Expert V14.
Product Line:
EcoStruxure Control Expert , RSLogix
Resolution:
The MVM instruction is a word instruction that moves data from a Source location to a destination location. The MVM instruction allows portions of the Source data to pass through a mask, which is a separate word, to the destination address. The Mask acts like a logic AND instruction. The bits in the Mask AND with the bits from the Source to determine the Destination address value. In EcoStruxure Control Expert V14 you can use the AND_INT for INT data type or you can use the AND_WORD for WORD type. These are just two of the many AND instructions available in EcoStruxure Control Expert V14.0.
Equivalent instruction to the Rockwell MVM block in EcoStruxure Control Expert V14.
Product Line:
EcoStruxure Control Expert , RSLogix
Resolution:
The MVM instruction is a word instruction that moves data from a Source location to a destination location. The MVM instruction allows portions of the Source data to pass through a mask, which is a separate word, to the destination address. The Mask acts like a logic AND instruction. The bits in the Mask AND with the bits from the Source to determine the Destination address value. In EcoStruxure Control Expert V14 you can use the AND_INT for INT data type or you can use the AND_WORD for WORD type. These are just two of the many AND instructions available in EcoStruxure Control Expert V14.0.