Everything

-nouse_pid_register


< Compile Options / Microcontroller Options >

[Format]

-nouse_pid_register

[Description]

-

When this option is specified, the generated code does not use the PID register.

-

Selection of the PID register according to the settings of the fint_register option is based on the same rule as for the pid option.

-

A master program called by an application program in which the PID function is enabled needs to be compiled with this option. At this time, if the fint_register option is selected in the application program, the same parameter fint_register should also be selected in the master program.

[Remarks]

-

If the nouse_pid_register option and pid option are selected simultaneously, error E0511150 will occur.

-

A register selected as the PID register also being specified for the base option leads to warning W0511149.

-

For details of the PID function, refer to Usage of PIC/PID Function.