10-16-2006 10:06 AM
10-17-2006 02:14 AM
Hi,
To create a property as part of a step, you will need to create a custom step type which has the property 'Configuration.ReadInput'.
There are examples of custom step types on the NI website.
Regards
Ray Farmer
10-17-2006 02:35 AM
10-17-2006 06:38 AM
Thanks, I new that, I should have been clearer. I was hoping that there was a way of creating a variable without creating a step type. It would be nice if my DLL could create all variables that it need on its own. Then, if there are anything changes, only the DLL has to be updated. Therefore, I only have to manage one item as opposed to two (DLL and Step Type). Less confilicts. Easier to maintain compatibility.