Jump to content


Photo
- - - - -

CONFIGURING WINDOWS SDK FUNTIONS IN LABVIEW


  • Please log in to reply
40 replies to this topic

#41 rolfk

rolfk

    LabVIEW Aficionado

  • Premium Member
  • 2,045 posts
  • Location:Netherlands
  • Version:LabVIEW 2011
  • Since:1992

Posted 19 November 2011 - 09:43 AM

Is this code available? The link does not work. Please?[/left]


The code as posted in the diagram won't work at all. You can not emulate an embedded fixed size array in a cluster with a LabVIEW variable sized array at all. Instead you have to use a cluster which contains the same amount of elements of the same datatype, to match the fixed size array.

So a GUID is really a cluster of type { uint32,uint16,uint16, {uint8,uint8,uint8,uint8,uint8,uint8,uint8,uint8}}