08-29-2016 06:19 AM
Hi all ,
Is there any difference in execution time from passing a value using wires in Labview (v/s) calling the sequence context and then calling set property ?
kindly let me know .
Solved! Go to Solution.
08-31-2016 04:19 AM - edited 08-31-2016 04:21 AM
Hello Padugur,
please look into this thread:
Sequence Context vs. Parameters
Normally wire are and parameters are faster then setting a value thru a property node.
08-31-2016 05:15 AM
Its always better to go by passing the output results directly to variables than using sequence context.