You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IF nIdx < THIS^.nLastIdx THEN
Tc2_System.MEMCPY(destAddr := pTmp,
srcAddr := ADR(pBuffer[nIdx + 1]),
n := TO_UDINT(THIS^.nLastIdx - nIdx)*THIS^.nItemSize);
END_IF
At line 15, the statement destAddr := pTmp is actually incorrect, this time pTmp should start from an offset whose size is equivalent to the previously copied memory.
The text was updated successfully, but these errors were encountered:
At line 15, the statement
destAddr := pTmp
is actually incorrect, this time pTmp should start from an offset whose size is equivalent to the previously copied memory.The text was updated successfully, but these errors were encountered: