PLB_DYNAMICLOADMOD Keyword


PLBWIN or PLBLinux

PLB_DYNAMICLOADMOD={ ON | OFF }

 

When this keyword is set to OFF (default), any LoadMod module is loaded into the PL/B program memory space. The size of the PL/B program memory space can be changed using the '-m' and '-mv' command line options if necessary.

 

When this keyword is set to ON, all LoadMod modules are loaded into the process memory space. In this case, the memory used to load the LoadMod modules does not affect the PL/B program memory space.

 

If this keyword is not specified in the INI file, the default action is the same as the keyword being set to OFF.

 

When the PLB_DYNAMICLOADMOD keyword is set to ON, a ROLLOUT cannot be executed in a PL/B program. If ROLLOUT is executed with this keyword set to ON, a U49 subcode 103 is given.

 

 

See Also: PLBWIN Keywords, PLBLinux Environment Variables, Compiler and Runtime Options

 



Compiler and Runtime Options PLB_DPTFILENAME Keyword PLBWIN_EDIT Keyword