12-14-2011 08:55 AM
12-15-2011 06:17 PM
Hi!
If you are creating functions, you are only going to be able to see them in the block diagram, because the front panel is the interface where the user interacts with the program. On the other hand, controls will be avalable on both windows, but are only accesible thtough the control palette in the front panel.
I hope this helps! Please let me know if there is anything else I can clarify.
Best Regards
Carlos O
Applications Engineer
National Instruments
12-16-2011 02:52 AM
Thanks for your help 🙂
12-16-2011 09:05 AM
You can cheat. You can create a wrapper VI that contains your custom control. Save the VI, and then add the VI to your functions palette, and select the "Place VI Contents" option. When you select the VI to place it on the block diagram, it will create the control. If you want to create the constant only, then create the VI so that it has the typedef constant on its block diagram.