Popular Post hooovahh Posted March 15, 2017 Popular Post Report Posted March 15, 2017 View File XNode Editor 8 Years ago the first version of the XNode Manager was posted to the code repository in an attempt to allow the editing of XNodes. Being a fan of XNodes, but knowing that the XNode Manager is pretty limiting because of its age, I set out to make a new version with similar functionality. The XNode Manager had a blank XNode, and blank Abilities that it just made copies of. This is fine but then the abilities and XNode are quite old. There were many new Abilities added since version 8.2 and you can't add them using the XNode Manager. My XNode Editor reads your LabVIEW resource and populates the list of abilities to create from the ones that are possible to create. Then VI server is used to create the XNode, State control, and Abilities. This sets up the connector pane like it should and should work with all future versions of LabVIEW, until NI changes something that breaks it. It also reads in the XNode Ability descriptions to help understand how to use the new ability VIs. In addition to being able to create and edit XNodes, you also can edit the XNode icon, and description, along with adding any new abilities. Be aware this uses several private functions, and several undocumented features that could be potentially bad. I did a decent test to make sure memory leaks weren't a problem and I made several XNodes and Abilities and it seems stable. But at the end of the day if it blows up and crashes, don't be surprised, you've been warned. The original thread with discussion and progress on this tool was started here. Submitter hooovahh Submitted 03/15/2017 Category XNodes LabVIEW Version 6 Quote
DTaylor Posted March 16, 2017 Report Posted March 16, 2017 This tool is awesome. I used Aitor's for a long time until a coworker shared this with me after your presentation at NI week last year. It's nice to have access to the newer abilities. Quote
hooovahh Posted March 16, 2017 Author Report Posted March 16, 2017 Yeah it is unchanged from the version posted in the thread I linked to from over a year ago. But I still had plenty of people find that thread, and then try using all the broken versions so I figured I'd get around to putting in the code repository. Glad you like it, hopefully some day we won't need it. Quote
paul_cardinale Posted May 29, 2018 Report Posted May 29, 2018 Here is the updated XNode editor. I hadn't logged into LAVA in such a long time that my old account didn't work anymore; so I created a new one. XNode Editor.zip Quote
hooovahh Posted May 29, 2018 Author Report Posted May 29, 2018 Thanks for the update Paul, when I get a chance I'll back save it to 2012, test it out and upload the new version. For those wondering Paul's new version has these new features: Added a path indicator Now handles multi-layer icons Added a "Save As ..." function Quote
paul_cardinale Posted June 4, 2018 Report Posted June 4, 2018 While using it, I decided I needed one more feature: Placing the XNode on the cursor so I could drop it on a BD. Here'e the latest version. XNode Editor.zip 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.