Jump to content

[CR] Insert Type Conversion RCF Plugin


Recommended Posts

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

post-121-12489767797_thumb.png

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. post-14628-124901772847_thumb.jpgpost-14628-124901773181_thumb.jpg

I am sorry that I see my RCF plugs like Jstify Text and Wire Error Case Structure dos't work properly.

post-14628-12490177521_thumb.jpg

Edited by huotom
Link to comment
  • 3 weeks later...

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

Link to comment

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.

Link to comment
  • 11 months later...

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

Link to comment

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... frusty.gif

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).

Link to comment

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>

  • Like 1
Link to comment

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

Link to comment
  • 3 weeks later...

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)

Link to comment

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.

Link to comment
  • 2 months later...

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>

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.