```
no data is copied.
When running on the actual PLC (AC 500) the code is executing correctly! Is this by design, or am I missing something?
Thx in advance!
Best regards!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Thnx for your reply shooter!
According to Merriam-Webster:
an emulator is:
"hardware or software that permits programs written for one computer to be run on another computer"
and a simulator is:
" a device that enables the operator to reproduce or represent under test conditions phenomena likely to occur in actual performance".
Regards
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi!
When running in Simulation Mode, the CoDeSys 2.3.9 seem to skip execution of the functions in the SysLibMem.lib:
After
```
SysMemCpy(dwDest:=ADR(NewAddr),dwSrc:=ADR(BegAddr),dwCount:=88);
```
no data is copied.
When running on the actual PLC (AC 500) the code is executing correctly! Is this by design, or am I missing something?
Thx in advance!
Best regards!
it is a simulation not an emulation.
so all this SYS is a problem.
Thnx for your reply shooter!
According to Merriam-Webster:
an emulator is:
"hardware or software that permits programs written for one computer to be run on another computer"
and a simulator is:
" a device that enables the operator to reproduce or represent under test conditions phenomena likely to occur in actual performance".
Regards