System module

I just wonder what kind of program can be in the system module. and what kind of computer language are these programs written in?Is there any one know about this?:stuck_out_tongue_winking_eye:

Hi Xin,

As I understand it you can put exactly the the same code into a system module as you can into a program module the difference is how system modules are treated by the controller.

The following extract is from the Rapid manual:

System modules are used to define common, system-specific data and routines, such as

tools. They are not included when a program is saved, meaning that any update made

to a system module will affect all existing programs currently in, or loaded at a later

stage into the program memory.

Hope this helps

Thanks a lot Graeme