04-30-2008 10:05 AM
04-30-2008 10:09 AM
Hi cmdrb,
search the forum for "scripting". http://forums.ni.com/ni/search?submitted=true&q=scripting ![]()
Mike
04-30-2008 10:21 AM
04-30-2008 10:37 AM
04-30-2008 10:46 AM
04-30-2008 11:05 AM
yes, its the array of bytes, but each byte have will be converted to different data types, like for example, Model A, the first byte and second byte will be used for boolean status and for Model B, the first byte and second byte will represent as the component byte of a word (in which 1 word represent a specific value). Consider that some models have more than 60 bytes of data.
Currently we do have separate vi for Model A and Model B.
Now, what I wanted to make is a universal VI that above conditions, that what ever the type of data declared, it will create an object depending on the type of data declared. This object will be displayed in the front panel.
04-30-2008 12:03 PM - edited 04-30-2008 12:04 PM
