05-21-2018 12:12 PM
I am working on creating Custom step types. Created custom step with specified module(updating with specified labVIEW VI) and that step updated it in insertion palette.
So i can see the created custom step in my insertion palette and i can include that step into new sequence file.
After include the custom step -> step setting of that step showing no vi specified. so my custom step did not update specified module.
how do i get updated module in my customized step?.
Help me out and let me know any other details required?..
05-22-2018 02:06 AM
Do you add your VI's as Edit and Post-Step in the Substeps?
05-22-2018 04:37 AM
Yes I add my VI as Edit in substeps.
05-22-2018 04:41 AM
Do we need to include our VI's in both Edit as well as Post step under sub steps?
05-22-2018 05:12 AM
Yes, the Edit VI allows you to setup the properties of the Step.
The Post Step VI will be launched during the execution of the Step.