(C6081) Subroutines containing wrong usage of parameters or globals Error In: Completeness Description: Subroutines contain the wrong usage of parameters or globals. For example: ● In parameters that are affected by the subroutine. ● In parameters that are not used by the subroutine. ● Out parameters that are used by the subroutine. ● Out parameters that are not affected by the subroutine. ● InOut parameters that are not used by the subroutine. ● InOut parameters that are not affected by the subroutine Example: subroutine CALLBACKInput parameter P1 not used Erroneous Elements: Subroutines