04-07-2025 04:13 AM
i have complicated block diagram cannot be cleaned with button clean up and even some wires and blocks looks like hidden or missed , please help how can i clean it up , see attached
04-07-2025 04:20 AM
If that's how it looks, the diagram is corrupted.
Probably because the diagram coordinates are 16 bit, and the limits where exceeded.
I don't know if it can be fixed, but I do know there's no quick fix. It will require the VI for sure.
I'd try to use scripting to get all nodes and wires (recursively) and set all object coordinates to 0,0. Then try if diagram cleanup can fix it. Alternatively, try to fix node coordinates of objects that have invalid coordinates, but it will be fiddly for sure.
04-07-2025 04:30 AM - edited 04-07-2025 04:34 AM
04-07-2025 04:50 AM
Looks more like a graphic issue.
Are your display driver up to date?
If you scroll on the block diagram does it fix the view?
04-07-2025 04:59 AM
when scroll not fixed , i think my graphic driver is uodated
04-07-2025 10:24 AM
I agree with Wiebe that you most likely exceeded the valid range for the block diagram. You can read more about it here.
(It is even possible that the diagram cleanup action itself pushed it over the edge)