02-22-2021, 09:52 AM
So I've been on 920 for about a week now. Everything seems to be working Except my text to speech.
I have moved from Win 7 to Win 10.
I tried to have the CQC service logon as a local account and also as my windows account.
I know the hardware is fine as I've been using it for years - other than the win version.
Here is a sample of code:
If
System::IsInTimeRange
P1=6
P2=23
If
System::Equals
P1=%(StdRTV:Minute)
P2=0
P3=No Case
Devices::FieldWrite
P1=CQC-TTS.SayText
P2=The Time is %(StdRTV:HHMM), and the temperature is $(DarkSky.CurTemp)
P3=False
Else
If
System::Equals
P1=%(StdRTV:Minute)
P2=30
P3=No Case
Devices::FieldWrite
P1=CQC-TTS.SayText
P2=The Time is %(StdRTV:HHMM), and the temperature is $(DarkSky.CurTemp)
P3=False
Else
End
End
Else
End
I also just tried to reconfigure both the TTS driver and Speech driver. I could not complete the configuration because no voices are listed. I have three voices installed and when testing via system/speech they work just fine.
Any Ideas ???
Thanks
I have moved from Win 7 to Win 10.
I tried to have the CQC service logon as a local account and also as my windows account.
I know the hardware is fine as I've been using it for years - other than the win version.
Here is a sample of code:
If
System::IsInTimeRange
P1=6
P2=23
If
System::Equals
P1=%(StdRTV:Minute)
P2=0
P3=No Case
Devices::FieldWrite
P1=CQC-TTS.SayText
P2=The Time is %(StdRTV:HHMM), and the temperature is $(DarkSky.CurTemp)
P3=False
Else
If
System::Equals
P1=%(StdRTV:Minute)
P2=30
P3=No Case
Devices::FieldWrite
P1=CQC-TTS.SayText
P2=The Time is %(StdRTV:HHMM), and the temperature is $(DarkSky.CurTemp)
P3=False
Else
End
End
Else
End
I also just tried to reconfigure both the TTS driver and Speech driver. I could not complete the configuration because no voices are listed. I have three voices installed and when testing via system/speech they work just fine.
Any Ideas ???
Thanks