03-31-2006 07:10 AM
03-31-2006 09:13 AM
03-31-2006 11:26 AM
04-01-2006 01:52 PM
Since enum strings can't be edited for a VI which is reserved for running, you would need to load the VI dynamically anyway, in which case you can probably use the Set Control Value method, which requires the TD. You could reverse the code in that VI to build that part of the TD.
In general, though, you should not use VIs running on the RT target for the interface as it usually hurts the determinism. Instead, the common solution (which is definitely more complex) is to write a UI VI which runs on the PC and speaks with the RT VIs using TCP\IP or a direct connection (usually in a messaging protocol).
04-04-2006 10:40 AM
04-04-2006 01:07 PM
@vd wrote:
sorry - TD means what?
Type Descriptor.
You seem to have already solved this, but for another solution you might want to have a look at the OpenG data tools, which also get enum data based on the TD.