<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Open Configuration on a RT Target in Components</title>
    <link>https://forums.ni.com/t5/Components/Configuration-Editor-Framework-CEF/m-p/3288404#M1745</link>
    <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using the Hierarchical repo and already took a look at the Editor and even the TBDF. There are still various questions. In my project to open the configuration, which classes do i have to add or create in order to access the configuration? How does the inheritance look like? Which VIs from the CEF API am i supposed to use?&lt;/P&gt;&lt;P&gt;I've already tried multiple combinations of VIs but never know if i'm on the right way. My attempts looks something like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Shown below is the top level vi of my project. The yellow Class is createt by myself and inherits from the hierarchical repo class. It's privat data is empty and it also contains no methods.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://forums.ni.com/t5/image/serverpage/image-id/182612iF6932FB6732D7718/image-size/original?v=v2&amp;amp;px=-1" border="0" alt="cef_open_config_broken_vi.JPG" title="cef_open_config_broken_vi.JPG" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;</description>
    <pubDate>Thu, 28 Apr 2016 08:57:08 GMT</pubDate>
    <dc:creator>nope.ch</dc:creator>
    <dc:date>2016-04-28T08:57:08Z</dc:date>
    <item>
      <title>Configuration Editor Framework (CEF)</title>
      <link>https://forums.ni.com/t5/Components/Configuration-Editor-Framework-CEF/m-p/2730619#M1710</link>
      <description>&lt;P&gt;Please submit questions, feedback and suggestions for the &lt;A href="https://forums.ni.com/t5/Example-Code/Configuration-Editor-Framework-CEF/ta-p/3984276" target="_blank" rel="noopener"&gt;Configuration Editor Framework&lt;/A&gt; in this thread.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="vipm://ni_lib_config_editor" target="_blank" rel="noopener"&gt;Install Toolkit&lt;/A&gt;&amp;nbsp;- This link will launch VI Package Manager and install the latest CEF package.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;A href="http://download.ni.com/evaluation/labview/lvtn/vipm/packages/ni_lib_config_editor/" target="_blank" rel="noopener"&gt;Alternative Download&lt;/A&gt;&amp;nbsp;-&amp;nbsp;If you require a direct download, you can access the VIP file from our FTP directory. We recommend the VIP file with the highest version number or most recently modified date.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Feb 2022 16:28:18 GMT</pubDate>
      <guid>https://forums.ni.com/t5/Components/Configuration-Editor-Framework-CEF/m-p/2730619#M1710</guid>
      <dc:creator>Christian_L</dc:creator>
      <dc:date>2022-02-07T16:28:18Z</dc:date>
    </item>
    <item>
      <title>Re: Configuration Editor Framework (CEF)</title>
      <link>https://forums.ni.com/t5/Components/Configuration-Editor-Framework-CEF/m-p/2998451#M1711</link>
      <description>&lt;P&gt;I thought this framework would work well for a new project I'm working on. This is really my first time working with Dynamic Dispatch and DVR style GOOP, so a lot of new stuff for me.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Couple things I've noticed in the default project that gets built from the New Project Wizard.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN style="line-height: 15px;"&gt;The "CEF Overview" document and the comments in the code say the file is saved to the GXML format when they are actually saved to a binary format. Not a big deal as either works and it's easily changed to use the GXML format. (which I did)&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN style="line-height: 15px;"&gt;For the second one, if you 'Duplicate'&amp;nbsp;a Group, "Copy" is appended to the Group name you duplicated. I see where that's done in the "Duplicate.vi" in the&amp;nbsp;Group class. When you Duplicate a Voltage or Current channel, the "Copy" is not appended to the channel name, so you end up with a duplicate name. Since neither the "Channel", "Voltage" or "Current" classes have a "Duplicate.vi", the "Duplicate.vi" from the parent Node class runs which does not add the "Copy" text.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN style="line-height: 15px;"&gt;I added a Duplicate.vi to the Channel class to fix this.&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/UL&gt;</description>
      <pubDate>Fri, 19 Sep 2014 18:11:42 GMT</pubDate>
      <guid>https://forums.ni.com/t5/Components/Configuration-Editor-Framework-CEF/m-p/2998451#M1711</guid>
      <dc:creator>EdDickens</dc:creator>
      <dc:date>2014-09-19T18:11:42Z</dc:date>
    </item>
    <item>
      <title>Re: Configuration Editor Framework (CEF)</title>
      <link>https://forums.ni.com/t5/Components/Configuration-Editor-Framework-CEF/m-p/3002483#M1712</link>
      <description>What would cause no data to make it into the repo? &lt;BR /&gt;&lt;BR /&gt;I've modified the framework to match the data I need. Everything seems to run just fine. I can build up the tree with all the options, but when I save it, but the XML file just has a single empty data structure. &lt;BR /&gt;&lt;BR /&gt;Looking at the Save VI, the cluster array from the repo is empty. &lt;BR /&gt;&lt;BR /&gt;The class hierarchy looks correct. One repo class inheriting from the main repo class and the rest all inherit from the Node class. &lt;BR /&gt;&lt;BR /&gt;What am I missing?</description>
      <pubDate>Tue, 23 Sep 2014 21:35:41 GMT</pubDate>
      <guid>https://forums.ni.com/t5/Components/Configuration-Editor-Framework-CEF/m-p/3002483#M1712</guid>
      <dc:creator>EdDickens</dc:creator>
      <dc:date>2014-09-23T21:35:41Z</dc:date>
    </item>
    <item>
      <title>Re: Configuration Editor Framework (CEF)</title>
      <link>https://forums.ni.com/t5/Components/Configuration-Editor-Framework-CEF/m-p/3010993#M1713</link>
      <description>&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 36pt;"&gt;PING&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Oct 2014 14:01:35 GMT</pubDate>
      <guid>https://forums.ni.com/t5/Components/Configuration-Editor-Framework-CEF/m-p/3010993#M1713</guid>
      <dc:creator>EdDickens</dc:creator>
      <dc:date>2014-10-01T14:01:35Z</dc:date>
    </item>
    <item>
      <title>Re: Configuration Editor Framework (CEF)</title>
      <link>https://forums.ni.com/t5/Components/Configuration-Editor-Framework-CEF/m-p/3012367#M1714</link>
      <description>&lt;P&gt;I finally figured out my issue.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I had some problems in the "ToRepo" and FromRepo" methods.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;All is well (for now). I have one more level to add to the tree that is a bit complex so we'll see how it goes.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Oct 2014 13:41:50 GMT</pubDate>
      <guid>https://forums.ni.com/t5/Components/Configuration-Editor-Framework-CEF/m-p/3012367#M1714</guid>
      <dc:creator>EdDickens</dc:creator>
      <dc:date>2014-10-02T13:41:50Z</dc:date>
    </item>
    <item>
      <title>Re: Configuration Editor Framework (CEF)</title>
      <link>https://forums.ni.com/t5/Components/Configuration-Editor-Framework-CEF/m-p/3012541#M1715</link>
      <description>&lt;P&gt;Hi EdDickens, sorry for the delay i was not suscribed to this thread. &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It’s good you are using the framework. Also we have now the source code in github:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/NISystemsEngineering/CEF" target="_blank"&gt;https://github.com/NISystemsEngineering/CEF&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;For your questions you are right now we are saving it to a binary file, previous versions used GXML, but I got some feedback about removing dependencies, specially because it was just an example. I have to update the documentation on that.&lt;/P&gt;
&lt;P&gt;For your second question you are right that is sort of the intended behavior. The classes in the example are just examples of things that can be done with the framework. And the duplicate.vi is an override to specify what behavior you want when a tree node is duplicated. In some cases you might want to add a number instead of copy, or in this case I was allowing the channels to have the same name as they were in different groups. For example if you have as group’s machine 1 and machine 2, you might want to have a temperature channel in both machines. And the purpose of the VI is to modify that behavior.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you save and load your configuration? The main reason the repo could be empty is that the To Repo Vis are having an issue. Did you modify them? Did you removed the call to parent (I have heard some feedback that I need more documentation on that part.&lt;/P&gt;
&lt;P&gt;If you have more questions let me know and if you foudn bugs you can report them in the github page.&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Thu, 02 Oct 2014 15:21:56 GMT</pubDate>
      <guid>https://forums.ni.com/t5/Components/Configuration-Editor-Framework-CEF/m-p/3012541#M1715</guid>
      <dc:creator>BeCeGa</dc:creator>
      <dc:date>2014-10-02T15:21:56Z</dc:date>
    </item>
    <item>
      <title>Re: Configuration Editor Framework (CEF)</title>
      <link>https://forums.ni.com/t5/Components/Configuration-Editor-Framework-CEF/m-p/3026991#M1716</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tried to build an executable from this project, but the program gives me an error when it tries to load the classes and glyphs.&lt;/P&gt;
&lt;P&gt;I also tried to copy both folders to the executable directory, but then the ui.vi's from group and channel give an error saying that the vi is broken.&lt;/P&gt;
&lt;P&gt;How i can avoid this problems?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Pedro&lt;/P&gt;</description>
      <pubDate>Fri, 17 Oct 2014 15:21:59 GMT</pubDate>
      <guid>https://forums.ni.com/t5/Components/Configuration-Editor-Framework-CEF/m-p/3026991#M1716</guid>
      <dc:creator>ENDIPREV</dc:creator>
      <dc:date>2014-10-17T15:21:59Z</dc:date>
    </item>
    <item>
      <title>Re: Configuration Editor Framework (CEF)</title>
      <link>https://forums.ni.com/t5/Components/Configuration-Editor-Framework-CEF/m-p/3027441#M1717</link>
      <description>&lt;P&gt;HI ENDIPREV&lt;/P&gt;
&lt;P&gt;&amp;nbsp; The problem you are having is the link for both the Glyphs and the classes is dynamic and LabVIEW will not include them in the build by default. I will add this as aditional documentation to the framework and add a build to the sample project.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;So what you need to do is add the glyphs and Classes folders in Always include&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://forums.ni.com/t5/image/serverpage/image-id/157231i08A40A686E1AC712/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" alt="AlwaysInclude.PNG" title="AlwaysInclude.PNG" align="center" /&gt;&lt;/P&gt;
&lt;P&gt;Create a destination with the Path of the folder of the aplication&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://forums.ni.com/t5/image/serverpage/image-id/157233i222C7C0F3CC4ED4A/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" alt="Destinations.PNG" title="Destinations.PNG" align="center" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And set the Folders to be placed there as a folder in Source File settings&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://forums.ni.com/t5/image/serverpage/image-id/157235i55FB34703A0E61FD/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" alt="Source File Settings.PNG" title="Source File Settings.PNG" align="center" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Aditionally you should remove "remove unused members in project libraries" that is selected by default in aditional exlusions&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://forums.ni.com/t5/image/serverpage/image-id/157237i02538FEDC0D6F70B/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" alt="exclusions.PNG" title="exclusions.PNG" align="center" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you have any other questions let me know.&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Fri, 17 Oct 2014 22:14:19 GMT</pubDate>
      <guid>https://forums.ni.com/t5/Components/Configuration-Editor-Framework-CEF/m-p/3027441#M1717</guid>
      <dc:creator>BeCeGa</dc:creator>
      <dc:date>2014-10-17T22:14:19Z</dc:date>
    </item>
    <item>
      <title>Re: Configuration Editor Framework (CEF)</title>
      <link>https://forums.ni.com/t5/Components/Configuration-Editor-Framework-CEF/m-p/3027667#M1718</link>
      <description>&lt;P&gt;Hi BeCeGa,&lt;BR /&gt;&lt;BR /&gt;Thank you for your reply, it was very elucidative and solved my problem.&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Pedro&lt;/P&gt;</description>
      <pubDate>Sat, 18 Oct 2014 13:45:34 GMT</pubDate>
      <guid>https://forums.ni.com/t5/Components/Configuration-Editor-Framework-CEF/m-p/3027667#M1718</guid>
      <dc:creator>ENDIPREV</dc:creator>
      <dc:date>2014-10-18T13:45:34Z</dc:date>
    </item>
    <item>
      <title>Re: Configuration Editor Framework (CEF)</title>
      <link>https://forums.ni.com/t5/Components/Configuration-Editor-Framework-CEF/m-p/3064202#M1719</link>
      <description>&lt;P&gt;I'm likely missing something obvious here but...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'd like to grab the name (Text) of a Parent item and pass it into the Initialize functions of certian child functions so the Parents name can be appended to the Childs name.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The "AddNode" VI has both the Parent Node ID and the Parents DVR that could be passed into the Initialize VI through the "parameters" control. I can't seem to figure out how to get the Parents "Text" from either of those values.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Dec 2014 16:28:08 GMT</pubDate>
      <guid>https://forums.ni.com/t5/Components/Configuration-Editor-Framework-CEF/m-p/3064202#M1719</guid>
      <dc:creator>EdDickens</dc:creator>
      <dc:date>2014-12-11T16:28:08Z</dc:date>
    </item>
    <item>
      <title>Re: Configuration Editor Framework (CEF)</title>
      <link>https://forums.ni.com/t5/Components/Configuration-Editor-Framework-CEF/m-p/3064400#M1720</link>
      <description>&lt;P&gt;Hi Ed, the AddNode VI included is part of the project so you will want to replace it with a custom one.&amp;nbsp; And like you were trying in here probably the best way to get the getText is using the parent reference. The parent ID is used in the ID to ref VI to get the actual reference to the parent.&amp;nbsp; Once you have that reference you can convert it to the object using the in place structure. and then pass this as a parameter to the node. Your node will need to figure out what to do with it, if this is the only parameter you will use passing the string will work.&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://forums.ni.com/t5/image/serverpage/image-id/160606i81DACA75632B5A68/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" alt="AddNode.PNG" title="AddNode.PNG" align="middle" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Best Regards&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Dec 2014 23:40:56 GMT</pubDate>
      <guid>https://forums.ni.com/t5/Components/Configuration-Editor-Framework-CEF/m-p/3064400#M1720</guid>
      <dc:creator>BeCeGa</dc:creator>
      <dc:date>2014-12-11T23:40:56Z</dc:date>
    </item>
    <item>
      <title>Re: Configuration Editor Framework (CEF)</title>
      <link>https://forums.ni.com/t5/Components/Configuration-Editor-Framework-CEF/m-p/3094168#M1721</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Feb 2015 16:47:25 GMT</pubDate>
      <guid>https://forums.ni.com/t5/Components/Configuration-Editor-Framework-CEF/m-p/3094168#M1721</guid>
      <dc:creator>Jorge_Amaral</dc:creator>
      <dc:date>2015-02-24T16:47:25Z</dc:date>
    </item>
    <item>
      <title>Re: Configuration Editor Framework (CEF)</title>
      <link>https://forums.ni.com/t5/Components/Configuration-Editor-Framework-CEF/m-p/3098114#M1722</link>
      <description>&lt;P&gt;I am investigating using this for a project to configure a cRIO.&amp;nbsp; I am new to a lot of the features used in this program, such as classes.&amp;nbsp; So pletny to learn!.&amp;nbsp; I would like to add a couple of additional channel types like vibration and speed.&amp;nbsp; I followed the instructions and have created a new channel class inherited from Node class.&amp;nbsp; However, when I run the VI and try to add my new channel, it is not displayed in the shortcut menu.&amp;nbsp; It still only displays "Voltage" and "Current".&amp;nbsp; Where do new classes get added to the shortcut mentu?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Marty&lt;/P&gt;</description>
      <pubDate>Wed, 04 Mar 2015 00:19:09 GMT</pubDate>
      <guid>https://forums.ni.com/t5/Components/Configuration-Editor-Framework-CEF/m-p/3098114#M1722</guid>
      <dc:creator>martym</dc:creator>
      <dc:date>2015-03-04T00:19:09Z</dc:date>
    </item>
    <item>
      <title>Re: Configuration Editor Framework (CEF)</title>
      <link>https://forums.ni.com/t5/Components/Configuration-Editor-Framework-CEF/m-p/3098278#M1723</link>
      <description>&lt;P&gt;hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't really understand this project. But check the "editOptions.vi". I think that this is what you are trying to find.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Br,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jorge&lt;/P&gt;</description>
      <pubDate>Wed, 04 Mar 2015 09:50:31 GMT</pubDate>
      <guid>https://forums.ni.com/t5/Components/Configuration-Editor-Framework-CEF/m-p/3098278#M1723</guid>
      <dc:creator>Jorge_Amaral</dc:creator>
      <dc:date>2015-03-04T09:50:31Z</dc:date>
    </item>
    <item>
      <title>Re: Configuration Editor Framework (CEF)</title>
      <link>https://forums.ni.com/t5/Components/Configuration-Editor-Framework-CEF/m-p/3098544#M1724</link>
      <description>&lt;P&gt;Jorge,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thanks for pointing me in the right direction.&amp;nbsp; There are a couple "Edit Options" vi's, but I found what I was looking for under the Group.lvclass.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Marty&lt;/P&gt;</description>
      <pubDate>Wed, 04 Mar 2015 15:59:46 GMT</pubDate>
      <guid>https://forums.ni.com/t5/Components/Configuration-Editor-Framework-CEF/m-p/3098544#M1724</guid>
      <dc:creator>martym</dc:creator>
      <dc:date>2015-03-04T15:59:46Z</dc:date>
    </item>
    <item>
      <title>Re: Configuration Editor Framework (CEF)</title>
      <link>https://forums.ni.com/t5/Components/Configuration-Editor-Framework-CEF/m-p/3102800#M1725</link>
      <description>&lt;P&gt;Hello to all!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm trying to use this configurator on a small project (just to help me understand). But in this moment I'm having a bug that doesn't saves correctly. Can anyone see the code that I attach and check why it's not possible to save ?&lt;/P&gt;
&lt;P&gt;For now I only want to save the system name (the first element on the tree).&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://forums.ni.com/t5/image/serverpage/image-id/164233iBE2DB21B3E67E8DE/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" alt="SAveoperation.png" title="SAveoperation.png" /&gt;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Jorge&lt;/P&gt;</description>
      <pubDate>Thu, 12 Mar 2015 13:59:19 GMT</pubDate>
      <guid>https://forums.ni.com/t5/Components/Configuration-Editor-Framework-CEF/m-p/3102800#M1725</guid>
      <dc:creator>Jorge_Amaral</dc:creator>
      <dc:date>2015-03-12T13:59:19Z</dc:date>
    </item>
    <item>
      <title>Re: Configuration Editor Framework (CEF)</title>
      <link>https://forums.ni.com/t5/Components/Configuration-Editor-Framework-CEF/m-p/3102894#M1726</link>
      <description>&lt;P&gt;Hi Jorge&lt;/P&gt;
&lt;P&gt;&amp;nbsp;If you are suing the same code as the example the main reason it’s not saving that name is because you don’t have any channel. In the example the structure of the file is just an array with channels, and the system name is a property of the channel. And when you load the file it just picks the first channel and read the property. SO if you want it to be saved just add a channel.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;If you want to save it without saving a channel you can modify the save and load VIs to not just save the array of channels but save and load a cluster that contains the system field and the channels.&lt;/P&gt;
&lt;P&gt;In the newest version of the CEF we also include a new project template called advance project. I am working on updating the documentation for that one. But the main advantage you get is that it already has the To repo, for repo, save and load functionality created. How it work is you create an extra class for your node that is a configuration class. This class has a “to string” and “from string methods”, that serialize your object (you need to customize them) but makes saving loading and managing the from and to repo easier.&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Thu, 12 Mar 2015 15:42:13 GMT</pubDate>
      <guid>https://forums.ni.com/t5/Components/Configuration-Editor-Framework-CEF/m-p/3102894#M1726</guid>
      <dc:creator>BeCeGa</dc:creator>
      <dc:date>2015-03-12T15:42:13Z</dc:date>
    </item>
    <item>
      <title>Re: Configuration Editor Framework (CEF)</title>
      <link>https://forums.ni.com/t5/Components/Configuration-Editor-Framework-CEF/m-p/3102933#M1727</link>
      <description>&lt;P&gt;Hello Benjamin,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your comment. I think that I understood you. So I think that I can solve the problem now.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jorge&lt;/P&gt;</description>
      <pubDate>Thu, 12 Mar 2015 16:25:45 GMT</pubDate>
      <guid>https://forums.ni.com/t5/Components/Configuration-Editor-Framework-CEF/m-p/3102933#M1727</guid>
      <dc:creator>Jorge_Amaral</dc:creator>
      <dc:date>2015-03-12T16:25:45Z</dc:date>
    </item>
    <item>
      <title>Re: Configuration Editor Framework (CEF)</title>
      <link>https://forums.ni.com/t5/Components/Configuration-Editor-Framework-CEF/m-p/3185404#M1728</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I just started using version 2.1.0.15 of CEF. I have a basic question about Glyphs.&lt;/P&gt;
&lt;P&gt;Using Advanced Configuration Editor, I generated a new Project. When I run the VI "Configuration Tool Main.vi" and I add a Group and Current and Voltage Channels, I don't understand why both Voltage and Current Channels have the same Glyph. The Glyph looks the "velocity.png" glyph where I would have expected to be "DC_Volts.png" and "Current.png", respectively, when I look at respective "Get Text.vi" inside Classes.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you explain me where I'm wrong in my understanding?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;NOTE: I didn't go into details but it seems that, internally, there is an error 538504 thrown and it switches to a default glyph.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Vincent&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 31 Aug 2015 18:29:39 GMT</pubDate>
      <guid>https://forums.ni.com/t5/Components/Configuration-Editor-Framework-CEF/m-p/3185404#M1728</guid>
      <dc:creator>Vincent_R.</dc:creator>
      <dc:date>2015-08-31T18:29:39Z</dc:date>
    </item>
    <item>
      <title>Re: Configuration Editor Framework (CEF)</title>
      <link>https://forums.ni.com/t5/Components/Configuration-Editor-Framework-CEF/m-p/3185407#M1729</link>
      <description>&lt;P&gt;Hi Vincent, as you mention the problem is that the configurator is not being able to find the glyhps, it can be either the name is wrong, or its not in a folder it can find. When it doenst find a glyph it will use one of the Glyphs it was able to find.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;The name of the expedcted glyphs can be found in the GetText.vi overide.&lt;/P&gt;
&lt;P&gt;By default it expects all the Glyphs ot be on the Glyphs folder but that VI can be modified to load the Glyphs form other locations.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Mon, 31 Aug 2015 18:36:32 GMT</pubDate>
      <guid>https://forums.ni.com/t5/Components/Configuration-Editor-Framework-CEF/m-p/3185407#M1729</guid>
      <dc:creator>BeCeGa</dc:creator>
      <dc:date>2015-08-31T18:36:32Z</dc:date>
    </item>
  </channel>
</rss>

