Jump to content

heiko

Members
  • Posts

    3
  • Joined

  • Last visited

    Never

heiko's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Thanks for the reply it brought me a lot of new ideas. I already saw that get/set attribute stuff, but was not using it because initially i wanted to automatically serialize my wires using GetTypeInfo and a case structure to format the data into a string like this "name=value". So i though it would be the most elegant way if i could just recreate that wire with its name. But it seems that there is still no way of programatically naming wires during run time. Anyway this variant attribute stuff looks like it is a good hack for doing 'item' => 'value' lookups (similar to hashes in perl). :thumbup: cheers heiko
  2. Hi, i am displaying multiple measures in a waveform graph (WG) using a cluster with t0, dt and a 2D array. Cause the scale of the measures is different i wanted to switch to this stacked display the waveform chart is capable of. Now it looks that WG does not support this. Does anyone now an elegant solution other than manually scaling the graphs? cheers heiko
  3. Hi, i am trying to programmatically create an array of variant which should be able to contain dynamic content. Because I want to query specific data from that variant later on I need to name every item. I tried to do it with the SetTypeInfo VI but unfortunately it overwrites the data contained in the variant. Does anyone know another solution? I'll attach a demo which demontrates this behaviour. btw. I left out the array in this demo. cheers Heiko Download File:post-6437-1161269090.vi
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.