09-07-2008 12:43 AM
09-07-2008
05:32 AM
- last edited on
06-01-2025
05:05 PM
by
Content Cleaner
09-07-2008 09:12 AM
Ciphertech wrote:
What tool do I use to make Custom Controls and vi's from scratch
Well, the direct answer is ... LabVIEW.
CC is right. You really need to at least go through the tutorials and crack open that Help file. It's written for a reason.
09-07-2008
12:14 PM
- last edited on
05-15-2025
05:24 PM
by
Content Cleaner
Ciphertech wrote:
What tool do I use to make Custom Controls and vi's from scratch
The sticky point is "from scratch". This is not fully possible! 😮
Using the control editor, you always start with an existing control, which you then modify by changing cosmetic properties such as size, arrangement, color, decals, etc. You cannot start from scratch, but you can typically come close to your ideas by starting with an existing control that has all the features you want.
More here: Creating Custom Controls, Indicators, and Type Definitions
For even more complex tasks, you can make an XControl. This is basically a control that can consist of as many controls and indicators as you like, can have any datatype, and contains complex code and logic.
More here: Using XControls (There is even a tutorial)
Good luck!
09-07-2008 01:44 PM
09-07-2008
02:58 PM
- last edited on
05-15-2025
05:24 PM
by
Content Cleaner
Ciphertech wrote:
I understand from other replies that there is a CONTROL EDITOR, this is really the answer (in part) to my question, but I could not find it.
You can get to the control editor by right-clicking on a control/indicator and select "advanced...customize". Once you have customized your control, you can save it, or just apply the changes to the control in the current VI. If you need two-state valves, you could customize a boolean button and import the on and off graphics into the two states. The links quoted above will give you more details.
You can even place them into the "user controls" area of the control palette. (Manual)
09-08-2008 07:59 AM
"DSC" is the add-on with all of the fancy controls and indicators.
DSC is not required to use those. If you like them, create a VI and drop one of each on its FP for use after the license expires.
If you look hard enuogh you will find the DSC controls being used in some of the standard shipping examples.
BTW: You really don't want to create a LV control from "scratch" unless you are the type that start building a house by digging a hole in the backyard, so you can smelt the iron you will use in making the nails. That's all I can say for now since the "iron" I have been cooking for that last three months is ready to tap.
Ben