Q-Code User Manual
Ver. 7.0 2021/11/30
139
Ex.
Path1: LedStr?True_Path
; Jump to“True_Path” Path if the LED string playback is playing.
4.2.30 Calibrate?Path
Jump to Path when the Calibrate function is executing.
Note: NY4 / NY5 / NY5+ / NY6 / NY7 / NX1 do not support this command.
Ex.
Calibrate?True_Path
; Jump to “True_Path” Path when AutoJudge_Calibrate or
Enforce_Calibrate is executing.
4.2.31 CheckSum?Path
This feature is for quick inspection on whether or not IC ROM DATA is damaged. CheckSum?Path
command will automatically check the correctness of ROM DATA and will jump to “Path” if ROM DATA
is correct.
Note:
1. While checksum command is being executed, all current activities will be stopped. It will
take some time to execute Checksum function, and the system will not response before the
completion of execution.
2. If NX1 EF uses Embedded Flash to recording, ROM Date will be rewrote and cause
CheckSum fail.
Ex.
TEST_ROUTINE: Checksum?OK, PlayV(Ch1,Fail.wav)
; Jump to path “OK” if checksum is
correct. Otherwise execute the next
command.
OK: PlayV(Ch1, OK.wav)
4.2.32 SPI_CheckSum?Path
This feature is for quick inspection on whether or not SPI Flash data is damaged.
SPI_CheckSum?Path command will automatically check the correctness of SPI Flash data and will
jump to “Path” if SPI Flash data is correct.
Note:
1. NY4 / NY5 / NY5+ / NY6 / NY7 / NY9T do not support this command.
2. While SPI CheckSum command is being executed, all current activities will be stopped. It will
take some time to execute SPI CheckSum function, and the system will not response before
the completion of execution.