12-05-2024 05:23 AM
After some rework on the VIs to eliminate un-needed sequences I noticed a problem with subdiagram label...
As you can see there are at least two residual label floating around... and they cannot be removed in any way (for my limited LabView knowledge).
They cannot be 'selected'
I tried also removing the container sequence but the label persist... I can only change the text inside (of course they are empty).
How can I fix this?
Solved! Go to Solution.
12-05-2024 05:27 AM
Hi Michele,
@michele.santucci wrote:
After some rework on the VIs to eliminate un-needed sequences I noticed a problem with subdiagram label...
As you can see there are at least two residual label floating around... and they cannot be removed in any way (for my limited LabView knowledge).
Get an older version of that VI from your SCC repository and start to "rework" again. Try to avoid the steps that created those floating labels...
What did you do to create them?
Whenever I reworked older VIs I mostly remove sequences at all so there is no need for sequence frame sublabels...
12-05-2024 05:30 AM
12-05-2024 06:15 AM
> Can you attach your VI (pref version LV2021)?
I can attach it without problem but LV2013.
12-05-2024 06:17 AM
> Get an older version of that VI from your SCC repository and start to "rework" again. Try to avoid the steps that created those floating labels...
hi GerdW... unluckly the original code was already populated with sequences and sublabels.
12-05-2024 06:52 AM
If you activate warnings in the Error window (ctrl+L) is might show floating labels and you can select them from the list.
12-05-2024 07:20 AM - edited 12-05-2024 07:22 AM
Hi Michele,
@michele.santucci wrote:
hi GerdW... unluckly the original code was already populated with sequences and sublabels.
This is not the main problem with your VI!
(Using SCC would help when those floating labels are created by your attempts to improve this VI.)
You should create subVIs from main steps and recreate the main VI from scratch using those subVIs and a better architecture.
In a proper architecture there should be NO Stop function inside the VI, but right now there are dozens...
@Yamaeda:
This only helps when there are no other errors. Right now the error list shows a max of 100 errors due to all those missing subVIs and global variables...
12-05-2024 07:33 AM - edited 12-05-2024 07:34 AM
I opened the vi in LabVIEW 2017. I managed to vertically resize (shrink) both labels until they disappeared.
12-05-2024 07:50 AM
How did you do? I can focus these sublabels but I cannot select them neither pin on an edge to resize it...
12-05-2024 07:58 AM
@michele.santucci ha scritto:
How did you do? I can focus these sublabels but I cannot select them neither pin on an edge to resize it...
Moving carefully the mouse pointer near the horizontal center of the label I eventually saw the resizing blue squarelet.