Jump to content


Photo
* * * * * 1 votes

[CR] Insert Type Conversion RCF Plugin


  • Please log in to reply
38 replies to this topic

#21 François Normandin

François Normandin

    Son of Scotland

  • Premium Member
  • 1,081 posts
  • Location:Montréal, QC
  • Version:LabVIEW 2012
  • Since:1999

Posted 29 July 2009 - 01:47 PM

Hi François

Is it possible to get the plugin for LV8.2?Posted Image
I use this version and JKI RCF is supported from LV8.2.

thank in advance

Bjarne


Hello Bjarne,

I've got a few bugs to fish out this morning and then I'll test/compile it to make it LV8.2 and up.

François [frɑ̃swa], CLA


#22 François Normandin

François Normandin

    Son of Scotland

  • Premium Member
  • 1,081 posts
  • Location:Montréal, QC
  • Version:LabVIEW 2012
  • Since:1999

Posted 29 July 2009 - 02:55 PM

Is it possible to get the plugin for LV8.2?Posted Image
I use this version and JKI RCF is supported from LV8.2.


Done. I didn't think it would be that complicated to transfer everything to 8.2. I'll try from now on to only develop these RCF plugins in 8.2 directly... unless LV2009 gives us something I cannot resist! :D

François [frɑ̃swa], CLA


#23 huotom

huotom

    More Active

  • Members
  • PipPip
  • 46 posts
  • Version:LabVIEW 2010
  • Since:2008

Posted 30 July 2009 - 02:31 AM

Hi François

Is it possible to get the plugin for LV8.2?Posted Image
I use this version and JKI RCF is supported from LV8.2.

thank in advance

Bjarne

file:///c://error.jpg

I got this error sometimes, please help me!
My config: RCF auto start with LV.
My LV version:8.6.1f1

When I selct tools->RCF->options..-> NO operation , click cancel button, the the erro occurs.

error.JPG

I am sorry.

Can you see the image now?

Edited by huotom, 30 July 2009 - 02:29 AM.


#24 François Normandin

François Normandin

    Son of Scotland

  • Premium Member
  • 1,081 posts
  • Location:Montréal, QC
  • Version:LabVIEW 2012
  • Since:1999

Posted 30 July 2009 - 12:31 PM

I got this error sometimes, please help me!
My config: RCF auto start with LV.
My LV version:8.6.1f1

When I selct tools->RCF->options..-> NO operation , click cancel button, the the erro occurs.

error.JPG


Hi Huotom,

I'm not sure what this error is. This is something unrelated to my plugin. This framework is provided by JKI and you should report any error messages to them directly.
First, please browse the discussions found on their official RCF website. If you don't find your answer, login and post your question there.
If you get any error messages when you use a particular plugin, (Insert Type Conversion for example) then you should mention it on the discussion page related to this plugin.

good luck,

François [frɑ̃swa], CLA


#25 PJM_labview

PJM_labview

    The 500 club

  • JKI
  • 758 posts
  • Version:LabVIEW 2009
  • Since:1998

Posted 30 July 2009 - 06:00 PM

file:///c://error.jpg

I got this error sometimes, please help me!
My config: RCF auto start with LV.
My LV version:8.6.1f1

When I selct tools->RCF->options..-> NO operation , click cancel button, the the erro occurs.

error.JPG

I am sorry.

Can you see the image now?

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

rcf ini.png

Good luck.

PJM

#26 huotom

huotom

    More Active

  • Members
  • PipPip
  • 46 posts
  • Version:LabVIEW 2010
  • Since:2008

Posted 31 July 2009 - 05:19 AM

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

rcf ini.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. 1.JPG 2.JPG

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

Attached Thumbnails

  • 1.JPG

Edited by huotom, 31 July 2009 - 05:24 AM.


#27 Bobillier

Bobillier

    Very Active

  • Members
  • PipPipPip
  • 146 posts
  • Location:Rennes France
  • Version:LabVIEW 2009
  • Since:2009

Posted 19 August 2009 - 02:31 PM

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
file:///C:/Documents%20and%20Settings/Eric%20Bobillier/Bureau/Difference%20between%20config.llb.jpg

#28 François Normandin

François Normandin

    Son of Scotland

  • Premium Member
  • 1,081 posts
  • Location:Montréal, QC
  • Version:LabVIEW 2012
  • Since:1999

Posted 19 August 2009 - 04:06 PM

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
file:///C:/Documents%20and%20Settings/Eric%20Bobillier/Bureau/Difference%20between%20config.llb.jpg


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.

François [frɑ̃swa], CLA


#29 Ton Plomp

Ton Plomp

    How many lines per hour? Zero!

  • Premium Member
  • 1,972 posts
  • Location:Netherlands
  • Version:LabVIEW 2012
  • Since:2000

Posted 25 July 2010 - 08:33 PM

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

#30 François Normandin

François Normandin

    Son of Scotland

  • Premium Member
  • 1,081 posts
  • Location:Montréal, QC
  • Version:LabVIEW 2012
  • Since:1999

Posted 26 July 2010 - 12:34 PM

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

François [frɑ̃swa], CLA


#31 François Normandin

François Normandin

    Son of Scotland

  • Premium Member
  • 1,081 posts
  • Location:Montréal, QC
  • Version:LabVIEW 2012
  • Since:1999

Posted 26 July 2010 - 04:24 PM

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.scree...h264player.swf" >
<param name="movie" value="http://content.scree...h264player.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.scree...-6d0312c6c70a/" />
<video width="1066" height="696" controls="controls"><br />
<source src="http://content.scree...07-26_1224.mp4" type="video/mp4;" /><br />
<b>Your browser cannot play this video. <a href="http://www.screencas...ededhelp">Learn how to fix this</a>.</b>
</video>
</object>

François [frɑ̃swa], CLA


#32 Ton Plomp

Ton Plomp

    How many lines per hour? Zero!

  • Premium Member
  • 1,972 posts
  • Location:Netherlands
  • Version:LabVIEW 2012
  • Since:2000

Posted 28 July 2010 - 08:33 PM

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

#33 François Normandin

François Normandin

    Son of Scotland

  • Premium Member
  • 1,081 posts
  • Location:Montréal, QC
  • Version:LabVIEW 2012
  • Since:1999

Posted 28 July 2010 - 08:38 PM

You know that mythical thing called SCC?


Shame on me... I installed TortoiseSVN and never used it. Posted Image
At least, I now use a Dropbox, which is my first baby step in the right direction.

François [frɑ̃swa], CLA


#34 François Normandin

François Normandin

    Son of Scotland

  • Premium Member
  • 1,081 posts
  • Location:Montréal, QC
  • Version:LabVIEW 2012
  • Since:1999

Posted 17 August 2010 - 01:50 AM

Yes that looks really good!
Ton


It's online. v 1.2.0

François [frɑ̃swa], CLA


#35 Antoine Châlons

Antoine Châlons

    The 500 club

  • Members
  • PipPipPipPipPip
  • 589 posts
  • Location:France
  • Version:LabVIEW 2012
  • Since:1999

Posted 17 August 2010 - 06:17 AM

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.

pacerr.png

Any idea why?

____________________________
most boring end of the world ever!


#36 François Normandin

François Normandin

    Son of Scotland

  • Premium Member
  • 1,081 posts
  • Location:Montréal, QC
  • Version:LabVIEW 2012
  • Since:1999

Posted 17 August 2010 - 12:21 PM

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)

François [frɑ̃swa], CLA


#37 Antoine Châlons

Antoine Châlons

    The 500 club

  • Members
  • PipPipPipPipPip
  • 589 posts
  • Location:France
  • Version:LabVIEW 2012
  • Since:1999

Posted 17 August 2010 - 12:57 PM

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.

____________________________
most boring end of the world ever!


#38 Ton Plomp

Ton Plomp

    How many lines per hour? Zero!

  • Premium Member
  • 1,972 posts
  • Location:Netherlands
  • Version:LabVIEW 2012
  • Since:2000

Posted 21 October 2010 - 07:14 PM

Could we have a Singular to Array in type conversion?
InsertBuildArray.png

A simple 'Build Array' will do.

Ton

#39 François Normandin

François Normandin

    Son of Scotland

  • Premium Member
  • 1,081 posts
  • Location:Montréal, QC
  • Version:LabVIEW 2012
  • Since:1999

Posted 21 October 2010 - 09:18 PM

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.scree...h264player.swf" >
<param name="movie" value="http://content.scree...h264player.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.scree...-639e1ce267be/" />
<iframe type="text/html" frameborder="0" scrolling="no" style="overflow:hidden;" src="http://www.screencas...1ce267be/embed" height="424" width="514" ></iframe>
</object>

François [frɑ̃swa], CLA