Error List
The following errors are returned by the function blocks.
Hex | Dec | Description | Reason |
---|---|---|---|
| 0 | SUCCEEDED | The call was successful |
| 1 | GENERIC_ERROR | The call ended in a generic error that is not specified in more detail. Details in the LogFile.
|
| 100 | ASR_NO_RECOGNITION | The ASR did not find any recognition. |
| 200 | TTS_SYNTH_WARNING_VOICENOTFOUND | The configured language could not be used. |
| 10000 | REQUIRED_SERVICE_NOT_FOUND | TwinCAT Speech internal: A required service could not be found. |
| 10001 | REQUIRED_SERVICE_NOT_INITIALIZED | TwinCAT Speech internal: A required service is not initialized. |
| 10100 | INSUFFICIENT_PARAMETERS | TwinCAT Speech internal: A call was made with incorrect parameters |
| 20000 | ASR_RULES_SETFAILED | The ASR was unable to activate the rules created in the SRGS. |
| 20010 | ASR_INSTANTIATION_FAILURE | An ASR could not be initialized. There may be a configuration error. |
| 20020 | ASR_STOP_FAILURE | An ASR could not be stopped. |
| 20030 | ASR_START_FAILURE | An ASR could not be started. |
| 30010 | TTS_STATUS_REQUEST_FAILURE | A TTS call failed. |
| 30020 | TTS_STOP_REQUEST_FAILURE | A TTS call could not be interrupted. |
| 30030 | TTS_SYNTH_ERROR | A TTS call could not be synthesized. |
| 30040 | TTS_SYNTH_ERROR_ | A TTS call could not be synthesized because a configuration is faulty. |
| 30050 | TTS_SYNTH_ERROR_CONFIGURATION_DETAILS_ | A TTS call could not be synthesized because the configuration includes an incorrect language ID. |
| 30060 | TTS_SYNTH_ERROR_CONFIGURATION_DETAILS_ | A TTS call could not be synthesized because the configuration includes an unsupported language ID. |
| 30070 | TTS_SYNTH_ERROR_CONFIGURATION_DETAILS_ | A TTS call could not be synthesized because the configuration is incomplete. |
| 30080 | TTS_SYNTH_ERROR_UTTERANCE_EMPTY | A TTS call could not be synthesized because the input is empty. |
| 31000 | TTS_SYNTH_ERROR_SAPI | A TTS call could not be synthesized because the underlying Microsoft SAPI reported an error. Details in the LogFile
|
| 32000 | TTS_SYNTH_ERROR_AWSPOLLY | A TTS call could not be synthesized because the underlying AWS Polly interface reported an error. Details in the LogFile
|
| 40010 | AUDIO_PLAYBACK_START_ | Playback could not be started. Another playback may have just started. |