Inspection Results and OutputOCR Type A23013 − 2713.4 Judgment Output13.4.3 Restrictions Applying to Judgments1. Order of use of JR and JD registers (judgment output registers)If the result of judgment in a JR or JD register is to be used by another register, theregister being used needs to be set earlier than the register using it. (Calculations onCA registers are carried out in ascending order of register number.) Also, it is notpossible to reference a JD register with a JR register.Example:Correct: JD01 = PA01 + PA02JD02 = JD01 * PA02Incorrect: JD01 = JD02 * PA02JD02 = PA01 + PA022. Number of terms in a programmeA single programme can have up to 55 characters, and up to a maximum of 16 terms.3. Conditions for using NOT (/)NOT (/) cannot be specified with braces.Example:Correct: / PA01Incorrect: / (PA01)/ (PA01 + PA02)