LabWindows/CVI Idea Exchange

Community Browser
cancel
Showing results for 
Search instead for 
Did you mean: 
Post an idea

It would be nice to be able to import and export custom environment and color settings.  This would allow users to transfer settings to another computer, and it would also allow the community to create color schemes that could be shared.  Creating a good color scheme from scratch is time consuming, so it would be nice for both the creater and the user to be able to share the work that is done.

 

CustomColors.PNG

 

Regards,

 

Brandon V.

 

 

I would like to suggest a function tree view in CVI.  I feel this is sorely missing.  Many times, I want to jump right to a function, but I don't remember where it is.  In a single C file with 1,000+ lines, this can be very aggravating.

 

For this reason, I tend to use Notepad++ for the heavy lifting, along with the Source Cookifier plugin.  See attached screenshot of that plugin.

 

There are options in the plugin to enable certain features, such as the global and local variables in addition to the function names.  When you are inside a function in the souce editor, the tree updates with a selection to show that you are inside that function.  This is very helpful with functions that have more lines than available veritcal screen space.  This way, I don't have to scroll up to see what function I'm looking at.  I simply look at the tree with a glance and I know.

When a user changes a numeric control radix, LabWindows/CVI generates an EVENT_RADIX_CHANGE event and sends the event to the control callback function.

eventData1 = The new format of the radix(VAL_DECIMAL_FORMAT, VAL_HEX_FORMAT, VAL_OCTAL_FORMAT, or VAL_BINARY_FORMAT).  Provide an attribute to set the radix from source code.

IF autoscaling is activated for graphs on the UIR, it will fit the scale exactly to the data displayed. I would like to have an option to add an offset, so that the scale is always a little bit "bigger" then the data plotted.

For example if there would be an option "Autoscale Offset: 10", and I would plot an array containing data with values of min 30; max 340, the autoscale would set the scale to min 20 and max 350.

It would be convienent if there was a menu item for changing the Selection Mode.  Not that I would probably ever use the menu item itself, but if it was in the menu I could bind it to a shortcut key and I would use the shortcut key all the time.  Currently the only way I am aware of to change the selection mode is to use the mouse to click on the icon on the status bar, which is kind of inconvienent when manipulating text with the keyboard.  Thanks.

It would be convienent if this was the default, especially since the behavior now is to take the panel color from however Windows is set up on the development machine.  I find this both odd and inconvienent as it makes this error hard to catch as the panels look okay on the development PC.  Thanks.