LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

LV beginner - how to delete from block diagram

I can select and delete on Front panel window but not Block Digram? Am I
missing something.


vishi
0 Kudos
Message 1 of 4
(3,001 Views)
Front panel objects can by default only be deleted from the front panel, wires and functions can be deleted from the diagram. You can however allow deletes of all types of objects on the block diagram if you add the following to the .ini file of LabVIEW (located in the same directory as the application):

copyDeleteFPDCOFromFPTerm=true

You can find a complete list of such .ini file options on:

http://labview.brianrenken.com/INI/
0 Kudos
Message 2 of 4
(3,001 Views)
Note: Changes to the .ini file comes into effect the next time you start LabVIEW.
0 Kudos
Message 3 of 4
(3,001 Views)
You can delete front panel items from the block diagram, but you have to enable that option first.

Under the Tools menu, select Options, then use the pull down menu to select Block Diagram. Check the box "Delete front panel items from diagram", this will allow you to delete controls and indicators from the Block Diagram.

The option may not take effect until the next time you launch Labview, so you need to close LV and reopen it to see if it takes effect.
0 Kudos
Message 4 of 4
(3,001 Views)