annulla
Visualizzazione dei risultati per 
Cerca invece 
Intendevi dire: 

LabVIEW Scripting - Paste object from clipboard inside a structure

Risolto!
Vai alla soluzione

 

When i am trying to paste a object from clipboard through scripting. The object (node/function) is pasted in correct position but the pasted object is floating.

Is there a way to paste the object inside the case structure. or how to get rid of floating objects when pasting from clipboard. I do have reference of the error wire passing through the case structure. Any way to fix this?

floating objects.png

0 Kudos
Messaggio 1 di 3
744Visualizzazioni
Soluzione
Accettato da autore argomento Samuel_James

I assume you are pasting it on the top level diagram.

 

Instead, get a reference to the case structure it should go in, pick which frame, then get its diagram reference, and paste to that.

 

Kyle97330_0-1731958440454.png

 

If this isn't what you're doing, maybe post the scripting code you are using instead?

Messaggio 2 di 3
710Visualizzazioni

That helped Thank you 😀

0 Kudos
Messaggio 3 di 3
679Visualizzazioni