05-27-2014 03:14 PM
Is it possible to create a QD for "disconnect from typedef" ?
05-27-2014 03:17 PM
Yes
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord
05-27-2014 03:18 PM
How ?
05-27-2014 03:20 PM
I think it would be quite simple. The Control object type has an invoke method of "Disconnect from Typedef". Calling that on the selected object(s) should do the trick. I'd recommend looking at how some other quick drop functions have been made found here to get an idea of how to make it.
https://decibel.ni.com/content/groups/quick-drop-enthusiasts?view=documents
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord
05-27-2014 03:23 PM
There is already a JKI Right Click Frame Work VI that does this.
(Disconnect from Typedef Recursive)
Just copy that code into a QD function.
05-27-2014 05:32 PM
Is JKI Right Click Frame Work free ?
05-27-2014 05:56 PM
The right click framework was developed by JKI before QuickDrop existed to help speed development in a similar way. It is free and google search should bring it up. But it is no longer being since QuickDrop.
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord
05-28-2014 06:03 AM
RCF is available via VIPM. But we found that it doesn't work with newer versions of LabVIEW. I want to say it was with 2011 that RCF got broken. And JKI is no longer supporting it. So I don't recommend going that route.
05-28-2014 10:45 AM
I took a stab at writing this shortcut. You can get it here:
https://decibel.ni.com/content/docs/DOC-37041
LabVIEW 2013 and later.
05-28-2014 11:09 AM
I also got mine to work.
I use this function:
It disconnects all typedefs on the front.