Good day all,
I've noticed a ladder execution time slower when the Switch-1 is ON (so the memory variables become non-volatiles)
For testing I'm incrementing X at every ladder scan and every seconds, I'm displaying the sum and resetting to 0
Switch-1 OFF : Volatil memory : 975 ladder loops/sec
Switch-1 ON : Non-Volatil memory : 820 ladder loops/sec
Is it a normal behaviour?