Hi, I want to load a program module during execution. I have some questions though: What directory does HOME refer to? How do I load a program from the root or maybe from the current directory? Can I test this rapid code without being online?
Hi.
HOME refers to / directory, the default position for programs. But you can specify a different path in the LOAD instruction of course.
On S4C+, I usually LOAD the main module of my programs at run-time to be able to make changes through FTP without needing to load the program manually from the TP.
Ciao
Claudio