The leader in industrial automation and control solutions

Memory Monitor

To use the memory monitor, ensure the PLC is connected and program monitoring is on.

Memory Monitor window when online with PLC
  • While the PLC is online, the moemory monitor displays values for data registers.
    • These values can manually be changed.
Memory Monitor Button

Step 1: To open the memory monitor, left-click Home and left-click Memory Monitor.

Maplelogic select which device to monitor

Step 2: Left-click the data register drop-down and left-click the data register to monitor.

Step 3: To monitor the bit level of a data register, left-click the Device Bit button (if applicable).

Data register seen in the monitoring window in MapleLogic

Step 4: Double left-click DecHex, or ASCII to change the value of the data register.

Modify Register Data in MapleLogic

Step 5: Input the value for the data register, and left-click OK.

  • This will change the value of the entire data register.
Change bit 0 to F of Register in Memory Monitor Window in MapleLogic

Step 6: Double left-click on a bit 0 ~ 9 or A ~ F to change the individual bit for the data register.

Modify Register Data in MapleLogic

Step 7: Input the Value 0 or 1 for the bit.

  • This will change the value of the data register by a factor of 2(bit number being changed).
    • Example: bit 4 set to 1 → 24 = 16.
Modified data register in MapleLogic