06-09-2008 02:40 PM
06-09-2008 02:50 PM
06-09-2008 03:02 PM - edited 06-09-2008 03:04 PM
06-09-2008 03:09 PM
06-09-2008 03:44 PM - edited 06-09-2008 03:44 PM
06-09-2008 03:46 PM
06-09-2008 03:53 PM
06-10-2008 12:58 AM
Ben,
What is the thing behind indexing 2?
I mean, how will I have to know that when I index 2, I ll get the Enum constant's item count...
06-10-2008
02:11 AM
- last edited on
05-05-2025
06:47 PM
by
Content Cleaner
That is buried inside the LabVIEW data-type definition:
@parthabe wrote:
What is the thing behind indexing 2?
I mean, how will I have to know that when I index 2, I ll get the Enum constant's item count...
In the following example of an enumerated 8-bit integer for the items am, fm, and fm stereo, each group of characters represents a 16-bit word. The space enclosed in quotation marks (" ") represents an ASCII space.
0016 0015 0003 02a m02 fm 09f m" " st er eo
0016 indicates 22 bytes total. 0015 indicates an enumerated 8-bit integer. 0003 indicates there are three items.
Message Edited by TonP on 06-10-2008 09:15 AM
06-10-2008 12:40 PM