10-30-2007 01:07 PM - edited 10-30-2007 01:07 PM
Message Edited by altenbach on 10-30-2007 11:09 AM
10-31-2007 11:25 PM - edited 10-31-2007 11:25 PM
A classic one ?
What's less classic is that this piece of code was produced by an application engineer at NI 😮
This being said, the LabVIEW Text-To-Speech example was great !
Message Edité par chilly charly le 11-01-2007 06:26 AM
11-01-2007 12:45 AM
Of course this needs to be done every 10ms while the program is not really doing anything useful. 😄
@chilly charly wrote:
This being said, the LabVIEW Text-To-Speech example was great !
I agree, Pretty cool! 🙂
It does not work correctly on my PC under LabVIEW 8.5. The step 2 property node generates an error because the "disable items" receives a "-1". Thus the "devices" field remains empty. The "get audio devices" does not properly propagate the error, but actually clears the error without returning any devices. To fix this, the error cluster in the FOR loop (inside "get audio devices") needs to use a shift register. (A FOR loop with zero iterations returns the default data (no error!) on an output tunnel, but would returns the input value on a shift register).
It works fine if I simply delete the error wire going into the "get audio devices".
11-01-2007 01:17 AM - edited 11-01-2007 01:17 AM
Message Edité par chilly charly le 11-01-2007 08:17 AM
11-01-2007 02:55 AM
11-01-2007 07:28 AM
LOL!! We'll have to start the Goldberger Anonymous Wireworkers (GAW) thread! 😄
@shoneill wrote:
My name is Shane, And I'm a Goldberger. >Phew< I feel kind of relieved to get that off my chest.......
11-02-2007 09:05 AM
11-04-2007 11:47 PM
11-16-2007 12:15 PM - edited 11-16-2007 12:16 PM
11-19-2007 09:36 AM - edited 11-19-2007 09:39 AM
I think I could win a prize with this one :
The conversion of a series of 60 chars received on a serial port could be done with the following code,
but was attempted with the code below. Of course it didn't work...
Adapted from this thread