Q-Code User Manual
Ver. 7.0 2021/11/30
250
Ex.
R0 = VR_HitID
; Store the index value of voice command to variable R0.
4.28.10 VR_Loading
Access the real-time CPU loading while executing VR. The unit is percentage.
Note: NY4 / NY5 / NY5+ / NY6 / NY7 / NY9T do not support this command.
Ex.
R0 = VR_Loading
; Store the CPU loading to variable R0.
4.28.11 VT_Training
This command is for training voice tag. If the training is successive, it can be applied to the usage of
voice recognition.
Note: NY4 / NY5 / NY5+ / NY6 / NY7 / NY9T do not support this command.
Ex.
VT_Training(1)
; Train the first group of voice command.
4.28.12 VT_Delete
Delete the successfully trained voice command.
Note: NY4 / NY5 / NY5+ / NY6 / NY7 / NY9T do not support this command.
Ex.
VT_Delete(1)
; Delete the first group of voice command.
4.28.13 VT_DeleteAll
Delete all the successfully trained voice commands.
Note: NY4 / NY5 / NY5+ / NY6 / NY7 / NY9T do not support this command.
Ex.
VT_DeleteAll
; Delete all voice commands.
4.28.14 VT_TrainingNum
Set the training number of recording, the number is up to 3, and 1 at least. The more the number, the
easier it is to recognize voice commands. The default of Voice Tag is 3, and 1 for the Voice Password.
Note: NY4 / NY5 / NY5+ / NY6 / NY7 / NY9T do not support this command.
Ex.
VT_TrainingNum=3
; Set the training number as 3.