07-04-2006 06:01 AM
Hi
After changing from
Does someone have a solution or a better idea?
(Redrop is necessary when reconfiguring some of my old express VI as the connector pane has changed.)
Thanks
07-05-2006 07:40 AM
Hello,
One thing you might try is this. First, make a backup copy of your Express VI's source and config LLBs then mass compile them (Tools - Advanced - Mass Compile) in 8.0.1. Alternatively, just open your main source VI (the one that gets dropped on the diagram) and press CTRL-S in 8.0.1 to save it.
If that doesn't work, could you provide a copy of your Express VI LLBs, saved in 7.1.1, but simplified as much as possible such that the error still occurs in 8.0.1?
07-07-2006 05:06 AM
Hello
All VI's are mass compiled (user.lib, vi.lib ect).
I have enclosed 2 zip-files. RedropVer1 and RedropVer2. Both files contain:
First create an express vi using version 1. Then replace VI's with version 2. The parameter "Type" is added. This works with LV7.1.1 but not in
You might want to look at "......\vi.lib\express\express input\SimulateSignalConfig.llb "
Thanks
VRV
07-11-2006 03:07 PM
Sorry for the delay in response. First, let me commend you on doing a great job packaging up exactly what I needed to help out with this. This is sometimes non-trivial to determine, especially with Express VI development.
Ok, so there's a bad news - good news type scenario here. The bad news is, this redrop functionality has never really been officially supported in customer-developed Express VIs.
That said, I very much understand the need for what you're doing, and have taken the time to debug this and offer you a workaround. I hope this is useful for you. There are a few things you will need to do to implement this workaround:
Please let me know if you have any trouble getting this working.
07-12-2006 05:50 AM
Hi Jeff
Thanks for the reply. It works great. ![]()
VRV