├── .gitignore ├── Autobuild.csv ├── Dev └── replace error gen.vi ├── Documentation ├── CEF Advance Clases.jpg ├── CEF Advance Clases.xml ├── CEF Advance Data View.jpg ├── CEF Advance Data View.xml ├── CEF Data View.jpg ├── CEF Data View.xml ├── CEF Serializable Configuration Class.docx ├── Configuration Editor Framework.docx ├── module configurator documentation.html └── ~$nfiguration Editor Framework.docx ├── Jenkinsfile ├── LICENSE.txt ├── NOTICE ├── README.md ├── Tests ├── Controls │ └── IDs.ctl ├── GetIDs.vi ├── LinkTest.lvtest ├── LinkTest.vi ├── MoveTest.vi ├── NISE_CEF_Tests.lvlib ├── PopulateTest.lvtest ├── PopulateTest.vi ├── SimpleTestTreeConfig.vi ├── TestTreeToRepo.vi ├── proptest_instancecount.lvtest ├── proptest_instancecount.vi ├── proptest_runtime class.lvtest ├── proptest_runtime class.vi ├── serialization test.lvtest ├── serialization test.vi ├── test class filtering.lvtest ├── test class filtering.vi ├── test enumerate.lvtest ├── test enumerate.vi ├── test flatten tree.vi ├── test metadata.lvtest ├── test metadata.vi ├── test validation.lvtest └── test validation.vi ├── Trunk ├── CEF-errors.txt ├── CEF.lvproj ├── Configuration Editor Framework.vipb ├── Configuration Framework │ ├── AddNode.vi │ ├── ClassNameCompare.vi │ ├── ClearSpecificError.vi │ ├── ClearSubPanel.vi │ ├── ClearSubPanelStandardEvents.vi │ ├── ClearTreeNode.vi │ ├── CloseNode.vi │ ├── Controls │ │ ├── EventCluster.ctl │ │ ├── GlyphIndexPair.ctl │ │ └── GlyphIndexPairActions.ctl │ ├── DuplicateNode.vi │ ├── GlyphIndexPairs.vi │ ├── LoadCustomGlyphs.vi │ ├── LoadNodeUI.vi │ ├── LoadNodeUIStandardEvents.vi │ ├── MoveNode.vi │ ├── NISE_CEF_TreeControl.lvlib │ ├── Node │ │ ├── AddChildtoNode.vi │ │ ├── AddGlyphtoGManager.vi │ │ ├── CacheState.ctl │ │ ├── CallbackOnLoadUI.vi │ │ ├── CleanUpNode.vi │ │ ├── ConcatenateOntoShortcutMenu.vi │ │ ├── CopyFromDVR.vi │ │ ├── CreateStandardEvents.vi │ │ ├── DestroyStandardEvents.vi │ │ ├── Duplicate.vi │ │ ├── EditOptions.vi │ │ ├── FilterNodesByRef.vi │ │ ├── FromRepo.vi │ │ ├── FromRepoCluster.ctl │ │ ├── GetDescendants.vi │ │ ├── GetOverlay.vi │ │ ├── GetSiblings.vi │ │ ├── GetText.vi │ │ ├── GetTreeStack.vi │ │ ├── IDtoNode.vi │ │ ├── IDtoSubnodeclass.vi │ │ ├── Initialize.vi │ │ ├── InnerCallbackOnLoadUI.vi │ │ ├── InnerCallbackOnWriteTree.vi │ │ ├── InsertIntoShortcutMenu.vi │ │ ├── LinkNodes.vi │ │ ├── MenuHandler.vi │ │ ├── NISE_CEF_Node.lvclass │ │ ├── NodeChangeEvent.ctl │ │ ├── NodeMenuOptions.ctl │ │ ├── NodeRef.ctl │ │ ├── NodeUI.vi │ │ ├── NodeUI.vit │ │ ├── NodetoID.vi │ │ ├── ReadChildren.vi │ │ ├── ReadNodeClass.vi │ │ ├── ReadParent.vi │ │ ├── RefreshUIEvent.ctl │ │ ├── RemoveChildFromNode.vi │ │ ├── ShortcutMenu.vi │ │ ├── StandardEvents.ctl │ │ ├── StopEvent.ctl │ │ ├── SubNodeCluster.ctl │ │ ├── Summary.ctl │ │ ├── ToRepo.vi │ │ ├── ToRepoCluster.ctl │ │ ├── UIRef.vi │ │ ├── UnlinkNode.vi │ │ ├── UserEventRef.ctl │ │ ├── WriteChildren.vi │ │ └── WriteParent.vi │ ├── NonDuplicateArrays.vi │ ├── PopulateTreeSumary.vi │ ├── PopulateTreeSumaryWithGlyphManager.vi │ ├── RefreshEntireTree.vi │ ├── RefreshEntireTreeWithGlyphManager.vi │ ├── RefreshSubTree.vi │ ├── RefreshSubTreeWithGlyphManager.vi │ ├── RemoveNode.vi │ ├── Repository │ │ ├── CustomView.vi │ │ ├── GenerateMenu.vi │ │ ├── GetClassPath.vi │ │ ├── HandleMenu.vi │ │ ├── Initialize.vi │ │ ├── NISE_CEF_Repository.lvclass │ │ ├── NewMenu.vi │ │ ├── Open.vi │ │ ├── ReadTree.vi │ │ ├── Save.vi │ │ ├── StoreClassesPaths.vi │ │ ├── Validate.vi │ │ └── WriteTree.vi │ ├── Summary.vi │ ├── SummaryWithGlyphManager.vi │ ├── ValidDragDrop.vi │ ├── add filename if missing.vi │ ├── class discovery singleton │ │ ├── class discovery singleton methods.ctl │ │ ├── class discovery singleton.lvlib │ │ ├── class discovery singleton.vi │ │ ├── load class.vi │ │ ├── remove duplicate classes.vi │ │ ├── remove lvclass extension.vi │ │ └── search for available lvclass files.vi │ ├── error generator.vi │ ├── error generator │ │ └── NISE_error generator.vi │ ├── folder configuration │ │ ├── NISE_CEF_serializable node folder configuration.lvclass │ │ └── create default alias.vi │ ├── folder │ │ ├── AddChildtoNode.vi │ │ ├── EditOptions.vi │ │ ├── GetText.vi │ │ ├── NISE_CEF_serializable node folder.lvclass │ │ ├── Read configuration.vi │ │ ├── RemoveChildFromNode.vi │ │ └── Write configuration.vi │ ├── glyph manager │ │ ├── add glyph core.vi │ │ ├── add glyphs from path.vi │ │ ├── add glyphs.vi │ │ ├── add search path.vi │ │ ├── create glyph manager.vi │ │ ├── create overlay set.vi │ │ ├── find glyph data by name.vi │ │ ├── glyph manager.ctl │ │ ├── glyph manager.lvlib │ │ └── update tree control.vi │ ├── hierarchy repo │ │ ├── NISE_CEF_HierarchyRepo.lvclass │ │ ├── Open.vi │ │ ├── Read memory hierarchy.vi │ │ ├── ReadTree.vi │ │ ├── Save.vi │ │ ├── Validate.vi │ │ ├── Write memory hierarchy.vi │ │ ├── WriteTree.vi │ │ ├── add to repo.vi │ │ ├── call on write tree.vi │ │ ├── configuration to node.vi │ │ ├── flatten memory.vi │ │ ├── get child configuration objects.vi │ │ ├── get configuration by UID.vi │ │ ├── get configuration by alias.vi │ │ ├── set configuration by UID.vi │ │ ├── set configuration by alias.vi │ │ └── unflatten memory.vi │ ├── one shot error.vi │ ├── serializable configuration │ │ ├── GUID Int to String.vi │ │ ├── GUID string to int.vi │ │ ├── NISE_CEF_serializable configuration.lvclass │ │ ├── Numeric GUID.ctl │ │ ├── Read UID.vi │ │ ├── Read key-value pairs.vi │ │ ├── callback on load.vi │ │ ├── create GUID.vi │ │ ├── create default alias.vi │ │ ├── create new identifier.vi │ │ ├── deserialize.vi │ │ ├── destroy.vi │ │ ├── duplicate.vi │ │ ├── dynamic initialize.vi │ │ ├── enumerate subitems.vi │ │ ├── execution class name.vi │ │ ├── from string.vi │ │ ├── get alias.vi │ │ ├── get view class name.vi │ │ ├── initialize.vi │ │ ├── instance count allowed.vi │ │ ├── parse version string.vi │ │ ├── read metadata property.vi │ │ ├── refresh and repair.vi │ │ ├── serialize.vi │ │ ├── set alias.vi │ │ ├── set metadata property.vi │ │ ├── set view class name.vi │ │ ├── to string.vi │ │ ├── try repair.vi │ │ ├── unset metadata property.vi │ │ ├── unwrap data.vi │ │ ├── validate.vi │ │ └── wrap data.vi │ ├── serializable node │ │ ├── AddGlyphtoGManager.vi │ │ ├── Attempt Repair.vi │ │ ├── CallbackOnWriteTree.vi │ │ ├── ConcatenateOntoShortcutMenu.vi │ │ ├── Duplicate.vi │ │ ├── FromRepo.vi │ │ ├── GetOverlay.vi │ │ ├── GetText.vi │ │ ├── Initialize.vi │ │ ├── MenuHandler.vi │ │ ├── NISE_CEF_serializable node.lvclass │ │ ├── Read configuration.vi │ │ ├── ToRepo.vi │ │ ├── ToTable.vi │ │ ├── Write configuration.vi │ │ ├── configurations to from repo cluster.vi │ │ ├── display node data.vi │ │ ├── display report.vi │ │ ├── get information display strings.vi │ │ └── is abstract.vi │ └── tree serializer │ │ ├── NISE_CEF_TreeSerializer.lvlib │ │ ├── add to flattened hierarchy.vi │ │ ├── add to memory format.vi │ │ ├── base file format.ctl │ │ ├── base format to strings.vi │ │ ├── find alias from UID.vi │ │ ├── find all instances of class.vi │ │ ├── find all instances with alias.vi │ │ ├── find flat instance.vi │ │ ├── find instance.vi │ │ ├── flat hierarchy.ctl │ │ ├── full hierarchy.ctl │ │ ├── get children.vi │ │ ├── get file data.vi │ │ ├── get flattened children.vi │ │ ├── hierarchy element.ctl │ │ ├── instance data.ctl │ │ ├── memory hierarchy.ctl │ │ ├── memory to strings.vi │ │ ├── read full file.vi │ │ ├── remove from flattened hierarchy.vi │ │ ├── remove from memory format.vi │ │ ├── save file data.vi │ │ ├── search for ID.vi │ │ ├── search for alias.vi │ │ ├── search hierarchy.vi │ │ ├── search instance list for ID.vi │ │ ├── search instance list for alias.vi │ │ ├── search instance list for class.vi │ │ ├── split flat hierarchy.vi │ │ ├── split hierarchy.vi │ │ ├── split memory hierarchy.vi │ │ ├── strings to base format.vi │ │ ├── strings to memory.vi │ │ ├── write full file.vi │ │ └── write string array to file.vi └── ProjectTemplates │ ├── MetaData │ └── NISE_ConfigurationEditorFramework.xml │ └── Source │ ├── Advanced Configurator │ ├── Advanced Configuration Editor.lvproj │ ├── Advanced Configuration Tool.lvlib │ ├── Classes │ │ ├── cRIO configuration │ │ │ ├── Read System Name.vi │ │ │ ├── Write System Name.vi │ │ │ └── cRIO configuration.lvclass │ │ ├── cRIO node │ │ │ ├── CRIOUI.vi │ │ │ ├── EditOptions.vi │ │ │ ├── GetText.vi │ │ │ ├── Initialize.vi │ │ │ ├── Read configuration.vi │ │ │ ├── UIRef.vi │ │ │ ├── Write configuration.vi │ │ │ └── cRIO node root.lvclass │ │ ├── channel configuration │ │ │ ├── ChannelData.ctl │ │ │ ├── Read IO.vi │ │ │ ├── Read channel group.vi │ │ │ ├── Read channel info.vi │ │ │ ├── Read channel name.vi │ │ │ ├── Read channel type.vi │ │ │ ├── Read description.vi │ │ │ ├── Read sensor ID.vi │ │ │ ├── Read system.vi │ │ │ ├── Write IO.vi │ │ │ ├── Write channel group.vi │ │ │ ├── Write channel info.vi │ │ │ ├── Write channel name.vi │ │ │ ├── Write channel type.vi │ │ │ ├── Write description.vi │ │ │ ├── Write sensor ID.vi │ │ │ ├── Write system.vi │ │ │ ├── channel configuration.lvclass │ │ │ ├── from string.vi │ │ │ ├── to string.vi │ │ │ └── validate.vi │ │ ├── channel node │ │ │ ├── ChannelDisplayInfo.ctl │ │ │ ├── ChannelUI.vi │ │ │ ├── EditOptions.vi │ │ │ ├── GetText.vi │ │ │ ├── Read Channel info.vi │ │ │ ├── Read View Channel info.vi │ │ │ ├── Read configuration.vi │ │ │ ├── UIRef.vi │ │ │ ├── Write Channel info.vi │ │ │ ├── Write View Channel info.vi │ │ │ ├── Write configuration.vi │ │ │ └── channel node.lvclass │ │ ├── current node │ │ │ ├── GetText.vi │ │ │ ├── Initialize.vi │ │ │ └── current node.lvclass │ │ ├── group configuration │ │ │ ├── Read groupName.vi │ │ │ ├── Write groupName.vi │ │ │ └── group configuration.lvclass │ │ ├── group node │ │ │ ├── Duplicate.vi │ │ │ ├── EditOptions.vi │ │ │ ├── GetText.vi │ │ │ ├── GroupUI.vi │ │ │ ├── Initialize.vi │ │ │ ├── Read GroupName.vi │ │ │ ├── Read configuration.vi │ │ │ ├── UIRef.vi │ │ │ ├── Write GroupName.vi │ │ │ ├── Write configuration.vi │ │ │ └── group node.lvclass │ │ └── voltage node │ │ │ ├── GetText.vi │ │ │ ├── Initialize.vi │ │ │ └── voltage node.lvclass │ ├── Configuration Tool Main.vi │ ├── Controls │ │ ├── AddMessage.ctl │ │ ├── FilePaths.ctl │ │ ├── MoveMessage.ctl │ │ └── StateCluster.ctl │ ├── Glyphs │ │ ├── AC_Volts.png │ │ ├── ApplicationIcon.ico │ │ ├── Async.png │ │ ├── Axis.png │ │ ├── ChnGroup.png │ │ ├── ChnTime.png │ │ ├── ChnWave.png │ │ ├── Confine_Window.png │ │ ├── Current.png │ │ ├── DC_Volts.png │ │ ├── Error.png │ │ ├── Folder.png │ │ ├── Gear.ico │ │ ├── Gear.png │ │ ├── PC.png │ │ ├── Resource.png │ │ ├── System.png │ │ ├── analog.png │ │ ├── applications-system-3.png │ │ ├── cRIO.png │ │ ├── cRIOEmbeddedChassis.png │ │ ├── cRIO_Controller.png │ │ ├── cRIO_Network_Controller.png │ │ ├── choice.png │ │ ├── ethernet.png │ │ ├── rotation2.png │ │ ├── steps.png │ │ ├── task.png │ │ ├── temp.png │ │ └── velocity.png │ ├── documentation │ │ └── redirect.html │ ├── scripting │ │ ├── Features_SpecPage.vi │ │ ├── PostCopyScripting.vi │ │ ├── Read Spec Page Path.vi │ │ ├── Read library name.vi │ │ ├── Update Status.vi │ │ ├── Write library name.vi │ │ ├── editorscriptingobjectadv.lvclass │ │ └── save everything this project less crashy.vi │ └── subVI │ │ ├── Error.vi │ │ ├── FileDialog.vi │ │ ├── FilePaths.vi │ │ ├── MenuOptions.vi │ │ ├── Save.vi │ │ ├── SaveAs.vi │ │ ├── SaveDialog.vi │ │ └── generate default path.vi │ └── Configuration Editor Framework │ ├── Classes │ ├── Channel │ │ ├── Channel.lvclass │ │ ├── ChannelDisplayInfo.ctl │ │ ├── ChannelUI.vi │ │ ├── EditOptions.vi │ │ ├── FromRepo.vi │ │ ├── GetText.vi │ │ ├── Read Channel info.vi │ │ ├── Read View Channel info.vi │ │ ├── ToRepo.vi │ │ ├── UIRef.vi │ │ ├── Write Channel info.vi │ │ └── Write View Channel info.vi │ ├── Current │ │ ├── Current.lvclass │ │ ├── GetText.vi │ │ └── Initialize.vi │ ├── Group │ │ ├── ChannelTypetoClass.vi │ │ ├── Duplicate.vi │ │ ├── EditOptions.vi │ │ ├── FromRepo.vi │ │ ├── GetText.vi │ │ ├── Group.lvclass │ │ ├── GroupUI.vi │ │ ├── Initialize.vi │ │ ├── Read GroupName.vi │ │ ├── ToRepo.vi │ │ ├── UIRef.vi │ │ └── Write GroupName.vi │ ├── Voltage │ │ ├── GetText.vi │ │ ├── Initialize.vi │ │ └── Voltage.lvclass │ ├── cRIO Repo │ │ ├── ChannelData.ctl │ │ ├── CustomView.vi │ │ ├── FileCluster.ctl │ │ ├── MultipleChannelEditorUI.vi │ │ ├── Open.vi │ │ ├── Read Channel Group.vi │ │ ├── Read Channel Name.vi │ │ ├── Read Channels.vi │ │ ├── Read Description.vi │ │ ├── Read IO .vi │ │ ├── Read SensorID.vi │ │ ├── Read System.vi │ │ ├── ReadTree.vi │ │ ├── Save.vi │ │ ├── Write Channel Group.vi │ │ ├── Write Channel Name.vi │ │ ├── Write Channels.vi │ │ ├── Write Description.vi │ │ ├── Write IO .vi │ │ ├── Write SensorID.vi │ │ ├── Write System.vi │ │ ├── WriteTree.vi │ │ └── cRIORepo.lvclass │ └── cRIO │ │ ├── CRIOUI.vi │ │ ├── EditOptions.vi │ │ ├── FromRepo.vi │ │ ├── GetText.vi │ │ ├── Initialize.vi │ │ ├── Read System Name.vi │ │ ├── ToRepo.vi │ │ ├── UIRef.vi │ │ ├── Write System Name.vi │ │ └── cRIO.lvclass │ ├── Configuration Editor Framework Template.lvproj │ ├── Configuration Tool Main.vi │ ├── Configuration Tool.lvlib │ ├── Controls │ ├── AddMessage.ctl │ ├── FilePaths.ctl │ ├── MoveMessage.ctl │ └── StateCluster.ctl │ ├── Glyphs │ ├── AC_Volts.png │ ├── ApplicationIcon.ico │ ├── Async.png │ ├── Axis.png │ ├── ChnGroup.png │ ├── ChnTime.png │ ├── ChnWave.png │ ├── Confine_Window.png │ ├── Current.png │ ├── DC_Volts.png │ ├── Error.png │ ├── Folder.png │ ├── Gear.ico │ ├── Gear.png │ ├── PC.png │ ├── Resource.png │ ├── System.png │ ├── analog.png │ ├── applications-system-3.png │ ├── cRIO.png │ ├── cRIOEmbeddedChassis.png │ ├── cRIO_Controller.png │ ├── cRIO_Network_Controller.png │ ├── choice.png │ ├── ethernet.png │ ├── rotation2.png │ ├── steps.png │ ├── task.png │ ├── temp.png │ └── velocity.png │ ├── documentation │ └── redirect.html │ ├── scripting │ ├── Features_SpecPage.vi │ ├── PostCopyScripting.vi │ ├── Read Spec Page Path.vi │ ├── Read library name.vi │ ├── Update Status.vi │ ├── Write library name.vi │ ├── editorscriptingobject.lvclass │ └── save everything this project less crashy.vi │ └── subVI │ ├── Error.vi │ ├── FileDialog.vi │ ├── FilePaths.vi │ ├── MenuOptions.vi │ ├── Save.vi │ ├── SaveAs.vi │ └── SaveDialog.vi └── version.txt /.gitignore: -------------------------------------------------------------------------------- 1 | # Libraries 2 | *.lvlibp 3 | *.llb 4 | 5 | # Shared objects (inc. Windows DLLs) 6 | *.dll 7 | *.so 8 | *.so.* 9 | *.dylib 10 | 11 | # Executables 12 | *.exe 13 | 14 | # Metadata 15 | *.aliases 16 | *.lvlps 17 | 18 | !/Style Guidelines/**/* 19 | !/**/vi.lib/**/* -------------------------------------------------------------------------------- /Autobuild.csv: -------------------------------------------------------------------------------- 1 | vipb Trunk\Configuration Editor Framework.vipb testinstall upload=platypus -------------------------------------------------------------------------------- /Dev/replace error gen.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Dev/replace error gen.vi -------------------------------------------------------------------------------- /Documentation/CEF Advance Clases.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Documentation/CEF Advance Clases.jpg -------------------------------------------------------------------------------- /Documentation/CEF Advance Clases.xml: -------------------------------------------------------------------------------- 1 | vZZBc9o8EIZ/jY/tgBWgHIGS9PKdcmh7FEjYmshaZi0TyK/Pylphu1M64aP0Jr27WmmfVzJkYlUdn1Duy/9AaZvlo9qfrM7E1yzPld7JxvpPrZSTQGF1jLHZTLBwisKDmEehQKOiNO6EZ/PGRccjVhujdD1I9ADWm/1Q3IJzeusH2g7scIu9LFL5TnjeytRJT/1ulC+jOhnxWYL+TZui5G3EhAOVTLmtINbECwEoLYyq40rbwCw1zKuy/PFCwvkcqB3vdXHNQdqGj19rNNKaN7mhhvKRI6uyfGqpwnKDNCrCKNbp2Vf6ytJoTLHaI7ycWxek7Iy1K7CAba6YzhbLOZ1gWaBUhg6XYg4clePiqQ3xmz5YOmj0mu9IK3FTTxoq7fFEKZINLs5SWMhrHpgH36qxmMT5a2fbWHBO2bMsOXbmSANG+VGsdNN2pmhQegPuX9Lkp3UHmnm64X/CmdDdijNeyxuwzdaL6Xr0YWz8AboDtumQWoLRgza/hVkNDW6ZTzK/h0wr+nbxFNCXUICTdt2pS4TGKR04BFo9xPpo/A+Ww/hnGH+ehJmjJkOoTQuTLlZ7iX6BCK8d61Z7JH9SNadShjKyAke7B7GXMvSXoP9q2PSiYaHl4U+BxEKnr/FVFqK29IAPw3LXWcKL/rIl0YZkSt+SnkMhFt/KVZZsLGxfrjfky/80pH15dzGEpt3vaxvr/TkR63c= -------------------------------------------------------------------------------- /Documentation/CEF Advance Data View.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Documentation/CEF Advance Data View.jpg -------------------------------------------------------------------------------- /Documentation/CEF Advance Data View.xml: -------------------------------------------------------------------------------- 1 | 7VlNc/I2EP41HNMBm49w5Ct5D+1MJ2TetEeBF1tTYVFZDqS/Prv2CtuA0yQN4MyUC9azK2m1j9a7klv+ZL27N2IT/aYDUC2vndgXBS1/2vK8AFYiVfYmgzwEUBzsctlg4DPwkgNdf5gDoZFBDnUKYC7/4UE7bUZTGUBSUbRaKys3VXCp4xiWtoKttKpOsRGhG74A5kvhVlJCn2RgoxzttdkWwn+ADCOexu+xYC2cbgb4M/SX0RrV6Gm9m4Ain7kFc6+Wd1ejsLfDQMxz1fZ5Fipl81teX6H6eKWxV5mi/t8pGZMJbpLMxyNU6PQ2u0KITyH9/5BghFlGL6jxABvtRsWp84Fztdye0jYwOo0DoBV0ULyNpIX5RixJusWdg1hk14rFK6nURCttsr5+fzAaD3Fl48Qa/ReUJO3st5c4Wvy9Bc5nvM/KPmM3PoOxwPsxg9iB96DXYA2tU/BmCvcQdeQ+3du86XYwU7EtdkjHYVFpd3j9Q87wgWk7M4WPBgCFPyVsL8HeYDbqzwqOPsNe92zs+e1ehT4Xs2X6XHSV6bsie+PpHQrvJHY+B3uhEYFEN0+lwTem1DHiIBIa+JimjwdqlVh2/gWI3Qdhc5mdpInVa2yJNXESLxL6+0Zh2r8Ymwh8MZuJTk3mqGJXlhwLAVYC3NTGRjrUsVCzAh0XridPldwMO2n/YJie/6TnXwY9asa4TpJletTIhb3erQN+ByPRHUBUHFOAfjygoFMfUbSGaqUkTAiuWPkIKQaUsPK5OlrTPIxz1Hu42yXX1XhYGDsyRm8RWCqRJHLpYHzp7ieNA6cU65jsQ4Tl7yKqPliaRBRn3quFAkb1p0Nh8L+H3xEK7WH/2qHAFXQDifryHP9kMCejNK/Ba7J6Di9MbZ7HXEp4iXgDOLNYZArkc5FanduSiYWSIRVyClbUkdKxxIPtiGGrqTZIsFSQcfhIjelN95gnPpuf4InP12xAcSD9r3nfO8j7J4q44anD1dVquAcQwWEF9x25dh68Itcdd7HSWLJ/1RnZ7yrNr0Tjibuic9PoijtH44lS3Z2ym0HjXGBaaDaNfG96TRpd6DWWRnd85osttKDRlNbfSJ7vBcsDuUO0xwm9fIh2Op/itFzX8vnmnHXtW2XtbfcLy9pCqahsSeXfKts37rfOWtlmXdF4Ue610TK2ySkm91NcNmAXZN3PbNRGh6pLYJcMVXeP40J1cPz2ddBHIhWbxZennPvis50/ewU= -------------------------------------------------------------------------------- /Documentation/CEF Data View.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Documentation/CEF Data View.jpg -------------------------------------------------------------------------------- /Documentation/CEF Data View.xml: -------------------------------------------------------------------------------- 1 | 7VlNc+I8DP41HLsTEj7aI6W0e3h3Zqd02t2jISJ41sSs4xS6v75SIpMESLftFkhnXi7Ej2Rb0WMhybSC4WJ9Y8Ry/k2HoFq+l9gnBa3gquX7IcxEquxZBvkIoDhc57J+P2DgKQc6wUUOREaGOdQugLH8w4u2PUZTGUJSUbRaKyuXVXCq4ximtoLNtKpusRSRW74AxlPh3qSEPsjQznO067EthH8FGc15m6DLgoVwuhkQjNBfRmtUo6fFegiKfOZemGe1/OsahY0dBmLeq3bOo1Apm9/yewrVL2caZ5Up6v1OyZhMcJZkPh6gQru7XBdCfIro+xaWOpFWmye3Hm6aL5kr5JaUDoDRaRwC2d5G8WouLYyXYkrSFZ4ZxOZ2oVg8k0oNtdImmxv0R4PeyEM8sUb/gpLEyz4biSMk2FjgvMUnrOwtduAjGAt8EjOIXXcDegGWXtATfIyiDUQTeU7nPB+6s8skrIqz0XbYvHQu/N42W/jAhB2YvDsDgMJ7CatPwl7nYOwFXrdCn4vWMn0ursr0nY69a4mzDkFbZEQo0b9X0uCPpNQx4iASWniXn7dzXGWUvX4ERjfR11xKh2li9QJHYkGcxJOEvj5RfPaOxiYCH8xmolOTOao4lSXHQojJn4fa2LmOdCzUqEAvC9eTp0puhrW0Pxim55/0/KXfpWGM70myTI8GubDbPXfAdzAS3QFExS4F6MctCtr1EUXvUC2OhInA1SdvIcWAElY+Vldrmodxj3oPdzrkuhoPC2MHxugVAlMlkkROHYw/uptN49ApxTom+xBh+auIqg+WJhHFKfdkoYBR/e5Q6P/v4VeEgnfRO3UocOncQKI+PMc/GMzJKM2L75qsnsMTU5vnMZcSXiLeAO4sJpkC+VykFjuzrEMmsVAyokJOwYwmUjqW2MsOGLaaaoMESwUZR3c0uDrr7PLE7fgenrilZgOKHvRf876/lff3FHEX+7qqk9VwtyDC7QruM3LtPHhCrtvuLqWxZP+nM7JfVZqfiMY910OHptEVd47GPaW6a6+bQeNYYFpoNo18VXpKGl3oNZZG1z7zjRZa0GhK668iD/cDywu5JtrnhF5uop3Ouzgt17Xc3xyyrn2prD3vfGBZWygVlS2p/K2yfeF+66CVbTYVjRflWUstY5vsY3KzxXEDdkLW3WerNjpUXQI7Zqi6exwXqv3dX18HvSVScVj82ZRzX/xTF4yeAQ== -------------------------------------------------------------------------------- /Documentation/CEF Serializable Configuration Class.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Documentation/CEF Serializable Configuration Class.docx -------------------------------------------------------------------------------- /Documentation/Configuration Editor Framework.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Documentation/Configuration Editor Framework.docx -------------------------------------------------------------------------------- /Documentation/module configurator documentation.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Tag Bus Module I/O Plugin 6 | 7 | 8 | 11 | 12 | 13 | 14 | If you are not redirected automatically, follow the link 15 | 16 | 17 | -------------------------------------------------------------------------------- /Documentation/~$nfiguration Editor Framework.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Documentation/~$nfiguration Editor Framework.docx -------------------------------------------------------------------------------- /Jenkinsfile: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env groovy 2 | //Leave the above line alone. It identifies this as a groovy script. 3 | 4 | //Modify the below parameters to match the values for this particular repo 5 | 6 | def utfPaths = ["Trunk\\CEF.lvproj"] 7 | def vipbPaths = ["Trunk\\Configuration Editor Framework.vipb"] 8 | def lvVersion = "14.0" 9 | 10 | //Leave the below line alone. It pulls in the pipeline definition from the DCAF buildsystem repo so we don't duplicate code in every repo 11 | dcafPipeline(utfPaths,vipbPaths,lvVersion) 12 | -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- 1 | Copyright 2015 National Instruments Corporation 2 | 3 | Licensed under the Apache License, Version 2.0 (the "License"); 4 | you may not use this file except in compliance with the License. 5 | You may obtain a copy of the License at 6 | 7 | http://www.apache.org/licenses/LICENSE-2.0 8 | 9 | Unless required by applicable law or agreed to in writing, software 10 | distributed under the License is distributed on an "AS IS" BASIS, 11 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 | See the License for the specific language governing permissions and 13 | limitations under the License. 14 | 15 | 16 | 17 | -------------- 18 | 19 | 20 | Apache License 21 | Version 2.0, January 2004 22 | http://www.apache.org/licenses/ 23 | 24 | TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 25 | 26 | 1. Definitions. 27 | 28 | "License" shall mean the terms and conditions for use, reproduction, 29 | and distribution as defined by Sections 1 through 9 of this document. 30 | 31 | "Licensor" shall mean the copyright owner or entity authorized by 32 | the copyright owner that is granting the License. 33 | 34 | "Legal Entity" shall mean the union of the acting entity and all 35 | other entities that control, are controlled by, or are under common 36 | control with that entity. For the purposes of this definition, 37 | "control" means (i) the power, direct or indirect, to cause the 38 | direction or management of such entity, whether by contract or 39 | otherwise, or (ii) ownership of fifty percent (50%) or more of the 40 | outstanding shares, or (iii) beneficial ownership of such entity. 41 | 42 | "You" (or "Your") shall mean an individual or Legal Entity 43 | exercising permissions granted by this License. 44 | 45 | "Source" form shall mean the preferred form for making modifications, 46 | including but not limited to software source code, documentation 47 | source, and configuration files. 48 | 49 | "Object" form shall mean any form resulting from mechanical 50 | transformation or translation of a Source form, including but 51 | not limited to compiled object code, generated documentation, 52 | and conversions to other media types. 53 | 54 | "Work" shall mean the work of authorship, whether in Source or 55 | Object form, made available under the License, as indicated by a 56 | copyright notice that is included in or attached to the work 57 | (an example is provided in the Appendix below). 58 | 59 | "Derivative Works" shall mean any work, whether in Source or Object 60 | form, that is based on (or derived from) the Work and for which the 61 | editorial revisions, annotations, elaborations, or other modifications 62 | represent, as a whole, an original work of authorship. For the purposes 63 | of this License, Derivative Works shall not include works that remain 64 | separable from, or merely link (or bind by name) to the interfaces of, 65 | the Work and Derivative Works thereof. 66 | 67 | "Contribution" shall mean any work of authorship, including 68 | the original version of the Work and any modifications or additions 69 | to that Work or Derivative Works thereof, that is intentionally 70 | submitted to Licensor for inclusion in the Work by the copyright owner 71 | or by an individual or Legal Entity authorized to submit on behalf of 72 | the copyright owner. For the purposes of this definition, "submitted" 73 | means any form of electronic, verbal, or written communication sent 74 | to the Licensor or its representatives, including but not limited to 75 | communication on electronic mailing lists, source code control systems, 76 | and issue tracking systems that are managed by, or on behalf of, the 77 | Licensor for the purpose of discussing and improving the Work, but 78 | excluding communication that is conspicuously marked or otherwise 79 | designated in writing by the copyright owner as "Not a Contribution." 80 | 81 | "Contributor" shall mean Licensor and any individual or Legal Entity 82 | on behalf of whom a Contribution has been received by Licensor and 83 | subsequently incorporated within the Work. 84 | 85 | 2. Grant of Copyright License. Subject to the terms and conditions of 86 | this License, each Contributor hereby grants to You a perpetual, 87 | worldwide, non-exclusive, no-charge, royalty-free, irrevocable 88 | copyright license to reproduce, prepare Derivative Works of, 89 | publicly display, publicly perform, sublicense, and distribute the 90 | Work and such Derivative Works in Source or Object form. 91 | 92 | 3. Grant of Patent License. Subject to the terms and conditions of 93 | this License, each Contributor hereby grants to You a perpetual, 94 | worldwide, non-exclusive, no-charge, royalty-free, irrevocable 95 | (except as stated in this section) patent license to make, have made, 96 | use, offer to sell, sell, import, and otherwise transfer the Work, 97 | where such license applies only to those patent claims licensable 98 | by such Contributor that are necessarily infringed by their 99 | Contribution(s) alone or by combination of their Contribution(s) 100 | with the Work to which such Contribution(s) was submitted. If You 101 | institute patent litigation against any entity (including a 102 | cross-claim or counterclaim in a lawsuit) alleging that the Work 103 | or a Contribution incorporated within the Work constitutes direct 104 | or contributory patent infringement, then any patent licenses 105 | granted to You under this License for that Work shall terminate 106 | as of the date such litigation is filed. 107 | 108 | 4. Redistribution. You may reproduce and distribute copies of the 109 | Work or Derivative Works thereof in any medium, with or without 110 | modifications, and in Source or Object form, provided that You 111 | meet the following conditions: 112 | 113 | (a) You must give any other recipients of the Work or 114 | Derivative Works a copy of this License; and 115 | 116 | (b) You must cause any modified files to carry prominent notices 117 | stating that You changed the files; and 118 | 119 | (c) You must retain, in the Source form of any Derivative Works 120 | that You distribute, all copyright, patent, trademark, and 121 | attribution notices from the Source form of the Work, 122 | excluding those notices that do not pertain to any part of 123 | the Derivative Works; and 124 | 125 | (d) If the Work includes a "NOTICE" text file as part of its 126 | distribution, then any Derivative Works that You distribute must 127 | include a readable copy of the attribution notices contained 128 | within such NOTICE file, excluding those notices that do not 129 | pertain to any part of the Derivative Works, in at least one 130 | of the following places: within a NOTICE text file distributed 131 | as part of the Derivative Works; within the Source form or 132 | documentation, if provided along with the Derivative Works; or, 133 | within a display generated by the Derivative Works, if and 134 | wherever such third-party notices normally appear. The contents 135 | of the NOTICE file are for informational purposes only and 136 | do not modify the License. You may add Your own attribution 137 | notices within Derivative Works that You distribute, alongside 138 | or as an addendum to the NOTICE text from the Work, provided 139 | that such additional attribution notices cannot be construed 140 | as modifying the License. 141 | 142 | You may add Your own copyright statement to Your modifications and 143 | may provide additional or different license terms and conditions 144 | for use, reproduction, or distribution of Your modifications, or 145 | for any such Derivative Works as a whole, provided Your use, 146 | reproduction, and distribution of the Work otherwise complies with 147 | the conditions stated in this License. 148 | 149 | 5. Submission of Contributions. Unless You explicitly state otherwise, 150 | any Contribution intentionally submitted for inclusion in the Work 151 | by You to the Licensor shall be under the terms and conditions of 152 | this License, without any additional terms or conditions. 153 | Notwithstanding the above, nothing herein shall supersede or modify 154 | the terms of any separate license agreement you may have executed 155 | with Licensor regarding such Contributions. 156 | 157 | 6. Trademarks. This License does not grant permission to use the trade 158 | names, trademarks, service marks, or product names of the Licensor, 159 | except as required for reasonable and customary use in describing the 160 | origin of the Work and reproducing the content of the NOTICE file. 161 | 162 | 7. Disclaimer of Warranty. Unless required by applicable law or 163 | agreed to in writing, Licensor provides the Work (and each 164 | Contributor provides its Contributions) on an "AS IS" BASIS, 165 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or 166 | implied, including, without limitation, any warranties or conditions 167 | of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A 168 | PARTICULAR PURPOSE. You are solely responsible for determining the 169 | appropriateness of using or redistributing the Work and assume any 170 | risks associated with Your exercise of permissions under this License. 171 | 172 | 8. Limitation of Liability. In no event and under no legal theory, 173 | whether in tort (including negligence), contract, or otherwise, 174 | unless required by applicable law (such as deliberate and grossly 175 | negligent acts) or agreed to in writing, shall any Contributor be 176 | liable to You for damages, including any direct, indirect, special, 177 | incidental, or consequential damages of any character arising as a 178 | result of this License or out of the use or inability to use the 179 | Work (including but not limited to damages for loss of goodwill, 180 | work stoppage, computer failure or malfunction, or any and all 181 | other commercial damages or losses), even if such Contributor 182 | has been advised of the possibility of such damages. 183 | 184 | 9. Accepting Warranty or Additional Liability. While redistributing 185 | the Work or Derivative Works thereof, You may choose to offer, 186 | and charge a fee for, acceptance of support, warranty, indemnity, 187 | or other liability obligations and/or rights consistent with this 188 | License. However, in accepting such obligations, You may act only 189 | on Your own behalf and on Your sole responsibility, not on behalf 190 | of any other Contributor, and only if You agree to indemnify, 191 | defend, and hold each Contributor harmless for any liability 192 | incurred by, or claims asserted against, such Contributor by reason 193 | of your accepting any such warranty or additional liability. 194 | 195 | END OF TERMS AND CONDITIONS 196 | -------------------------------------------------------------------------------- /NOTICE: -------------------------------------------------------------------------------- 1 | National Instruments Asynchronous Message Communication Reference Library 2 | Copyright 2015 National Instruments 3 | 4 | This product includes software developed at 5 | National Instruments (http://www.ni.com/) -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Configuration Editor Framework (CEF) 2 | 3 | ### The Configurator Editor Framework which is a starting point for creating a custom configuration editor in the LabVIEW Development Environment. 4 | 5 | ## Overview: 6 | Application configuration is a large task for application architecture. In an attempt to make system configuration easier for designers as well as end-users, configuration editors are often implemented. In this document we cover the Configurator Editor Framework which is a starting point for creating a custom configuration editor in the LabVIEW Development Environment. The framework consists of a tree control and subpanel API, a LabVIEW project template, and 2 abstract LabVIEW classes. 7 | 8 | More information in [Configuration Editor Framework (CEF)](http://www.ni.com/example/51881/en/) 9 | 10 | ## Contribution Workflow: 11 | *For a more complete workflow, view [this set-up guide](https://decibel.ni.com/content/docs/DOC-37416) and [this workflow guide](https://decibel.ni.com/content/docs/DOC-37417).* 12 | 13 | 1. Fork this repository into your account. 14 | 2. Create a branch for your change. 15 | 3. Make changes, periodically pulling and merging any updates from the central repository. 16 | 4. Push your changes up to your branch in your copy of the repository. 17 | 5. Send a pull request to the owner of this primary repository. Follow the contribution guidelines. 18 | 19 | ### Contribution Guidelines: 20 | - Limit the scope of your change as much as possible. Smaller changes are easier to process. Any major changes should be discussed beforehand with the managers of the repository to ensure that it fits within the goals and vision of the project. 21 | - Explain the reason for your change with as much detail as possible. If it is a bugfix, link it to an issue in the issues tracker. If it is an enhancement, consider making an issue in the issue tracker to discuss the enhancement before making it. This ensures that the enhancement will provide value to other users. 22 | - Run through the style guidelines and any available VI analyzer tests to ensure compliance with the general style of the project. Don't go crazy trying to make the code perfect. Do make sure there are no glaring issues. 23 | - Before committing a change, be sure to rebase or merge your code off of the most up-to-date source in the master. This reduces the risk of merge conflicts and makes it that much easier to merge your pull request and that much more likely that the change will be accepted. 24 | - Ensure that all builds are successful with your change in place, after rebasing. 25 | - Ensure that all tests pass with your change in place, after rebasing. 26 | 27 | ## License 28 | Copyright 2015 National Instruments Corporation 29 | 30 | Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 31 | Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. 32 | 33 | #### *This repository and any materials provided by NI therein are provided AS IS. NI DISCLAIMS ANY AND ALL LIABILITIES FOR AND MAKES NO WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR PARTICULAR PURPOSE, OR NON-INFRINGEMENT OF INTELLECTUAL PROPERTY. NI shall have no liability for any direct, indirect, incidental, punitive, special, or consequential damages for your use of the repository or any materials contained therein.* 34 | -------------------------------------------------------------------------------- /Tests/Controls/IDs.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Tests/Controls/IDs.ctl -------------------------------------------------------------------------------- /Tests/GetIDs.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Tests/GetIDs.vi -------------------------------------------------------------------------------- /Tests/LinkTest.lvtest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Tests/LinkTest.lvtest -------------------------------------------------------------------------------- /Tests/LinkTest.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Tests/LinkTest.vi -------------------------------------------------------------------------------- /Tests/MoveTest.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Tests/MoveTest.vi -------------------------------------------------------------------------------- /Tests/PopulateTest.lvtest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Tests/PopulateTest.lvtest -------------------------------------------------------------------------------- /Tests/PopulateTest.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Tests/PopulateTest.vi -------------------------------------------------------------------------------- /Tests/SimpleTestTreeConfig.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Tests/SimpleTestTreeConfig.vi -------------------------------------------------------------------------------- /Tests/TestTreeToRepo.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Tests/TestTreeToRepo.vi -------------------------------------------------------------------------------- /Tests/proptest_instancecount.lvtest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Tests/proptest_instancecount.lvtest -------------------------------------------------------------------------------- /Tests/proptest_instancecount.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Tests/proptest_instancecount.vi -------------------------------------------------------------------------------- /Tests/proptest_runtime class.lvtest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Tests/proptest_runtime class.lvtest -------------------------------------------------------------------------------- /Tests/proptest_runtime class.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Tests/proptest_runtime class.vi -------------------------------------------------------------------------------- /Tests/serialization test.lvtest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Tests/serialization test.lvtest -------------------------------------------------------------------------------- /Tests/serialization test.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Tests/serialization test.vi -------------------------------------------------------------------------------- /Tests/test class filtering.lvtest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Tests/test class filtering.lvtest -------------------------------------------------------------------------------- /Tests/test class filtering.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Tests/test class filtering.vi -------------------------------------------------------------------------------- /Tests/test enumerate.lvtest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Tests/test enumerate.lvtest -------------------------------------------------------------------------------- /Tests/test enumerate.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Tests/test enumerate.vi -------------------------------------------------------------------------------- /Tests/test flatten tree.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Tests/test flatten tree.vi -------------------------------------------------------------------------------- /Tests/test metadata.lvtest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Tests/test metadata.lvtest -------------------------------------------------------------------------------- /Tests/test metadata.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Tests/test metadata.vi -------------------------------------------------------------------------------- /Tests/test validation.lvtest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Tests/test validation.lvtest -------------------------------------------------------------------------------- /Tests/test validation.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Tests/test validation.vi -------------------------------------------------------------------------------- /Trunk/CEF-errors.txt: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | Class not found 9 | 10 | 11 | An abstract parent method was called which does not contain an implementation 12 | 13 | 14 | That property is already set 15 | 16 | 17 | Unable to locate the data for all children 18 | 19 | 20 | Glyph not found 21 | 22 | 23 | Missing message handler 24 | 25 | 26 | Unknown menu or right click option 27 | 28 | 29 | Systems are limited to a single root node 30 | 31 | 32 | Unable to locate an UID in the serialized data 33 | 34 | 35 | Specified UID is the root, the hierarchy cannot be split 36 | 37 | 38 | No configuration Matches the alias 39 | 40 | 41 | The configuration object does not have an instance ID and has not been properly initialized 42 | 43 | 44 | 45 | -------------------------------------------------------------------------------- /Trunk/Configuration Framework/AddNode.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/AddNode.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/ClassNameCompare.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/ClassNameCompare.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/ClearSpecificError.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/ClearSpecificError.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/ClearSubPanel.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/ClearSubPanel.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/ClearSubPanelStandardEvents.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/ClearSubPanelStandardEvents.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/ClearTreeNode.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/ClearTreeNode.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/CloseNode.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/CloseNode.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/Controls/EventCluster.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/Controls/EventCluster.ctl -------------------------------------------------------------------------------- /Trunk/Configuration Framework/Controls/GlyphIndexPair.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/Controls/GlyphIndexPair.ctl -------------------------------------------------------------------------------- /Trunk/Configuration Framework/Controls/GlyphIndexPairActions.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/Controls/GlyphIndexPairActions.ctl -------------------------------------------------------------------------------- /Trunk/Configuration Framework/DuplicateNode.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/DuplicateNode.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/GlyphIndexPairs.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/GlyphIndexPairs.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/LoadCustomGlyphs.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/LoadCustomGlyphs.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/LoadNodeUI.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/LoadNodeUI.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/LoadNodeUIStandardEvents.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/LoadNodeUIStandardEvents.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/MoveNode.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/MoveNode.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/Node/AddChildtoNode.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/Node/AddChildtoNode.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/Node/AddGlyphtoGManager.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/Node/AddGlyphtoGManager.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/Node/CacheState.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/Node/CacheState.ctl -------------------------------------------------------------------------------- /Trunk/Configuration Framework/Node/CallbackOnLoadUI.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/Node/CallbackOnLoadUI.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/Node/CleanUpNode.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/Node/CleanUpNode.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/Node/ConcatenateOntoShortcutMenu.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/Node/ConcatenateOntoShortcutMenu.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/Node/CopyFromDVR.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/Node/CopyFromDVR.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/Node/CreateStandardEvents.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/Node/CreateStandardEvents.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/Node/DestroyStandardEvents.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/Node/DestroyStandardEvents.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/Node/Duplicate.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/Node/Duplicate.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/Node/EditOptions.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/Node/EditOptions.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/Node/FilterNodesByRef.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/Node/FilterNodesByRef.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/Node/FromRepo.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/Node/FromRepo.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/Node/FromRepoCluster.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/Node/FromRepoCluster.ctl -------------------------------------------------------------------------------- /Trunk/Configuration Framework/Node/GetDescendants.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/Node/GetDescendants.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/Node/GetOverlay.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/Node/GetOverlay.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/Node/GetSiblings.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/Node/GetSiblings.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/Node/GetText.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/Node/GetText.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/Node/GetTreeStack.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/Node/GetTreeStack.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/Node/IDtoNode.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/Node/IDtoNode.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/Node/IDtoSubnodeclass.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/Node/IDtoSubnodeclass.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/Node/Initialize.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/Node/Initialize.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/Node/InnerCallbackOnLoadUI.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/Node/InnerCallbackOnLoadUI.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/Node/InnerCallbackOnWriteTree.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/Node/InnerCallbackOnWriteTree.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/Node/InsertIntoShortcutMenu.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/Node/InsertIntoShortcutMenu.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/Node/LinkNodes.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/Node/LinkNodes.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/Node/MenuHandler.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/Node/MenuHandler.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/Node/NodeChangeEvent.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/Node/NodeChangeEvent.ctl -------------------------------------------------------------------------------- /Trunk/Configuration Framework/Node/NodeMenuOptions.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/Node/NodeMenuOptions.ctl -------------------------------------------------------------------------------- /Trunk/Configuration Framework/Node/NodeRef.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/Node/NodeRef.ctl -------------------------------------------------------------------------------- /Trunk/Configuration Framework/Node/NodeUI.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/Node/NodeUI.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/Node/NodeUI.vit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/Node/NodeUI.vit -------------------------------------------------------------------------------- /Trunk/Configuration Framework/Node/NodetoID.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/Node/NodetoID.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/Node/ReadChildren.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/Node/ReadChildren.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/Node/ReadNodeClass.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/Node/ReadNodeClass.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/Node/ReadParent.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/Node/ReadParent.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/Node/RefreshUIEvent.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/Node/RefreshUIEvent.ctl -------------------------------------------------------------------------------- /Trunk/Configuration Framework/Node/RemoveChildFromNode.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/Node/RemoveChildFromNode.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/Node/ShortcutMenu.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/Node/ShortcutMenu.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/Node/StandardEvents.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/Node/StandardEvents.ctl -------------------------------------------------------------------------------- /Trunk/Configuration Framework/Node/StopEvent.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/Node/StopEvent.ctl -------------------------------------------------------------------------------- /Trunk/Configuration Framework/Node/SubNodeCluster.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/Node/SubNodeCluster.ctl -------------------------------------------------------------------------------- /Trunk/Configuration Framework/Node/Summary.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/Node/Summary.ctl -------------------------------------------------------------------------------- /Trunk/Configuration Framework/Node/ToRepo.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/Node/ToRepo.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/Node/ToRepoCluster.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/Node/ToRepoCluster.ctl -------------------------------------------------------------------------------- /Trunk/Configuration Framework/Node/UIRef.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/Node/UIRef.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/Node/UnlinkNode.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/Node/UnlinkNode.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/Node/UserEventRef.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/Node/UserEventRef.ctl -------------------------------------------------------------------------------- /Trunk/Configuration Framework/Node/WriteChildren.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/Node/WriteChildren.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/Node/WriteParent.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/Node/WriteParent.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/NonDuplicateArrays.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/NonDuplicateArrays.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/PopulateTreeSumary.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/PopulateTreeSumary.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/PopulateTreeSumaryWithGlyphManager.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/PopulateTreeSumaryWithGlyphManager.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/RefreshEntireTree.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/RefreshEntireTree.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/RefreshEntireTreeWithGlyphManager.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/RefreshEntireTreeWithGlyphManager.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/RefreshSubTree.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/RefreshSubTree.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/RefreshSubTreeWithGlyphManager.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/RefreshSubTreeWithGlyphManager.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/RemoveNode.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/RemoveNode.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/Repository/CustomView.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/Repository/CustomView.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/Repository/GenerateMenu.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/Repository/GenerateMenu.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/Repository/GetClassPath.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/Repository/GetClassPath.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/Repository/HandleMenu.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/Repository/HandleMenu.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/Repository/Initialize.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/Repository/Initialize.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/Repository/NewMenu.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/Repository/NewMenu.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/Repository/Open.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/Repository/Open.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/Repository/ReadTree.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/Repository/ReadTree.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/Repository/Save.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/Repository/Save.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/Repository/StoreClassesPaths.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/Repository/StoreClassesPaths.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/Repository/Validate.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/Repository/Validate.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/Repository/WriteTree.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/Repository/WriteTree.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/Summary.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/Summary.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/SummaryWithGlyphManager.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/SummaryWithGlyphManager.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/ValidDragDrop.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/ValidDragDrop.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/add filename if missing.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/add filename if missing.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/class discovery singleton/class discovery singleton methods.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/class discovery singleton/class discovery singleton methods.ctl -------------------------------------------------------------------------------- /Trunk/Configuration Framework/class discovery singleton/class discovery singleton.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/class discovery singleton/class discovery singleton.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/class discovery singleton/load class.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/class discovery singleton/load class.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/class discovery singleton/remove duplicate classes.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/class discovery singleton/remove duplicate classes.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/class discovery singleton/remove lvclass extension.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/class discovery singleton/remove lvclass extension.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/class discovery singleton/search for available lvclass files.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/class discovery singleton/search for available lvclass files.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/error generator.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/error generator.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/error generator/NISE_error generator.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/error generator/NISE_error generator.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/folder configuration/create default alias.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/folder configuration/create default alias.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/folder/AddChildtoNode.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/folder/AddChildtoNode.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/folder/EditOptions.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/folder/EditOptions.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/folder/GetText.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/folder/GetText.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/folder/Read configuration.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/folder/Read configuration.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/folder/RemoveChildFromNode.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/folder/RemoveChildFromNode.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/folder/Write configuration.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/folder/Write configuration.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/glyph manager/add glyph core.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/glyph manager/add glyph core.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/glyph manager/add glyphs from path.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/glyph manager/add glyphs from path.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/glyph manager/add glyphs.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/glyph manager/add glyphs.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/glyph manager/add search path.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/glyph manager/add search path.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/glyph manager/create glyph manager.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/glyph manager/create glyph manager.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/glyph manager/create overlay set.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/glyph manager/create overlay set.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/glyph manager/find glyph data by name.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/glyph manager/find glyph data by name.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/glyph manager/glyph manager.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/glyph manager/glyph manager.ctl -------------------------------------------------------------------------------- /Trunk/Configuration Framework/glyph manager/update tree control.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/glyph manager/update tree control.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/hierarchy repo/Open.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/hierarchy repo/Open.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/hierarchy repo/Read memory hierarchy.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/hierarchy repo/Read memory hierarchy.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/hierarchy repo/ReadTree.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/hierarchy repo/ReadTree.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/hierarchy repo/Save.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/hierarchy repo/Save.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/hierarchy repo/Validate.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/hierarchy repo/Validate.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/hierarchy repo/Write memory hierarchy.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/hierarchy repo/Write memory hierarchy.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/hierarchy repo/WriteTree.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/hierarchy repo/WriteTree.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/hierarchy repo/add to repo.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/hierarchy repo/add to repo.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/hierarchy repo/call on write tree.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/hierarchy repo/call on write tree.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/hierarchy repo/configuration to node.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/hierarchy repo/configuration to node.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/hierarchy repo/flatten memory.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/hierarchy repo/flatten memory.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/hierarchy repo/get child configuration objects.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/hierarchy repo/get child configuration objects.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/hierarchy repo/get configuration by UID.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/hierarchy repo/get configuration by UID.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/hierarchy repo/get configuration by alias.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/hierarchy repo/get configuration by alias.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/hierarchy repo/set configuration by UID.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/hierarchy repo/set configuration by UID.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/hierarchy repo/set configuration by alias.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/hierarchy repo/set configuration by alias.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/hierarchy repo/unflatten memory.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/hierarchy repo/unflatten memory.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/one shot error.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/one shot error.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/serializable configuration/GUID Int to String.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/serializable configuration/GUID Int to String.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/serializable configuration/GUID string to int.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/serializable configuration/GUID string to int.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/serializable configuration/Numeric GUID.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/serializable configuration/Numeric GUID.ctl -------------------------------------------------------------------------------- /Trunk/Configuration Framework/serializable configuration/Read UID.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/serializable configuration/Read UID.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/serializable configuration/Read key-value pairs.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/serializable configuration/Read key-value pairs.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/serializable configuration/callback on load.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/serializable configuration/callback on load.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/serializable configuration/create GUID.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/serializable configuration/create GUID.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/serializable configuration/create default alias.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/serializable configuration/create default alias.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/serializable configuration/create new identifier.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/serializable configuration/create new identifier.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/serializable configuration/deserialize.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/serializable configuration/deserialize.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/serializable configuration/destroy.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/serializable configuration/destroy.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/serializable configuration/duplicate.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/serializable configuration/duplicate.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/serializable configuration/dynamic initialize.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/serializable configuration/dynamic initialize.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/serializable configuration/enumerate subitems.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/serializable configuration/enumerate subitems.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/serializable configuration/execution class name.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/serializable configuration/execution class name.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/serializable configuration/from string.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/serializable configuration/from string.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/serializable configuration/get alias.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/serializable configuration/get alias.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/serializable configuration/get view class name.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/serializable configuration/get view class name.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/serializable configuration/initialize.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/serializable configuration/initialize.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/serializable configuration/instance count allowed.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/serializable configuration/instance count allowed.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/serializable configuration/parse version string.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/serializable configuration/parse version string.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/serializable configuration/read metadata property.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/serializable configuration/read metadata property.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/serializable configuration/refresh and repair.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/serializable configuration/refresh and repair.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/serializable configuration/serialize.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/serializable configuration/serialize.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/serializable configuration/set alias.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/serializable configuration/set alias.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/serializable configuration/set metadata property.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/serializable configuration/set metadata property.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/serializable configuration/set view class name.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/serializable configuration/set view class name.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/serializable configuration/to string.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/serializable configuration/to string.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/serializable configuration/try repair.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/serializable configuration/try repair.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/serializable configuration/unset metadata property.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/serializable configuration/unset metadata property.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/serializable configuration/unwrap data.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/serializable configuration/unwrap data.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/serializable configuration/validate.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/serializable configuration/validate.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/serializable configuration/wrap data.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/serializable configuration/wrap data.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/serializable node/AddGlyphtoGManager.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/serializable node/AddGlyphtoGManager.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/serializable node/Attempt Repair.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/serializable node/Attempt Repair.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/serializable node/CallbackOnWriteTree.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/serializable node/CallbackOnWriteTree.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/serializable node/ConcatenateOntoShortcutMenu.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/serializable node/ConcatenateOntoShortcutMenu.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/serializable node/Duplicate.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/serializable node/Duplicate.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/serializable node/FromRepo.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/serializable node/FromRepo.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/serializable node/GetOverlay.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/serializable node/GetOverlay.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/serializable node/GetText.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/serializable node/GetText.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/serializable node/Initialize.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/serializable node/Initialize.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/serializable node/MenuHandler.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/serializable node/MenuHandler.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/serializable node/Read configuration.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/serializable node/Read configuration.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/serializable node/ToRepo.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/serializable node/ToRepo.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/serializable node/ToTable.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/serializable node/ToTable.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/serializable node/Write configuration.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/serializable node/Write configuration.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/serializable node/configurations to from repo cluster.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/serializable node/configurations to from repo cluster.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/serializable node/display node data.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/serializable node/display node data.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/serializable node/display report.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/serializable node/display report.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/serializable node/get information display strings.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/serializable node/get information display strings.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/serializable node/is abstract.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/serializable node/is abstract.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/tree serializer/add to flattened hierarchy.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/tree serializer/add to flattened hierarchy.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/tree serializer/add to memory format.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/tree serializer/add to memory format.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/tree serializer/base file format.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/tree serializer/base file format.ctl -------------------------------------------------------------------------------- /Trunk/Configuration Framework/tree serializer/base format to strings.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/tree serializer/base format to strings.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/tree serializer/find alias from UID.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/tree serializer/find alias from UID.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/tree serializer/find all instances of class.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/tree serializer/find all instances of class.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/tree serializer/find all instances with alias.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/tree serializer/find all instances with alias.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/tree serializer/find flat instance.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/tree serializer/find flat instance.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/tree serializer/find instance.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/tree serializer/find instance.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/tree serializer/flat hierarchy.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/tree serializer/flat hierarchy.ctl -------------------------------------------------------------------------------- /Trunk/Configuration Framework/tree serializer/full hierarchy.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/tree serializer/full hierarchy.ctl -------------------------------------------------------------------------------- /Trunk/Configuration Framework/tree serializer/get children.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/tree serializer/get children.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/tree serializer/get file data.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/tree serializer/get file data.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/tree serializer/get flattened children.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/tree serializer/get flattened children.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/tree serializer/hierarchy element.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/tree serializer/hierarchy element.ctl -------------------------------------------------------------------------------- /Trunk/Configuration Framework/tree serializer/instance data.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/tree serializer/instance data.ctl -------------------------------------------------------------------------------- /Trunk/Configuration Framework/tree serializer/memory hierarchy.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/tree serializer/memory hierarchy.ctl -------------------------------------------------------------------------------- /Trunk/Configuration Framework/tree serializer/memory to strings.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/tree serializer/memory to strings.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/tree serializer/read full file.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/tree serializer/read full file.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/tree serializer/remove from flattened hierarchy.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/tree serializer/remove from flattened hierarchy.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/tree serializer/remove from memory format.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/tree serializer/remove from memory format.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/tree serializer/save file data.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/tree serializer/save file data.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/tree serializer/search for ID.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/tree serializer/search for ID.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/tree serializer/search for alias.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/tree serializer/search for alias.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/tree serializer/search hierarchy.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/tree serializer/search hierarchy.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/tree serializer/search instance list for ID.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/tree serializer/search instance list for ID.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/tree serializer/search instance list for alias.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/tree serializer/search instance list for alias.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/tree serializer/search instance list for class.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/tree serializer/search instance list for class.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/tree serializer/split flat hierarchy.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/tree serializer/split flat hierarchy.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/tree serializer/split hierarchy.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/tree serializer/split hierarchy.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/tree serializer/split memory hierarchy.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/tree serializer/split memory hierarchy.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/tree serializer/strings to base format.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/tree serializer/strings to base format.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/tree serializer/strings to memory.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/tree serializer/strings to memory.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/tree serializer/write full file.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/tree serializer/write full file.vi -------------------------------------------------------------------------------- /Trunk/Configuration Framework/tree serializer/write string array to file.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/Configuration Framework/tree serializer/write string array to file.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/MetaData/NISE_ConfigurationEditorFramework.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Configuration Editor Project 7 | Template for creating a Configuration Editor. 8 | Sample Projects:Desktop 9 | CVT;Configuration;Tree; 10 | Configuration Editor Framework 11 | Configuration Editor Framework Template.lvproj 12 | Glyphs/Gear.png 13 | documentation/redirect.html 14 | documentation/redirect.html 15 | scripting/PostCopyScripting.vi 16 | scripting/editorscriptingobject.lvclass 17 | 298 18 | 19 | 20 | 21 | 22 | Hierarchical Configuration Editor 23 | Template for creating a Node-based Configuration Editor. 24 | Sample Projects:Desktop 25 | CVT;Configuration;Tree; 26 | Advanced Configurator 27 | Advanced Configuration Editor.lvproj 28 | Glyphs/Gear.png 29 | documentation/redirect.html 30 | documentation/redirect.html 31 | scripting/PostCopyScripting.vi 32 | scripting/editorscriptingobjectadv.lvclass 33 | 299 34 | 35 | 36 | 37 | 38 | 39 | -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Advanced Configurator/Advanced Configuration Tool.lvlib: -------------------------------------------------------------------------------- 1 |  2 | 3 | &!#!!!!!!!)!"1!&!!!-!%!!!@````]!!!!"!!%!!!(]!!!*Q(C=\>8"=>MQ%!8143;(8.6"2CVM#WJ",7Q,SN&(N<!NK!7VM#WI"<8A0$%94UZ2$P%E"Y.?G@I%A7=11U>M\7P%FXB^VL\`NHV=@X<^39O0^N(_<8NZOEH@@=^_CM?,3)VK63LD->8LS%=_]J'0@/1N<XH,7^\SFJ?]Z#5P?=F,HP+5JTTF+5`Z>MB$(P+1)YX*RU2DU$(![)Q3YW.YBG>YBM@8'*\B':\B'2Z>9HC':XC':XD=&M-T0--T0-.DK%USWS(H'2\$2`-U4`-U4`/9-JKH!>JE<?!W#%;UC_WE?:KH?:R']T20]T20]\A=T>-]T>-]T?/7<66[UTQ//9^BIHC+JXC+JXA-(=640-640-6DOCC?YCG)-G%:(#(+4;6$_6)]R?.8&%`R&%`R&)^,WR/K<75?GM=BZUG?Z%G?Z%E?1U4S*%`S*%`S'$;3*XG3*XG3RV320-G40!G3*D6^J-(3D;F4#J,(T\:<=HN+P5FS/S,7ZIWV+7.NNFC<+.<GC0819TX-7!]JVO,(7N29CR6L%7,^=<(1M4#R*IFV][.DX(X?V&6>V&G>V&%>V&\N(L@_Z9\X_TVONVN=L^?Y8#ZR0J`D>$L&]8C-Q_%1_`U_>LP>WWPAG_0NB@$TP@4C`%`KH@[8`A@PRPA=PYZLD8Y!#/7SO!!!!!! 4 | 335577088 5 | 1.0.0.0 6 | true 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Advanced Configurator/Classes/cRIO configuration/Read System Name.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Advanced Configurator/Classes/cRIO configuration/Read System Name.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Advanced Configurator/Classes/cRIO configuration/Write System Name.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Advanced Configurator/Classes/cRIO configuration/Write System Name.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Advanced Configurator/Classes/cRIO node/CRIOUI.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Advanced Configurator/Classes/cRIO node/CRIOUI.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Advanced Configurator/Classes/cRIO node/EditOptions.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Advanced Configurator/Classes/cRIO node/EditOptions.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Advanced Configurator/Classes/cRIO node/GetText.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Advanced Configurator/Classes/cRIO node/GetText.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Advanced Configurator/Classes/cRIO node/Initialize.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Advanced Configurator/Classes/cRIO node/Initialize.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Advanced Configurator/Classes/cRIO node/Read configuration.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Advanced Configurator/Classes/cRIO node/Read configuration.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Advanced Configurator/Classes/cRIO node/UIRef.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Advanced Configurator/Classes/cRIO node/UIRef.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Advanced Configurator/Classes/cRIO node/Write configuration.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Advanced Configurator/Classes/cRIO node/Write configuration.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Advanced Configurator/Classes/channel configuration/ChannelData.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Advanced Configurator/Classes/channel configuration/ChannelData.ctl -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Advanced Configurator/Classes/channel configuration/Read IO.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Advanced Configurator/Classes/channel configuration/Read IO.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Advanced Configurator/Classes/channel configuration/Read channel group.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Advanced Configurator/Classes/channel configuration/Read channel group.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Advanced Configurator/Classes/channel configuration/Read channel info.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Advanced Configurator/Classes/channel configuration/Read channel info.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Advanced Configurator/Classes/channel configuration/Read channel name.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Advanced Configurator/Classes/channel configuration/Read channel name.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Advanced Configurator/Classes/channel configuration/Read channel type.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Advanced Configurator/Classes/channel configuration/Read channel type.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Advanced Configurator/Classes/channel configuration/Read description.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Advanced Configurator/Classes/channel configuration/Read description.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Advanced Configurator/Classes/channel configuration/Read sensor ID.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Advanced Configurator/Classes/channel configuration/Read sensor ID.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Advanced Configurator/Classes/channel configuration/Read system.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Advanced Configurator/Classes/channel configuration/Read system.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Advanced Configurator/Classes/channel configuration/Write IO.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Advanced Configurator/Classes/channel configuration/Write IO.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Advanced Configurator/Classes/channel configuration/Write channel group.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Advanced Configurator/Classes/channel configuration/Write channel group.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Advanced Configurator/Classes/channel configuration/Write channel info.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Advanced Configurator/Classes/channel configuration/Write channel info.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Advanced Configurator/Classes/channel configuration/Write channel name.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Advanced Configurator/Classes/channel configuration/Write channel name.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Advanced Configurator/Classes/channel configuration/Write channel type.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Advanced Configurator/Classes/channel configuration/Write channel type.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Advanced Configurator/Classes/channel configuration/Write description.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Advanced Configurator/Classes/channel configuration/Write description.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Advanced Configurator/Classes/channel configuration/Write sensor ID.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Advanced Configurator/Classes/channel configuration/Write sensor ID.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Advanced Configurator/Classes/channel configuration/Write system.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Advanced Configurator/Classes/channel configuration/Write system.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Advanced Configurator/Classes/channel configuration/from string.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Advanced Configurator/Classes/channel configuration/from string.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Advanced Configurator/Classes/channel configuration/to string.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Advanced Configurator/Classes/channel configuration/to string.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Advanced Configurator/Classes/channel configuration/validate.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Advanced Configurator/Classes/channel configuration/validate.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Advanced Configurator/Classes/channel node/ChannelDisplayInfo.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Advanced Configurator/Classes/channel node/ChannelDisplayInfo.ctl -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Advanced Configurator/Classes/channel node/ChannelUI.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Advanced Configurator/Classes/channel node/ChannelUI.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Advanced Configurator/Classes/channel node/EditOptions.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Advanced Configurator/Classes/channel node/EditOptions.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Advanced Configurator/Classes/channel node/GetText.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Advanced Configurator/Classes/channel node/GetText.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Advanced Configurator/Classes/channel node/Read Channel info.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Advanced Configurator/Classes/channel node/Read Channel info.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Advanced Configurator/Classes/channel node/Read View Channel info.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Advanced Configurator/Classes/channel node/Read View Channel info.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Advanced Configurator/Classes/channel node/Read configuration.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Advanced Configurator/Classes/channel node/Read configuration.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Advanced Configurator/Classes/channel node/UIRef.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Advanced Configurator/Classes/channel node/UIRef.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Advanced Configurator/Classes/channel node/Write Channel info.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Advanced Configurator/Classes/channel node/Write Channel info.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Advanced Configurator/Classes/channel node/Write View Channel info.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Advanced Configurator/Classes/channel node/Write View Channel info.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Advanced Configurator/Classes/channel node/Write configuration.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Advanced Configurator/Classes/channel node/Write configuration.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Advanced Configurator/Classes/current node/GetText.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Advanced Configurator/Classes/current node/GetText.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Advanced Configurator/Classes/current node/Initialize.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Advanced Configurator/Classes/current node/Initialize.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Advanced Configurator/Classes/group configuration/Read groupName.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Advanced Configurator/Classes/group configuration/Read groupName.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Advanced Configurator/Classes/group configuration/Write groupName.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Advanced Configurator/Classes/group configuration/Write groupName.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Advanced Configurator/Classes/group configuration/group configuration.lvclass: -------------------------------------------------------------------------------- 1 |  2 | 3 | &!#!!!!!!!)!"1!&!!!-!%!!!@````]!!!!"!!%!!!(]!!!*Q(C=\>7R=2MR%!81N=?"5X<A91P<!FNA#^M#5Y6M96NA"R[WM#WQ"<9A0ZYR'E?G!WPM1$AN>@S(!ZZQG&0%VLZ'@)H8:_X\<^P(^7@8H\4Y;"`NX\;8JZPUX@@MJXC]C.3I6K5S(F/^DHTE)R`ZS%@?]J;XP/5N<XH*3V\SEJ?]Z#F0?=J4HP+5<Y=]Z#%0/>+9@%QU"BU$D-YI-4[':XC':XB]D?%:HO%:HO(2*9:H?):H?)<(<4%]QT-]QT-]BNIEMRVSHO%R@$20]T20]T30+;.Z'K".VA:OAW"%O^B/GK>ZGM>J.%`T.%`T.)`,U4T.UTT.UTROW6;F.]XDE0-9*IKH?)KH?)L(U&%]R6-]R6-]JIPC+:[#+"/7Q2'CX&1[F#`&5TR_2@%54`%54`'YN$WBWF<GI8E==J\E3:\E3:\E-51E4`)E4`)EDW%D?:)H?:)H?5Q6S:-]S:-A;6,42RIMX:A[J3"Z`'S\*<?HV*MENS.C<>Z9GT,7:IOVC7*NDFA00><$D0719CV_L%7.N6CR&C(7(R=,(1M4;Z*9.T][RNXH46X62:X632X61?X6\H(L8_ZYP^`D>LP&^8K.S_53Z`-Z4K>4()`(/"Q/M>`P9\@<P<U'PDH?8AA`XUMPTP_EXOF`[8`Q<IT0]?OYVOA(5/(_Z!!!!!! 4 | 335577088 5 | 1.0.0.2 6 | true 7 | true 8 | true 9 | &!#!!!!!!!)!"1!&!!!-!%!!!@````]!!!!"!!%!!"3I5F.31QU+!!.-6E.$4%*76Q!!%%A!!!2A!!!!)!!!%#A!!!!A!!!!!2NH=G^V=#"D<WZG;7>V=G&U;7^O,GRW9WRB=X-!!!#1&!#!!!!Q!!!)!!1!!!!!"!!$!$Q!P!!@1)!#!!!!!!%!!1!'`````Q!!!!!!!!!!!!!!!$X;B:X"9D."D]^H/_4BQ15!!!!-!!!!%!!!!!"[UC9<QZ8@2;H/0KJ)>]CBV"W-W9]!MA4JA!G9\0B#@A!!%!!!!!!!N7'_L#&A$EG<[YO`$M*:FA%!!!$`````!!!!%(2WR!,-AW2:N<&Q](8<84E!!!!%!!!!!!!!!#=!!5R71U-!!!!"!!*735R#!!!!!&"53$!!!!!&!!%!!1!!!!!#!!-!!!!!!A!"!!!!!!!B!!!!'(C=9W"D9'JAO-!!R)Q/4!V-'5$7"Y9!"A!`I177!!!!!!!!2A!!!2BYH'.AQ!4`A1")-4)Q-&U!UCRIYG!;RK9GQ'5O,LOAYMR1.\,#B)(OXA/EG5"S5$610T#>!?)4[/;Q9T%<!(`T+#5!!!!!!!Q!!6:*2&-!!!!!!!-!!!&_!!!#@(C=KW"E9-AUND"\!+3:A6C%I9%B/4]FF9M"S'?!A"1G"DBQBN+'"Q[$[7"'#,`Z$5_XCYJ!=YW+"".`KQB1J.N(2;442Y7FEU8F"6D&%:\$X2YZRRVN1,RO$K$Y=2=6$B!(3,/![0_"'3"6GY(-!+"J(!U6SAT],3RA[[)/(W]QA6I'-T,K--.F"JD^!E!>#JV!EY#U$-2Q(KDB9%N?=))>)8#9Y4.=P1B101`1I2*!BX*U-X2T)DOY^1$`F!0]WU\M!.H+\XI1L*=:\F]/I$["AQ^:OBM0!-6[*Y*)I""0:QC(R(%8$BURI#L'%S!(>@,!1I$DM$.5@RD)A")6A5Y4E%.:1+*A.>VMRRUU4I#=\3!S!URF7$##K!I0-+_A!MD<!3+!JM5>:AC!RJ-7!X;1"M1W$)Q-/Y'U(J!7"_JE:*"AS'#%C0=!;1UA$8)!/Q-EIBE:/"B=',U9JT,/96T-O)JR)_-W2BT'%Q7=`6V=E@GQ^!1!.0"R'!!!!!!!%Q!!!!FYH'.A9'"E:!!#!!!5!!-!!!!!$B1"A"-!!!9R.#YQ,D%!!!!!!!!-&!#!!!!!"$%U,D!!!!!!$B1"A"-!!!9R.#YQ,D%!!!!!!!!-&!#!!!!!"$%U,D!!!!!!$B1"A"-!!!9R.#YQ,D%!!!!!!!!5!1!!!068.9*Z*K+-,H.34A:*/:U!!!!.!!!!!!!!!!!!!!!!!!!!!!!!!)$`````A!!!!9!!!!'!!!!"A!!!!9!!!!'!!!!"A!!!!9!!!!'!!!!"A!!!!9!!!!'!9!!"A:A!!99'!!'9!9!"I!"!!<!!Q!'M!U!"IQ\!!;$V1!'A+M!"I$6!!;!KQ!'A.5!"I#L!!;!V1!'9+Y!"BD9!!9'Y!!'!9!!"`````Q!!"!$```````````````````````````````````````````]!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!$``Q!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!0``!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!``]!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!$``Q!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!0``!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!``]!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!$``Q!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!0``!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!``]!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!$``Q!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!0``!!!!!!!!!!#ZO1!!!!!!!!!!!!!!!!!!!!!!!!!!``]!!!!!!!#ZU=8,U<E!!!!!!!!!!!!!!!!!!!!!!!$``Q!!!!#ZU=7`P\_`S^'Z!!!!!!!!!!!!!!!!!!!!!0``!!#ZU=7`P\_`P\_`P]P2O1!!!!!!!!!!!!!!!!!!``]!S]7`P\_`P\_`P\_`P\`,U1!!!!!!!!!!!!!!!!$``Q$&R<_`P\_`P\_`P\_`P``,!!!!!!!!!!!!!!!!!0``!-8,S]7`P\_`P\_`P````]5!!!!!!!!!!!!!!!!!``]!R=P,S]P&P\_`P```````R1!!!!!!!!!!!!!!!!$``Q$&S]P,S]P,R>(````````&!!!!!!!!!!!!!!!!!0``!-8,S]P,S]P,`````````]5!!!!!!!!!!!!!!!!!``]!R=P,S]P,S]P`````````R1!!!!!!!!!!!!!!!!$``Q$&S]P,S]P,S``````````&!!!!!!!!!!!!!!!!!0``!-8,S]P,S]P,`````````]5!!!!!!!!!!!!!!!!!``]!R=P,S]P,S]P`````````R1!!!!!!!!!!!!!!!!$``Q$,S]P,S]P,S````````]P,!!!!!!!!!!!!!!!!!0``!!$&R=P,S]P,`````]P2R1!!!!!!!!!!!!!!!!!!``]!!!!!R=P,S]P``]P,R1!!!!!!!!!!!!!!!!!!!!$``Q!!!!!!!-8,S]P,PQ!!!!!!!!!!!!!!!!!!!!!!!0``!!!!!!!!!!$&PQ!!!!!!!!!!!!!!!!!!!!!!!!!!````````````````````````````````````````````!!!!!A!"!!!!!!!-!!&'5%B1!!!!!!!$!!!$.Q!!"O6YH+W64UA552T(@W^>Z?WK_-9`[:+SK]RO%CO%5*JF7=Y'FGW+#26B,IVJ9+XMOB)%7D!)(LQE?1C%$C*U[C$3.7+V9!ZZ+N*AUWM(OYBFTE[`G8&W:V@=,O\B]2DG_`W_^`N^@DM!"2OMSJ;%=15)W]:.JQ*/539!]19+_T`@*,"?]B>)O9MIU%:\W<IN3;I6+"*F(TUF4-%P@&P^I<[!FY3Q$8SVA,H1T+F!C3B8=F@Z"/0@6P.4_;9L"T6MGC2NNXDX$JW7QBA)5LWW=AUE#53IN>OFOK\1YQ'*VZY['KB,NX1IQ!3Z/-)H4K!D2H`1,5E@T*/Q;1FI71_,CYNJ%7?)@0IRGD8.0.IOE<Y=GF*"LIHS#<_O=?I;T&ES=Q2X=E9\OS<+FJ9*-E-J[J[96ZYXMQ3XUK<L.D=X59@LPGZ)A8)_=:G[[);YFF`=,<U$!C2_D[J@V4?;HANK8>$@,=6'?&M)[]&^DQ)H*>H7$X9T+Q!T?BPM:BP/9RP)&<U.$G'+1<I0-``JAW#0V^7U$]?CIQ-24`C"Z`ZQ+"LVD%1?DI6'"TRC;$2UM%/NAORIUG[PB?FQ1!89Y2)-7;M>BI7&"3Q!LGHJ":27]IG5DN.P-ZSKO*COO*;;LNR&L*TQ__;A6DVPCSW4W5#;W5:EFG0:R]JA^P42-XM'52L09B:%]%-M"X^.BMD#L"^6L3$GU$3D:C+$74`GN*IZO:A^?Z":PZG69H:W>D:$BZ6P34&L*]2A6FJ6^^1^D>Q`[E]Y"]]NZ(:D/\3`CSXU0Y\_';7`>CCH\<FL\SE!AV8(9#1='QG'(G6XI6#"4E&WY7F,$(/KG6=B!$QY]7<@VL\DT7+4LTGX-4H'P8=_;@L^`5@,@M7S8[9OBTO>=^X)'4.SXJOAV?MZG(!E/6CN)!Z,)Z]IN-R:J:\4<X:.Z@3O\?\O9C;O2L7E7HC'L0,;%SOF.\+'LSQ4A=/(LQM2].Y'\RX!%6TW0L5:5ZDHG]T$%Q=NP.,VF6DKQU*\?%(.^1),I0_%!B6#?_FHVI(V+K)>.-$G=*:RL)`2/<I>`Z,[^-1\5UJJ&<<)8@[6GV<^!VZB_O1!!!!!"!!!!#E!!!!%!!!!!!!!!!Q!!5*%3&!!!!!!!!-!!!"C!!!!=HC=9W"AS"/190L(50?8A5HA+Z!B`:?"7>#0]4=$![?@Q'%AT3AA#237`=P!,KA.&N9_IMP"!!7K<)Q=EBS("4H!-BQN'AT````H_(LE'FT&%2]Y5W770)=%!"2C'1!!!!!!!!1!!!!(!!!#9!!!!!=!!!!B8WZJ8URB=X2,<G^X<E^X<GFO:UR71WRB=X.$<(6T>'6S&!#!!!!!!!%!#!!Q`````Q!"!!!!!!!_!!!!!A!31$$`````#7>S<X6Q4G&N:1!E1&!!!1!!'W>S<X6Q)'.P<G:J:X6S982J<WYO<(:D<'&T=Q!"!!%!!!!!!!!!'ER71WRB=X.1=GFW982F2'&U962B9E^S:'6S&!#!!!!!!!)!"1!(!!!-!%!!!@````]!!!!"!!%!!!!"!!!!!!!!!!!!!!!<4&:$<'&T=V"S;8:B>'6%982B6'FN:8.U97VQ&!#!!!!!!!%!"1!(!!!"!!$1D)'^!!!!!!!!!#:-6E.M98.T5(*J>G&U:52B>'&-98.U18"Q<'FF:&2J<76T>'&N="1!A!!!!!!"!!5!"Q!!!1!!U)S"P1!!!!!!!!!;4&:$<'&T=V"S;8:B>'6%982B6(FQ:52F=W-5!)!!!!!!!1!)!$$`````!!%!!!!!!$Y!!!!#!"*!-0````]*:X*P>8"/97VF!#2!5!!"!!!<:X*P>8!A9W^O:GFH>8*B>'FP<CZM>G.M98.T!!%!!1!!!!!!!!!?4&:$<'&T=V"S;8:B>'6%982B2':M>%2B>'&4;8JF&!#!!!!!!!%!"1!$!!!"!!!!!!!%!!!!!!!!!"J-6E.M98.T5(*J>G&U:52B>'&%:GRU2'&U921!A!!!!!!#!"*!-0````]*:X*P>8"/97VF!#2!5!!"!!!<:X*P>8!A9W^O:GFH>8*B>'FP<CZM>G.M98.T!!%!!1!!!!!!!!!!!!!!"!!$!!A!!!!%!!!!5!!!!#A!!!!#!!!%!!!!!!)!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!_1!!!9FYH)W04UL$1"D&@]HU4V*<L66R)=+M8,A1Q1M%"*>30)&$EAG"W#H*J,D5P6@S$BZ&4["@UYI,84A0(HTPT<RZ(X$%,,H]F"-8N7O8N_9BR`,R^P,]#I1HH;J4N\"FU><'FWZR5;X3SD4.]6^?[CP/ETE"H&Z8<?0T7DOLOQ>[7:=LYX/>'7`I#RC21@"/+)0;DFT2)U['+&M62-G4=H>_)_4/-J6UR9!BE7IT3U48HX(X[UDZRURSZB):M]0:0\O%#!X7*,=D\K6'DRO*U?SS*`9;5^'_%7\R7`FR^DNMFAK9C<*?-:$[@=:-//"1?!*@[?R+I!!!!!!!!'5!!1!#!!-!"!!!!%A!$Q1!!!!!$Q$9!.5!!!"2!!]%!!!!!!]!W!$6!!!!7A!0"!!!!!!0!.A!V1!!!'/!!)1!A!!!$Q$9!.5)5W6H<W5A65E)5W6H<W5A65E)5W6H<W5A65E"-!!!!&*45E-.#A!$4&:$1UR#6F=!!"")!!!%9!!!!#!!!"!I!!!!!!!!!!!!!!!A!!!!.!!!"%A!!!!>4%F#4A!!!!!!!!&M4&:45A!!!!!!!!'!5F242Q!!!!!!!!'51U.46!!!!!!!!!'I4%FW;1!!!!!!!!']1U^/5!!!!!!!!!(16%UY-!!!!!!!!!(E2%:%5Q!!!!!!!!(Y4%FE=Q!!!!!!!!)-6EF$2!!!!!!!!!)A2U.%31!!!!!!!!)U>G6S=Q!!!!1!!!*)5U.45A!!!!!!!!+M2U.15A!!!!!!!!,!35.04A!!!!!!!!,5;7.M/!!!!!!!!!,I1V"$-A!!!!!!!!,]4%FG=!!!!!!!!!-12F")9A!!!!!!!!-E2F"421!!!!!!!!-Y6F"%5!!!!!!!!!.-4%FC:!!!!!!!!!.A1E2)9A!!!!!!!!.U1E2421!!!!!!!!/)6EF55Q!!!!!!!!/=2&2)5!!!!!!!!!/Q466*2!!!!!!!!!0%3%F46!!!!!!!!!096E.55!!!!!!!!!0M2F2"1A!!!!!!!!1!!!!!!0````]!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!E!!!!!!!!!!$`````!!!!!!!!!,A!!!!!!!!!!0````]!!!!!!!!!T!!!!!!!!!!!`````Q!!!!!!!!$5!!!!!!!!!!$`````!!!!!!!!!1!!!!!!!!!!!0````]!!!!!!!!"#!!!!!!!!!!!`````Q!!!!!!!!%Q!!!!!!!!!!$`````!!!!!!!!!8Q!!!!!!!!!!0````]!!!!!!!!"D!!!!!!!!!!!`````Q!!!!!!!!-1!!!!!!!!!!4`````!!!!!!!!!SA!!!!!!!!!"`````]!!!!!!!!$0!!!!!!!!!!)`````Q!!!!!!!!.-!!!!!!!!!!H`````!!!!!!!!!W!!!!!!!!!!#P````]!!!!!!!!$=!!!!!!!!!!!`````Q!!!!!!!!/%!!!!!!!!!!$`````!!!!!!!!!ZQ!!!!!!!!!!0````]!!!!!!!!$M!!!!!!!!!!!`````Q!!!!!!!!1U!!!!!!!!!!$`````!!!!!!!!#$A!!!!!!!!!!0````]!!!!!!!!)1!!!!!!!!!!!`````Q!!!!!!!!B1!!!!!!!!!!$`````!!!!!!!!#YQ!!!!!!!!!!0````]!!!!!!!!,F!!!!!!!!!!!`````Q!!!!!!!!O=!!!!!!!!!!$`````!!!!!!!!#[Q!!!!!!!!!!0````]!!!!!!!!-&!!!!!!!!!!!`````Q!!!!!!!!Q=!!!!!!!!!!$`````!!!!!!!!$I!!!!!!!!!!!0````]!!!!!!!!/C!!!!!!!!!!!`````Q!!!!!!!![1!!!!!!!!!!$`````!!!!!!!!$LQ!!!!!!!!!A0````]!!!!!!!!0P!!!!!!8:X*P>8!A9W^O:GFH>8*B>'FP<CZD>'Q!!!!! 10 | false 11 | &!#!!!!!!!)!"1!&!!!-!%!!!@````]!!!!"!!%!!!#B!!!!!3N/36.&8U.&2F^T:8*J97RJ?G&C<'5A9W^O:GFH>8*B>'FP<CZM>G.M98.T5&2)-!!!!'E!!1!*!!!!!!!!&U.P<G:J:X6S982J<WYA2H*B<76X<X*L'H.F=GFB<'F[97*M:3"D<WZG;7>V=G&U;7^O+UZ*5U6@1U6'8X.F=GFB<'F[97*M:3"D<WZG;7>V=G&U;7^O,GRW9WRB=X-!!!!! 12 | 13 | 2 14 | 15 | 16 | groupName 17 | groupName 18 | -1 19 | 20 | &!#!!!!!!!)!"1!&!!!-!%!!!@````]!!!!"!!%!!!&/!!!!#A!-1#%'=X2B>(6T!!!,1!-!"'.P:'5!!""!-0````]'=W^V=G.F!!!71&!!!Q!!!!%!!AFF=H*P=C"P>81!"!!!!"*!-0````]*:X*P>8"/97VF!$Z!=!!?!!!>'W>S<X6Q)'.P<G:J:X6S982J<WYO<(:D<'&T=Q!8:X*P>8!A9W^O:GFH>8*B>'FP<C"P>81!&E"1!!-!!!!"!!)):8*S<X)A;7Y!!$Z!=!!?!!!>'W>S<X6Q)'.P<G:J:X6S982J<WYO<(:D<'&T=Q!7:X*P>8!A9W^O:GFH>8*B>'FP<C"J<A!!91$Q!!Q!!Q!%!!5!"A!%!!1!"!!%!!=!"!!%!!A#!!"Y!!!.#!!!!!!!!!E!!!!.#Q!!!!!!!!!!!!!!!!!!!!!!!!I!!!!!!!!!!!!!!"!!!!U!!!!-!!!!!!!!!!!!!!%!#1!!!!! 21 | -1 22 | 16777216 23 | true 24 | 1 25 | 1 26 | 34078722 27 | 28 | 29 | &!#!!!!!!!)!"1!&!!!-!%!!!@````]!!!!"!!%!!!&9!!!!#A!-1#%'=X2B>(6T!!!,1!-!"'.P:'5!!""!-0````]'=W^V=G.F!!!71&!!!Q!!!!%!!AFF=H*P=C"P>81!"!!!!$Z!=!!?!!!>'W>S<X6Q)'.P<G:J:X6S982J<WYO<(:D<'&T=Q!8:X*P>8!A9W^O:GFH>8*B>'FP<C"P>81!)%"1!!-!!!!"!!)4:8*S<X)A;7YA+'ZP)'6S=G^S+1!31$$`````#7>S<X6Q4G&N:1!_1(!!(A!!(2NH=G^V=#"D<WZG;7>V=G&U;7^O,GRW9WRB=X-!&G>S<X6Q)'.P<G:J:X6S982J<WYA;7Y!!'%!]!!-!!-!"!!%!!5!"!!%!!1!"!!'!!1!"Q!)!A!!?!!!$1A!!!!!!!!!!!!!$1M!!!!!!!!!!!!!!!!!!!!!!!!+!!!!!!!!!B!!!!!3!!!.!!!!$!!!!!!!!!!!!!!"!!E!!!!! 30 | -1 31 | 16777216 32 | true 33 | 1 34 | 1 35 | 34078722 36 | 37 | 38 | 39 | -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Advanced Configurator/Classes/group node/Duplicate.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Advanced Configurator/Classes/group node/Duplicate.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Advanced Configurator/Classes/group node/EditOptions.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Advanced Configurator/Classes/group node/EditOptions.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Advanced Configurator/Classes/group node/GetText.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Advanced Configurator/Classes/group node/GetText.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Advanced Configurator/Classes/group node/GroupUI.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Advanced Configurator/Classes/group node/GroupUI.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Advanced Configurator/Classes/group node/Initialize.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Advanced Configurator/Classes/group node/Initialize.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Advanced Configurator/Classes/group node/Read GroupName.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Advanced Configurator/Classes/group node/Read GroupName.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Advanced Configurator/Classes/group node/Read configuration.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Advanced Configurator/Classes/group node/Read configuration.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Advanced Configurator/Classes/group node/UIRef.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Advanced Configurator/Classes/group node/UIRef.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Advanced Configurator/Classes/group node/Write GroupName.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Advanced Configurator/Classes/group node/Write GroupName.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Advanced Configurator/Classes/group node/Write configuration.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Advanced Configurator/Classes/group node/Write configuration.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Advanced Configurator/Classes/voltage node/GetText.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Advanced Configurator/Classes/voltage node/GetText.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Advanced Configurator/Classes/voltage node/Initialize.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Advanced Configurator/Classes/voltage node/Initialize.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Advanced Configurator/Configuration Tool Main.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Advanced Configurator/Configuration Tool Main.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Advanced Configurator/Controls/AddMessage.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Advanced Configurator/Controls/AddMessage.ctl -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Advanced Configurator/Controls/FilePaths.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Advanced Configurator/Controls/FilePaths.ctl -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Advanced Configurator/Controls/MoveMessage.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Advanced Configurator/Controls/MoveMessage.ctl -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Advanced Configurator/Controls/StateCluster.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Advanced Configurator/Controls/StateCluster.ctl -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Advanced Configurator/Glyphs/AC_Volts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Advanced Configurator/Glyphs/AC_Volts.png -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Advanced Configurator/Glyphs/ApplicationIcon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Advanced Configurator/Glyphs/ApplicationIcon.ico -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Advanced Configurator/Glyphs/Async.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Advanced Configurator/Glyphs/Async.png -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Advanced Configurator/Glyphs/Axis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Advanced Configurator/Glyphs/Axis.png -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Advanced Configurator/Glyphs/ChnGroup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Advanced Configurator/Glyphs/ChnGroup.png -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Advanced Configurator/Glyphs/ChnTime.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Advanced Configurator/Glyphs/ChnTime.png -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Advanced Configurator/Glyphs/ChnWave.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Advanced Configurator/Glyphs/ChnWave.png -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Advanced Configurator/Glyphs/Confine_Window.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Advanced Configurator/Glyphs/Confine_Window.png -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Advanced Configurator/Glyphs/Current.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Advanced Configurator/Glyphs/Current.png -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Advanced Configurator/Glyphs/DC_Volts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Advanced Configurator/Glyphs/DC_Volts.png -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Advanced Configurator/Glyphs/Error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Advanced Configurator/Glyphs/Error.png -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Advanced Configurator/Glyphs/Folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Advanced Configurator/Glyphs/Folder.png -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Advanced Configurator/Glyphs/Gear.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Advanced Configurator/Glyphs/Gear.ico -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Advanced Configurator/Glyphs/Gear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Advanced Configurator/Glyphs/Gear.png -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Advanced Configurator/Glyphs/PC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Advanced Configurator/Glyphs/PC.png -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Advanced Configurator/Glyphs/Resource.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Advanced Configurator/Glyphs/Resource.png -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Advanced Configurator/Glyphs/System.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Advanced Configurator/Glyphs/System.png -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Advanced Configurator/Glyphs/analog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Advanced Configurator/Glyphs/analog.png -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Advanced Configurator/Glyphs/applications-system-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Advanced Configurator/Glyphs/applications-system-3.png -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Advanced Configurator/Glyphs/cRIO.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Advanced Configurator/Glyphs/cRIO.png -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Advanced Configurator/Glyphs/cRIOEmbeddedChassis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Advanced Configurator/Glyphs/cRIOEmbeddedChassis.png -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Advanced Configurator/Glyphs/cRIO_Controller.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Advanced Configurator/Glyphs/cRIO_Controller.png -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Advanced Configurator/Glyphs/cRIO_Network_Controller.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Advanced Configurator/Glyphs/cRIO_Network_Controller.png -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Advanced Configurator/Glyphs/choice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Advanced Configurator/Glyphs/choice.png -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Advanced Configurator/Glyphs/ethernet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Advanced Configurator/Glyphs/ethernet.png -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Advanced Configurator/Glyphs/rotation2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Advanced Configurator/Glyphs/rotation2.png -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Advanced Configurator/Glyphs/steps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Advanced Configurator/Glyphs/steps.png -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Advanced Configurator/Glyphs/task.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Advanced Configurator/Glyphs/task.png -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Advanced Configurator/Glyphs/temp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Advanced Configurator/Glyphs/temp.png -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Advanced Configurator/Glyphs/velocity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Advanced Configurator/Glyphs/velocity.png -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Advanced Configurator/documentation/redirect.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Configuration Editor Framework 6 | 7 | 8 | 11 | 12 | 13 | 14 | If you are not redirected automatically, follow the link 15 | 16 | 17 | -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Advanced Configurator/scripting/Features_SpecPage.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Advanced Configurator/scripting/Features_SpecPage.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Advanced Configurator/scripting/PostCopyScripting.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Advanced Configurator/scripting/PostCopyScripting.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Advanced Configurator/scripting/Read Spec Page Path.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Advanced Configurator/scripting/Read Spec Page Path.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Advanced Configurator/scripting/Read library name.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Advanced Configurator/scripting/Read library name.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Advanced Configurator/scripting/Update Status.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Advanced Configurator/scripting/Update Status.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Advanced Configurator/scripting/Write library name.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Advanced Configurator/scripting/Write library name.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Advanced Configurator/scripting/save everything this project less crashy.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Advanced Configurator/scripting/save everything this project less crashy.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Advanced Configurator/subVI/Error.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Advanced Configurator/subVI/Error.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Advanced Configurator/subVI/FileDialog.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Advanced Configurator/subVI/FileDialog.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Advanced Configurator/subVI/FilePaths.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Advanced Configurator/subVI/FilePaths.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Advanced Configurator/subVI/MenuOptions.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Advanced Configurator/subVI/MenuOptions.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Advanced Configurator/subVI/Save.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Advanced Configurator/subVI/Save.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Advanced Configurator/subVI/SaveAs.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Advanced Configurator/subVI/SaveAs.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Advanced Configurator/subVI/SaveDialog.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Advanced Configurator/subVI/SaveDialog.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Advanced Configurator/subVI/generate default path.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Advanced Configurator/subVI/generate default path.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Configuration Editor Framework/Classes/Channel/ChannelDisplayInfo.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Configuration Editor Framework/Classes/Channel/ChannelDisplayInfo.ctl -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Configuration Editor Framework/Classes/Channel/ChannelUI.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Configuration Editor Framework/Classes/Channel/ChannelUI.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Configuration Editor Framework/Classes/Channel/EditOptions.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Configuration Editor Framework/Classes/Channel/EditOptions.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Configuration Editor Framework/Classes/Channel/FromRepo.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Configuration Editor Framework/Classes/Channel/FromRepo.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Configuration Editor Framework/Classes/Channel/GetText.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Configuration Editor Framework/Classes/Channel/GetText.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Configuration Editor Framework/Classes/Channel/Read Channel info.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Configuration Editor Framework/Classes/Channel/Read Channel info.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Configuration Editor Framework/Classes/Channel/Read View Channel info.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Configuration Editor Framework/Classes/Channel/Read View Channel info.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Configuration Editor Framework/Classes/Channel/ToRepo.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Configuration Editor Framework/Classes/Channel/ToRepo.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Configuration Editor Framework/Classes/Channel/UIRef.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Configuration Editor Framework/Classes/Channel/UIRef.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Configuration Editor Framework/Classes/Channel/Write Channel info.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Configuration Editor Framework/Classes/Channel/Write Channel info.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Configuration Editor Framework/Classes/Channel/Write View Channel info.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Configuration Editor Framework/Classes/Channel/Write View Channel info.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Configuration Editor Framework/Classes/Current/GetText.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Configuration Editor Framework/Classes/Current/GetText.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Configuration Editor Framework/Classes/Current/Initialize.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Configuration Editor Framework/Classes/Current/Initialize.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Configuration Editor Framework/Classes/Group/ChannelTypetoClass.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Configuration Editor Framework/Classes/Group/ChannelTypetoClass.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Configuration Editor Framework/Classes/Group/Duplicate.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Configuration Editor Framework/Classes/Group/Duplicate.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Configuration Editor Framework/Classes/Group/EditOptions.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Configuration Editor Framework/Classes/Group/EditOptions.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Configuration Editor Framework/Classes/Group/FromRepo.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Configuration Editor Framework/Classes/Group/FromRepo.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Configuration Editor Framework/Classes/Group/GetText.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Configuration Editor Framework/Classes/Group/GetText.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Configuration Editor Framework/Classes/Group/GroupUI.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Configuration Editor Framework/Classes/Group/GroupUI.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Configuration Editor Framework/Classes/Group/Initialize.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Configuration Editor Framework/Classes/Group/Initialize.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Configuration Editor Framework/Classes/Group/Read GroupName.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Configuration Editor Framework/Classes/Group/Read GroupName.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Configuration Editor Framework/Classes/Group/ToRepo.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Configuration Editor Framework/Classes/Group/ToRepo.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Configuration Editor Framework/Classes/Group/UIRef.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Configuration Editor Framework/Classes/Group/UIRef.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Configuration Editor Framework/Classes/Group/Write GroupName.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Configuration Editor Framework/Classes/Group/Write GroupName.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Configuration Editor Framework/Classes/Voltage/GetText.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Configuration Editor Framework/Classes/Voltage/GetText.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Configuration Editor Framework/Classes/Voltage/Initialize.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Configuration Editor Framework/Classes/Voltage/Initialize.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Configuration Editor Framework/Classes/cRIO Repo/ChannelData.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Configuration Editor Framework/Classes/cRIO Repo/ChannelData.ctl -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Configuration Editor Framework/Classes/cRIO Repo/CustomView.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Configuration Editor Framework/Classes/cRIO Repo/CustomView.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Configuration Editor Framework/Classes/cRIO Repo/FileCluster.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Configuration Editor Framework/Classes/cRIO Repo/FileCluster.ctl -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Configuration Editor Framework/Classes/cRIO Repo/MultipleChannelEditorUI.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Configuration Editor Framework/Classes/cRIO Repo/MultipleChannelEditorUI.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Configuration Editor Framework/Classes/cRIO Repo/Open.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Configuration Editor Framework/Classes/cRIO Repo/Open.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Configuration Editor Framework/Classes/cRIO Repo/Read Channel Group.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Configuration Editor Framework/Classes/cRIO Repo/Read Channel Group.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Configuration Editor Framework/Classes/cRIO Repo/Read Channel Name.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Configuration Editor Framework/Classes/cRIO Repo/Read Channel Name.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Configuration Editor Framework/Classes/cRIO Repo/Read Channels.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Configuration Editor Framework/Classes/cRIO Repo/Read Channels.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Configuration Editor Framework/Classes/cRIO Repo/Read Description.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Configuration Editor Framework/Classes/cRIO Repo/Read Description.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Configuration Editor Framework/Classes/cRIO Repo/Read IO .vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Configuration Editor Framework/Classes/cRIO Repo/Read IO .vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Configuration Editor Framework/Classes/cRIO Repo/Read SensorID.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Configuration Editor Framework/Classes/cRIO Repo/Read SensorID.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Configuration Editor Framework/Classes/cRIO Repo/Read System.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Configuration Editor Framework/Classes/cRIO Repo/Read System.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Configuration Editor Framework/Classes/cRIO Repo/ReadTree.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Configuration Editor Framework/Classes/cRIO Repo/ReadTree.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Configuration Editor Framework/Classes/cRIO Repo/Save.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Configuration Editor Framework/Classes/cRIO Repo/Save.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Configuration Editor Framework/Classes/cRIO Repo/Write Channel Group.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Configuration Editor Framework/Classes/cRIO Repo/Write Channel Group.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Configuration Editor Framework/Classes/cRIO Repo/Write Channel Name.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Configuration Editor Framework/Classes/cRIO Repo/Write Channel Name.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Configuration Editor Framework/Classes/cRIO Repo/Write Channels.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Configuration Editor Framework/Classes/cRIO Repo/Write Channels.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Configuration Editor Framework/Classes/cRIO Repo/Write Description.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Configuration Editor Framework/Classes/cRIO Repo/Write Description.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Configuration Editor Framework/Classes/cRIO Repo/Write IO .vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Configuration Editor Framework/Classes/cRIO Repo/Write IO .vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Configuration Editor Framework/Classes/cRIO Repo/Write SensorID.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Configuration Editor Framework/Classes/cRIO Repo/Write SensorID.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Configuration Editor Framework/Classes/cRIO Repo/Write System.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Configuration Editor Framework/Classes/cRIO Repo/Write System.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Configuration Editor Framework/Classes/cRIO Repo/WriteTree.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Configuration Editor Framework/Classes/cRIO Repo/WriteTree.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Configuration Editor Framework/Classes/cRIO/CRIOUI.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Configuration Editor Framework/Classes/cRIO/CRIOUI.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Configuration Editor Framework/Classes/cRIO/EditOptions.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Configuration Editor Framework/Classes/cRIO/EditOptions.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Configuration Editor Framework/Classes/cRIO/FromRepo.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Configuration Editor Framework/Classes/cRIO/FromRepo.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Configuration Editor Framework/Classes/cRIO/GetText.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Configuration Editor Framework/Classes/cRIO/GetText.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Configuration Editor Framework/Classes/cRIO/Initialize.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Configuration Editor Framework/Classes/cRIO/Initialize.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Configuration Editor Framework/Classes/cRIO/Read System Name.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Configuration Editor Framework/Classes/cRIO/Read System Name.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Configuration Editor Framework/Classes/cRIO/ToRepo.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Configuration Editor Framework/Classes/cRIO/ToRepo.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Configuration Editor Framework/Classes/cRIO/UIRef.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Configuration Editor Framework/Classes/cRIO/UIRef.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Configuration Editor Framework/Classes/cRIO/Write System Name.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Configuration Editor Framework/Classes/cRIO/Write System Name.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Configuration Editor Framework/Configuration Tool Main.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Configuration Editor Framework/Configuration Tool Main.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Configuration Editor Framework/Configuration Tool.lvlib: -------------------------------------------------------------------------------- 1 |  2 | 3 | &!#!!!!!!!)!"1!&!!!-!%!!!@````]!!!!"!!%!!!(]!!!*Q(C=\>8"=>MQ%!8143;(8.6"2CVM#WJ",7Q,SN&(N<!NK!7VM#WI"<8A0$%94UZ2$P%E"Y.?G@I%A7=11U>M\7P%FXB^VL\`NHV=@X<^39O0^N(_<8NZOEH@@=^_CM?,3)VK63LD->8LS%=_]J'0@/1N<XH,7^\SFJ?]Z#5P?=F,HP+5JTTF+5`Z>MB$(P+1)YX*RU2DU$(![)Q3YW.YBG>YBM@8'*\B':\B'2Z>9HC':XC':XD=&M-T0--T0-.DK%USWS(H'2\$2`-U4`-U4`/9-JKH!>JE<?!W#%;UC_WE?:KH?:R']T20]T20]\A=T>-]T>-]T?/7<66[UTQ//9^BIHC+JXC+JXA-(=640-640-6DOCC?YCG)-G%:(#(+4;6$_6)]R?.8&%`R&%`R&)^,WR/K<75?GM=BZUG?Z%G?Z%E?1U4S*%`S*%`S'$;3*XG3*XG3RV320-G40!G3*D6^J-(3D;F4#J,(T\:<=HN+P5FS/S,7ZIWV+7.NNFC<+.<GC0819TX-7!]JVO,(7N29CR6L%7,^=<(1M4#R*IFV][.DX(X?V&6>V&G>V&%>V&\N(L@_Z9\X_TVONVN=L^?Y8#ZR0J`D>$L&]8C-Q_%1_`U_>LP>WWPAG_0NB@$TP@4C`%`KH@[8`A@PRPA=PYZLD8Y!#/7SO!!!!!! 4 | 335577088 5 | 1.0.0.0 6 | true 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Configuration Editor Framework/Controls/AddMessage.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Configuration Editor Framework/Controls/AddMessage.ctl -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Configuration Editor Framework/Controls/FilePaths.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Configuration Editor Framework/Controls/FilePaths.ctl -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Configuration Editor Framework/Controls/MoveMessage.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Configuration Editor Framework/Controls/MoveMessage.ctl -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Configuration Editor Framework/Controls/StateCluster.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Configuration Editor Framework/Controls/StateCluster.ctl -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Configuration Editor Framework/Glyphs/AC_Volts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Configuration Editor Framework/Glyphs/AC_Volts.png -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Configuration Editor Framework/Glyphs/ApplicationIcon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Configuration Editor Framework/Glyphs/ApplicationIcon.ico -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Configuration Editor Framework/Glyphs/Async.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Configuration Editor Framework/Glyphs/Async.png -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Configuration Editor Framework/Glyphs/Axis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Configuration Editor Framework/Glyphs/Axis.png -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Configuration Editor Framework/Glyphs/ChnGroup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Configuration Editor Framework/Glyphs/ChnGroup.png -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Configuration Editor Framework/Glyphs/ChnTime.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Configuration Editor Framework/Glyphs/ChnTime.png -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Configuration Editor Framework/Glyphs/ChnWave.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Configuration Editor Framework/Glyphs/ChnWave.png -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Configuration Editor Framework/Glyphs/Confine_Window.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Configuration Editor Framework/Glyphs/Confine_Window.png -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Configuration Editor Framework/Glyphs/Current.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Configuration Editor Framework/Glyphs/Current.png -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Configuration Editor Framework/Glyphs/DC_Volts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Configuration Editor Framework/Glyphs/DC_Volts.png -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Configuration Editor Framework/Glyphs/Error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Configuration Editor Framework/Glyphs/Error.png -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Configuration Editor Framework/Glyphs/Folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Configuration Editor Framework/Glyphs/Folder.png -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Configuration Editor Framework/Glyphs/Gear.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Configuration Editor Framework/Glyphs/Gear.ico -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Configuration Editor Framework/Glyphs/Gear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Configuration Editor Framework/Glyphs/Gear.png -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Configuration Editor Framework/Glyphs/PC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Configuration Editor Framework/Glyphs/PC.png -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Configuration Editor Framework/Glyphs/Resource.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Configuration Editor Framework/Glyphs/Resource.png -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Configuration Editor Framework/Glyphs/System.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Configuration Editor Framework/Glyphs/System.png -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Configuration Editor Framework/Glyphs/analog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Configuration Editor Framework/Glyphs/analog.png -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Configuration Editor Framework/Glyphs/applications-system-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Configuration Editor Framework/Glyphs/applications-system-3.png -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Configuration Editor Framework/Glyphs/cRIO.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Configuration Editor Framework/Glyphs/cRIO.png -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Configuration Editor Framework/Glyphs/cRIOEmbeddedChassis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Configuration Editor Framework/Glyphs/cRIOEmbeddedChassis.png -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Configuration Editor Framework/Glyphs/cRIO_Controller.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Configuration Editor Framework/Glyphs/cRIO_Controller.png -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Configuration Editor Framework/Glyphs/cRIO_Network_Controller.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Configuration Editor Framework/Glyphs/cRIO_Network_Controller.png -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Configuration Editor Framework/Glyphs/choice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Configuration Editor Framework/Glyphs/choice.png -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Configuration Editor Framework/Glyphs/ethernet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Configuration Editor Framework/Glyphs/ethernet.png -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Configuration Editor Framework/Glyphs/rotation2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Configuration Editor Framework/Glyphs/rotation2.png -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Configuration Editor Framework/Glyphs/steps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Configuration Editor Framework/Glyphs/steps.png -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Configuration Editor Framework/Glyphs/task.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Configuration Editor Framework/Glyphs/task.png -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Configuration Editor Framework/Glyphs/temp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Configuration Editor Framework/Glyphs/temp.png -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Configuration Editor Framework/Glyphs/velocity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Configuration Editor Framework/Glyphs/velocity.png -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Configuration Editor Framework/documentation/redirect.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Configuration Editor Framework 6 | 7 | 8 | 11 | 12 | 13 | 14 | If you are not redirected automatically, follow the link 15 | 16 | 17 | -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Configuration Editor Framework/scripting/Features_SpecPage.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Configuration Editor Framework/scripting/Features_SpecPage.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Configuration Editor Framework/scripting/PostCopyScripting.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Configuration Editor Framework/scripting/PostCopyScripting.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Configuration Editor Framework/scripting/Read Spec Page Path.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Configuration Editor Framework/scripting/Read Spec Page Path.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Configuration Editor Framework/scripting/Read library name.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Configuration Editor Framework/scripting/Read library name.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Configuration Editor Framework/scripting/Update Status.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Configuration Editor Framework/scripting/Update Status.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Configuration Editor Framework/scripting/Write library name.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Configuration Editor Framework/scripting/Write library name.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Configuration Editor Framework/scripting/save everything this project less crashy.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Configuration Editor Framework/scripting/save everything this project less crashy.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Configuration Editor Framework/subVI/Error.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Configuration Editor Framework/subVI/Error.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Configuration Editor Framework/subVI/FileDialog.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Configuration Editor Framework/subVI/FileDialog.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Configuration Editor Framework/subVI/FilePaths.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Configuration Editor Framework/subVI/FilePaths.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Configuration Editor Framework/subVI/MenuOptions.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Configuration Editor Framework/subVI/MenuOptions.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Configuration Editor Framework/subVI/Save.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Configuration Editor Framework/subVI/Save.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Configuration Editor Framework/subVI/SaveAs.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Configuration Editor Framework/subVI/SaveAs.vi -------------------------------------------------------------------------------- /Trunk/ProjectTemplates/Source/Configuration Editor Framework/subVI/SaveDialog.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NISystemsEngineering/CEF/1f0da7a1549e79fabcf29b5f094c00cef1da656b/Trunk/ProjectTemplates/Source/Configuration Editor Framework/subVI/SaveDialog.vi -------------------------------------------------------------------------------- /version.txt: -------------------------------------------------------------------------------- 1 | 2013 --------------------------------------------------------------------------------