Jump to content

Autosizing Misbehavior


orko

Recommended Posts

Hello,

The problem that I am fighting against now in my current project can be viewed in this simple VI:

Download File:post-3266-1172249715.zip (LV8.0.1)

Basically, the problem is a real time-burner in large projects which use typedef constants a lot (for instance in queued message handlers where you are converting variant data to their typdef'd form in multiple cases). Every time you change the typedef, no matter if you have autosizing turned off or not, the constant resizes and makes a mess of the block diagram.

I believe this may be related to the following post, but his problem seemed more related to labels:

http://forums.lavag.org/index.php?showtopi...t=0&p=24425

-- orko

Link to comment

QUOTE(orko @ Feb 23 2007, 12:00 PM)

Hello,

The problem that I am fighting against now in my current project can be viewed in this simple VI:

Download File:post-3266-1172249715.zip (LV8.0.1)

Basically, the problem is a real time-burner in large projects which use typedef constants a lot (for instance in queued message handlers where you are converting variant data to their typdef'd form in multiple cases). Every time you change the typedef, no matter if you have autosizing turned off or not, the constant resizes and makes a mess of the block diagram.

I believe this may be related to the following post, but his problem seemed more related to labels:

http://forums.lavag.org/index.php?showtopi...t=0&p=24425

-- orko

This is a known issue.

I can only advise that you use a sub-VI to return the constant and use the sub-VI everywhere the typ-def-d constant would have appeared.

Ben

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.