05-01-2015 02:04 PM
Hello,
Can you tell me why the coercion dot is present in the top level VI (Vi1)?
Also, is it possible to get rid of that coercion dot?
Thanks,
hiNi.
Solved! Go to Solution.
05-01-2015 02:12 PM
In the top level VI you have a strict type control reference. In the sub-vi you have a standard.
05-01-2015 02:56 PM
05-01-2015 03:06 PM - edited 05-01-2015 03:06 PM
hiNI wrote:Also, is it possible to get rid of that coercion dot?
Yes. right-click the static reference in the main VI and "Create control". Drag the new control to the subVI front panel and use it as replacement for the existing reference input (don't forget to hook it up in the connector pane).
No more coercion dot! 😄