- Aug 19, 2015
-
-
Dennis Neidherr authored
-------------------- -- In the main GUI a small typo in the description of the buttons was corrected -- The title of the Installer was changed -- The installer is not crashing anymore if you try to de-install already deinstalled files -- Corrected an error in the CopyClass.vi which occurred if no files were found in the target directory. In this case the TEMP prefix had to be deleted. -- The BuildDialog.vi and ClearFP.vi were crashing if no attribute data were found (this could happen if one only wanted to create a Dialog Msg without the PV capabilities and the source VI had no parameters). -- For whatever reasons the problem of version 1.0.0.6 that one had to restart LabVIEW after creating a message is gone.
-
Dennis Neidherr authored
-------------------- -- The main GUI got a new front panel title. -- Modified the CopyClass.vi so that now it can also be executed without an open project (which is the case if the MM is executed from the run-time menu of the target project). Unfortunately for a new created message class LV has to be restarted. The reason is that the Template class still remains in memory... -- For this modification all VIs in the templates except the SendXXX.vi had to be renamed (a prefix "TEMP" was added).
-
- Aug 17, 2015
-
-
Dennis Neidherr authored
-------------------- -- Corrected the ClearFP.vi in case of the ConfigureDialog.vi. This should work now but it is not 100% tested. -- Corrected an error in the CopyVI.vi which prevented the content of an VI from being deleted as a first step if some controls were grouped together.
-
- Aug 11, 2015
-
-
Dennis Neidherr authored
-------------------- -- Included the PVUpdate & Dialog option, which is nothing more than a combination of the PVUpdate and Dialog options. -- Corrected a bug in the CopyVI.vi: It is not possible to delete grouped objects (there is also no error message delivered...), so one first has to ungroup them. -- There was an error in the Configure Dialog.vi template regarding the LVClass Control and Indicator. Like always one has to use DummyClasses and replace them with the correct ones during the build process. -- Already included some disabled code to clean up the Configure Dialog.vi front panel. But more work needed here.
-
- Aug 10, 2015
-
-
Dennis Neidherr authored
-------------------- -- Corrected a small bug in the Build Do.vi which occurred after the last update, -- Half of the Dialog Msg is already implemented. The Configure Dialog.vi is there but the accessor VIs are still missing.
-
- Aug 07, 2015
-
-
Dennis Neidherr authored
-------------------- -- Corrected a small bug in the new Installer.vi. Should work now.
-
- Aug 06, 2015
-
-
Dennis Neidherr authored
-------------------- -- Included two Dummy methods in the PVUpdate Do.vi Template. This has to be done in order to uncouple the template from the target project. Adjusted the Build Do.vi to compensate for this. -- Moved the Dummy Actor Method.vi a folder up.
-
Dennis Neidherr authored
-- Deactivated the Checksum functionality. This is right now not working and it has to be seen how to fix it. -- Included an Installer.vi. It can be found in the ...\Intstaller subfolder an can be executed without opening the project. Note that a Version.txt was also included.
-
Dennis Neidherr authored
-- In the case of an PVUpdate Msg the MM will include a boolean called "Execute?" to the attribute data if the original Vi had no data inputs. In addition the Do.vi will be modified with an additional Case structure. (This procedure is tested) -- The Tree in the GUI does not lose the last values once a message has been built -- The Tree shows now the correct symbol when a PVUpdate Msg was built -- The labels in the "Get Type.vi" of the actor control / indicator is now properly set
-
- Aug 05, 2015
-
-
Dennis Neidherr authored
-- -- Change of Inheritance -- -- More complex Build Do.vi -- -- Included the GetType.vi -- Not used files will now be deleted (Question remains if LabVIEW will rewrite them once the project is closed and saved)
-
- Aug 04, 2015
-
-
Dennis Neidherr authored
-- Added the SubFolder functionality: The MM is now searching for the correct VI in the original class and places the message in the same subfolder structure
-
Dennis Neidherr authored
-- Added a method which can automatically reset a front panel of a VI. All VIs created by the MM will use it from now on.
-
- Jul 31, 2015
-
-
Dennis Neidherr authored
-- Completely rebuild the CopyVI and CopyClass.VIs -- Result is that it is not important anymore if a class with the same name is already in memory or was deleted before -- The progress bar is set to 0 once you press the "Build" button
-
- Jul 27, 2015
-
-
Dennis Neidherr authored
Intermediate version: Try to make the program more robust so that it also reacts correct if there are already files in the msg folder. BUT NOTE: This version here is not intended for usage!
-
- Jul 07, 2015
-
-
Dennis Neidherr authored
-- The main Folder Name had to be changed again. For whatever reason LabVIEW expects that the folder starts with an "_".
-
Dennis Neidherr authored
-
Dennis Neidherr authored
-
Dennis Neidherr authored
-- Folder structure had to be changed in order to prepare the files for being copied in the NI project folder -- All paths are now relative except the path to the template in the Main.vi. This path had to be build manually since the used function does not work with relative paths (!?) -- Now the window closes automatically when pressing the Close button
-
- Jul 03, 2015
-
-
Dennis Neidherr authored
-- Corrected an error in the Build Send.vi which occurred when a message should be created without attribute data (in fact there was a case structure missing). -- Removed the Template.lvlib: This resulted in problems when a second message should be created because he complained that the library was still locked. -- In the Main.vi: Included an Error dialog after each loop of the User Event Structure. -- Added a symbol in the TreeControl for entries whose messages where just created -- Corrected small error with the Progress bar
-
Dennis Neidherr authored
-- Included the DeferUpdate VI used to lock and unlock the FrontPanel -- After a message is created the class as well as the Do.vi and the Send.vi are now saved. The library itself is not saved on purpose to give the user the chance to undo his work.
-
- Jul 02, 2015
-
-
Dennis Neidherr authored
1st working version. This Message Maker should work similar to the original one installed with LabVIEW. It has no special features for CS++.
-
- Jun 19, 2015
-
-
Dennis Neidherr authored
-