09-27-2007 04:11 PM
09-27-2007 10:45 PM - edited 09-27-2007 10:45 PM
Message Edited by Ravens Fan on 09-27-2007 11:46 PM
09-27-2007 10:58 PM - edited 09-27-2007 10:58 PM
Message Edited by Ravens Fan on 09-28-2007 12:00 AM
09-27-2007 11:05 PM
09-27-2007 11:40 PM
@altenbach wrote:
A digital Waveform is a special data type. I am not very familar with it.(Just a quick comment to Ravens first example: You can delete the two stacked FOR loops and the outcome will be exactly the same. ;))
You're right. Please don't post me in the Rube Goldberg thread.
I haven't worked with digital waveforms either, but have done a lot with Boolean logic, so I figured I could find the right functions on the palettes to get the job done. So I got into looking at a row at a time or a sample at a time. I just got to indexing arrays, then rebuilding until I finally found the logic to get the result I wanted. Never bothered to check if that simple !=0 VI was polymorphic.
09-28-2007 01:08 PM
Many thanks. I actually was thinking along the line of your second example but I didn't include the for loop.
Andy