Hi!
I have trouble debugging a breakpoint. I am trying to send to my machine via WRITEMODBUS function. Here is my code
DM[11] = 32808
DM[12] = 6399 //This is where the breakpoint occurs
DM[13] = 36647
DM[14] = 0
DM[15] = 0
DM[16] = 0
DM[17] = 0
SETSYSTEM 6,4
WRITEMB2 12,1,0,DM[11],7
What are some things to look out for at this breakpoint?