cancel
Showing results for 
Search instead for 
Did you mean: 

unable clean up selection

ziedhosni
Active Participant

Re: unable clean up selection

Yes it works perfectly, it is an internal problem for this VI.

Thanks,

Norbert_B
Proven Zealot

Re: unable clean up selection

As you have quite many sequence structures in the code (which is NOT recommended btw), i find it possible that someone configured these as "Exclude from Diagram Cleanup".

Please check if this option was set.

 

Norbert

Norbert
----------------------------------------------------------------------------------------------------
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.
ziedhosni
Active Participant

Re: unable clean up selection

I checked also this option. Nothing is excluded from the clean up.

Zied

Norbert_B
Proven Zealot

Re: unable clean up selection

What happens if you copy the whole block diagram into a new VI?

Norbert
----------------------------------------------------------------------------------------------------
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.
ziedhosni
Active Participant

Re: unable clean up selection

I tried that as well, but nothing is pasted in the new VI.

Norbert_B
Proven Zealot

Re: unable clean up selection

If you press Ctrl+a in the original VI, what does the selection show?

 

Somehow i got the feeling you got fooled by a screenshot of code in the block diagram....

 

Norbert

Norbert
----------------------------------------------------------------------------------------------------
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.
moderator1983
Active Participant

Re: unable clean up selection

Message contains an image Message contains an attachment

@Norbert_B wrote:

Somehow i got the feeling you got fooled by a screenshot of code in the block diagram....

Norbert


I think the same...

@ziedhosni: Download the attached VI and check it out yourself, is your block diagram behaves like a 'Pseudo Code'...??

 

Actual and Pseudo Codes


I am not allergic to Kudos, in fact I love Kudos.

 Make your LabVIEW experience more CONVENIENT.


Highlighted
ziedhosni
Active Participant

Re: unable clean up selection

Message contains an image

I tried to copy paste the actual code in a new VI  and Then I used the clean up tool, I got this picture below,but when I tried to put the actual code in the VI where the clean up is disabled, I got the pseudo code which is the same as the actual code. Is this what you want me to do?

ziedhosni
Active Participant

Re: unable clean up selection

Message contains an attachment

here is the picture

moderator1983
Active Participant

Re: unable clean up selection


@ziedhosni wrote:

I tried to copy paste the actual code in a new VI  and Then I used the clean up tool, I got this picture below,but when I tried to put the actual code in the VI where the clean up is disabled, I got the pseudo code which is the same as the actual code.

Is this what you want me to do?


My intention to share that code (Actual and Pseudo Codes.vi) was to illustrate what Norbert_B has suggested:

 


@Norbert_B wrote:

Somehow i got the feeling you got fooled by a screenshot of code in the block diagram....



If you open the code I shared in previous reply and try to select and drag any node/wire in the Actual code and then do the same in the Pseudo code, you will find the difference in actual LabVIEW code and Pseudo code (picture/snapshot of the same).


I am not allergic to Kudos, in fact I love Kudos.

 Make your LabVIEW experience more CONVENIENT.