huotom Posted July 31, 2009 Report Share Posted July 31, 2009 (edited) Huotom; Are you seeing this error as a result of installing a new plugin? Are you seeing this error when the RCF start? Did you say "yes" to the mass compile dialog? When you start the option, please be patient (even more if you did not mass compile). If this error is preventing from starting LabVIEW, then you can disable the autostart in the RCF ini file. Go to: LabVIEW Root\resource\JKI\RCF and edit the "Right Click Framework.ini" such as this key says: Auto Start with LabVIEW=FALSE Good luck. PJM Thanks for you reply. Are you seeing this error as a result of installing a new plugin? See followd images. Are you seeing this error when the RCF start? NO, I see this error after I click Cancel or OK at the RCF option as I mentioned. Did you say "yes" to the mass compile dialog? Yes. I am sorry that I see my RCF plugs like Jstify Text and Wire Error Case Structure dos't work properly. Edited July 31, 2009 by huotom Quote Link to comment
Bobillier Posted August 19, 2009 Report Share Posted August 19, 2009 Hi François Your RCF Plugin do not run with labview2009. There is few missing Vi's . The reason is that NI have modify config.llb between 8.61 and 2009, and remove few vi's in it . I send you a picture with differences . the better thing to do is to incorporate missing vi's inyour plugin. Regards Eric Bobillier Quote Link to comment
Francois Normandin Posted August 19, 2009 Author Report Share Posted August 19, 2009 Hi François Your RCF Plugin do not run with labview2009. There is few missing Vi's . The reason is that NI have modify config.llb between 8.61 and 2009, and remove few vi's in it . I send you a picture with differences . the better thing to do is to incorporate missing vi's inyour plugin. Regards Eric Bobillier Thanks for the tip Eric. I don't use LabVIEW 2009 just yet. I've uploaded version 1.1.11 that should take care of this issue. I've tested it successfully on my system with the Evaluation version. Quote Link to comment
Ton Plomp Posted July 25, 2010 Report Share Posted July 25, 2010 Nice tool, (why wasn't I using this before???) However I got it to crash LabVIEW. I had a cluster (A) that contained another cluster (B). B is a typedef, and it is the input of a VI. So I connected A into the VI, this was broken of course, I activated this tool and I got a 'beep', and then LabVIEW hang. just plain hang. Using Alt-tab I saw a VI-window that looked like the wire that I had selected, but I couldn't activate that VI (I believe the wire selection color is a 'modal' VI. But all I could do was right click on the Windows task-bar and select 'close windows' then in a split-second LabVIEW was closed. After starting up I got a 'adfjosdiafjipf.cpp crash' , I didn't investigate, but maybe I should have written down what exactly crashed. So this crash also uncovered a feature request. If the target element is a part of the source-cluster, insert a 'Unbundle by name' node. Ton Quote Link to comment
Francois Normandin Posted July 26, 2010 Author Report Share Posted July 26, 2010 Nice tool, (why wasn't I using this before???) However I got it to crash LabVIEW. I had a cluster (A) that contained another cluster (B). B is a typedef, and it is the input of a VI. So I connected A into the VI, this was broken of course, I activated this tool and I got a 'beep', and then LabVIEW hang. just plain hang. Using Alt-tab I saw a VI-window that looked like the wire that I had selected, but I couldn't activate that VI (I believe the wire selection color is a 'modal' VI. But all I could do was right click on the Windows task-bar and select 'close windows' then in a split-second LabVIEW was closed. After starting up I got a 'adfjosdiafjipf.cpp crash' , I didn't investigate, but maybe I should have written down what exactly crashed. So this crash also uncovered a feature request. If the target element is a part of the source-cluster, insert a 'Unbundle by name' node. Ton Hi Ton, I'm not sure I understand what happened to crash LV. Do you mean that the framework's semi-transparent selection superposition couldn't be closed (modal and in background)? If that's the case, I don't think I can do anything with my coding. That would be part of the framework itself. Anyway, the Unbundle suggestion is great. I'll try to implement it once I find the source code for the plugin... I seem to have develop that on a machine that I've since let go of. I hope I don't have to rebuild it from the vip file. (Well, if it comes to that, there are about twelve VIs to relink, so not a big problem). Quote Link to comment
Francois Normandin Posted July 26, 2010 Author Report Share Posted July 26, 2010 So this crash also uncovered a feature request. If the target element is a part of the source-cluster, insert a 'Unbundle by name' node. Ton I'll have this for the next release... <object id="scPlayer" class="embeddedObject" width="1066" height="696" type="application/x-shockwave-flash" data="http://content.screencast.com/users/normandinf/folders/Jing/media/bab2a5b4-ba31-4e70-b258-6d0312c6c70a/jingh264player.swf" > <param name="movie" value="http://content.screencast.com/users/normandinf/folders/Jing/media/bab2a5b4-ba31-4e70-b258-6d0312c6c70a/jingh264player.swf" /> <param name="quality" value="high" /> <param name="bgcolor" value="#FFFFFF" /> <param name="flashVars" value="thumb=http://content.screencast.com/users/normandinf/folders/Jing/media/bab2a5b4-ba31-4e70-b258-6d0312c6c70a/FirstFrame.jpg&containerwidth=1066&containerheight=696&content=http://content.screencast.com/users/normandinf/folders/Jing/media/bab2a5b4-ba31-4e70-b258-6d0312c6c70a/2010-07-26_1224.mp4&blurover=false" /> <param name="allowFullScreen" value="true" /> <param name="scale" value="showall" /> <param name="allowScriptAccess" value="always" /> <param name="base" value="http://content.screencast.com/users/normandinf/folders/Jing/media/bab2a5b4-ba31-4e70-b258-6d0312c6c70a/" /> <video width="1066" height="696" controls="controls"><br /> <source src="http://content.screencast.com/users/normandinf/folders/Jing/media/bab2a5b4-ba31-4e70-b258-6d0312c6c70a/2010-07-26_1224.mp4" type="video/mp4;" /><br /> <b>Your browser cannot play this video. <a href="http://www.screencast.com/handlers/redirect.ashx?target=viewingembededhelp">Learn how to fix this</a>.</b> </video> </object> 1 Quote Link to comment
Ton Plomp Posted July 28, 2010 Report Share Posted July 28, 2010 I seem to have develop that on a machine that I've since let go of. I hope I don't have to rebuild it from the vip file. (Well, if it comes to that, there are about twelve VIs to relink, so not a big problem). You know that mythical thing called SCC? I'll have this for the next release... Yes that looks really good! Ton Quote Link to comment
Francois Normandin Posted July 28, 2010 Author Report Share Posted July 28, 2010 You know that mythical thing called SCC? Shame on me... I installed TortoiseSVN and never used it. At least, I now use a Dropbox, which is my first baby step in the right direction. Quote Link to comment
Francois Normandin Posted August 17, 2010 Author Report Share Posted August 17, 2010 Yes that looks really good! Ton It's online. v 1.2.0 Quote Link to comment
Antoine Chalons Posted August 17, 2010 Report Share Posted August 17, 2010 It's online. v 1.2.0 Here is the error I get when I drop it (v1.2.0.3) in VIPM 3.0. Any idea why? Quote Link to comment
Francois Normandin Posted August 17, 2010 Author Report Share Posted August 17, 2010 Here is the error I get when I drop it (v1.2.0.3) in VIPM 3.0. Any idea why? Hi Antoine, You MUST have VIPM 2010. VIPM 2010 can now install packages anywhere on disk but it comes at the expense that packages built with 2010 and not readable with earlier versions. Once you move your package to 2010, can't go back. The good news is that anybody can now build unlimited VIs in their packages with the community edition. Some goodies are reserved for Pro edition, but it's gonna open up to a lot of people. Sorry, I guess I should have written this in the readme. (DONE) Quote Link to comment
Antoine Chalons Posted August 17, 2010 Report Share Posted August 17, 2010 Hi Antoine, You MUST have VIPM 2010. VIPM 2010 can now install packages anywhere on disk but it comes at the expense that packages built with 2010 and not readable with earlier versions. Once you move your package to 2010, can't go back. The good news is that anybody can now build unlimited VIs in their packages with the community edition. Some goodies are reserved for Pro edition, but it's gonna open up to a lot of people. Sorry, I guess I should have written this in the readme. (DONE) I was suspecting this. I am about to upgrade VIPM, so that's fine. Quote Link to comment
Ton Plomp Posted October 21, 2010 Report Share Posted October 21, 2010 Could we have a Singular to Array in type conversion? A simple 'Build Array' will do. Ton Quote Link to comment
Francois Normandin Posted October 21, 2010 Author Report Share Posted October 21, 2010 Could we have a Singular to Array in type conversion? Ton Done. (see v 1.2.0.7) With a bonus: mD Array to nD Array ==> insert Build Array when m < n & insert Index Array when m > n. <object id="scPlayer" class="embeddedObject" width="514" height="424" type="application/x-shockwave-flash" data="http://content.screencast.com/users/normandinf/folders/Jing/media/6677742b-028e-4fde-ac19-639e1ce267be/jingh264player.swf" > <param name="movie" value="http://content.screencast.com/users/normandinf/folders/Jing/media/6677742b-028e-4fde-ac19-639e1ce267be/jingh264player.swf" /> <param name="quality" value="high" /> <param name="bgcolor" value="#FFFFFF" /> <param name="flashVars" value="thumb=http://content.screencast.com/users/normandinf/folders/Jing/media/6677742b-028e-4fde-ac19-639e1ce267be/FirstFrame.jpg&containerwidth=514&containerheight=424&content=http://content.screencast.com/users/normandinf/folders/Jing/media/6677742b-028e-4fde-ac19-639e1ce267be/singular%20to%20array.mp4&blurover=false" /> <param name="allowFullScreen" value="true" /> <param name="scale" value="showall" /> <param name="allowScriptAccess" value="always" /> <param name="base" value="http://content.screencast.com/users/normandinf/folders/Jing/media/6677742b-028e-4fde-ac19-639e1ce267be/" /> <iframe type="text/html" frameborder="0" scrolling="no" style="overflow:hidden;" src="http://www.screencast.com/users/normandinf/folders/Jing/media/6677742b-028e-4fde-ac19-639e1ce267be/embed" height="424" width="514" ></iframe> </object> Quote Link to comment
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.