Skip to content
Snippets Groups Projects
  1. Mar 10, 2022
  2. Aug 26, 2019
  3. Apr 12, 2019
    • Dennis Neidherr's avatar
      Version 1.4.1.0 · ecdc50a8
      Dennis Neidherr authored
      ----------------------
      -- Modified the send VI, so that results can be returned in a special queue (this makes synchronous answers also possible)
      ecdc50a8
  4. Mar 25, 2019
  5. Sep 14, 2018
    • Dennis Neidherr's avatar
      Version 1.3.2.16 · 92c3a15e
      Dennis Neidherr authored
      ----------------------
      -- Started from scratch to solve the problem with the Accessor VI still in memory when trying to recreate a msg.
      -- This time I included the AccessorVI in the normal CopyClass.vi
      -- It seems that it is running, but testing is not yet finished.
      92c3a15e
  6. Aug 07, 2018
    • Dennis Neidherr's avatar
      Version 1.3.2.12 · eb5961c9
      Dennis Neidherr authored
      ----------------------
      -- There was a very old bug in the Do-Templates: The DIM boolean was connected at the wrong point to the rest of the sc. Corrected this and modified Build Do.vi accordingly.
      eb5961c9
  7. Jul 03, 2018
    • Dennis Neidherr's avatar
      Version 1.3.2.1 · e5fac161
      Dennis Neidherr authored
      ----------------------
      -- Corrected a bug which could occur when creating a Return Msg
      e5fac161
  8. Jun 28, 2018
    • Dennis Neidherr's avatar
      Version 1.3.2.0 · 59b5dfaf
      Dennis Neidherr authored
      ----------------------
      -- Revision of MessageMaker finished for the moment (still some bugfixing ongoing).
      
      NOTE that all messages should be recreated!
      59b5dfaf
  9. Jun 19, 2018
    • Dennis Neidherr's avatar
      Version 1.3.1.0 · 6a32a8c6
      Dennis Neidherr authored
      ----------------------
      -- Added options for AsyncPV and AsyncDialogPV messages
      -- Note that this is an internal test version and not fully tested!
      6a32a8c6
  10. Jul 24, 2017
  11. Oct 06, 2016
    • Dennis Neidherr's avatar
      Version 1.0.2.6 · 6af62325
      Dennis Neidherr authored
      ----------------------
      -- This version should work again. Send and Do.vis for the ReturnMSGs were renewed as well as the Ack Msg
      6af62325
  12. Sep 30, 2016
    • Dennis Neidherr's avatar
      Version 1.0.2.5 · 8ef14e4b
      Dennis Neidherr authored
      ----------------------
      -- NOTE THAT THIS IS JUST A "WORK-IN-PRPGRESS"-VERSION
      -- changed the string test in Build Methods.vi to make it more reliable
      -- Included the Variant2Attribute.vi for the two Asynch Msgs
      -- Included AccessVIs for all messages
      8ef14e4b
  13. Aug 23, 2016
    • Dennis Neidherr's avatar
      Version 1.0.2.4 · 49eb4d48
      Dennis Neidherr authored
      ----------------------
      -- The Acknowledge Message is now included and working (there is a small bug when switching frfom an Ack Msg to an Asynch Msg resulting in a warning => not so problematic)
      -- Changed some symbols
      -- Updated the Help window
      49eb4d48
  14. Aug 22, 2016
    • Dennis Neidherr's avatar
      Version 1.0.2.3 · a2983a34
      Dennis Neidherr authored
      ----------------------
      -- The Asynch+Dialog version is also working
      -- Corrected very nasty bug which appeared when switching between PVDialog and Return Msg: LV got completely stuck. I could solve this by change the inheritance before (!) building the Do.vi
      -- Correted (old?) bug in the CopyClass.vi: Even if a VI from the template class is newly copied to the Msg folder he will reset it. I had problems that it could happen that some old files were still hanging around in memory...
      -- Switching between the two different Dialog versions is working: He will only overwrite the Configure Dialog.vi if the new type is different from the old one. This is included to minimize the work the user has to do at the FP
      -- Included the Ack-Msg button (has no function yet)
      a2983a34
  15. Aug 18, 2016
    • Dennis Neidherr's avatar
      Version 1.0.2.2 · 9d7aaa06
      Dennis Neidherr authored
      ----------------------
      -- Do.vi and Send XXX.vi for the AsynchReturn Msg are working now (with and without caller parameters)
      9d7aaa06
    • Dennis Neidherr's avatar
      Version 1.0.2.1 · b176229a
      Dennis Neidherr authored
      ----------------------
      -- Added two new message types (Return + ReturnAndDialog)
      -- ReturnMsg is partly implemented (only Do.vi and also this still has to be modified when CallerMsg has no parameters)
      -- Fixed a bug in the Main.vi: When one switched between projects the actor list was not always proper updated
      -- Slightly modified the helping txt files
      b176229a
    • Dennis Neidherr's avatar
      Version 1.0.2.0 · 01641762
      Dennis Neidherr authored
      ----------------------
      -- Mass compile with LV2016
      01641762
  16. Oct 06, 2015
    • Dennis Neidherr's avatar
      Version 1.0.1.11 · 84b795c3
      Dennis Neidherr authored
      ----------------------
      -- There was another problem in the BuildDo.vi: The ClusterConstant has to be deleted if only one parameter is present.
      84b795c3
  17. Sep 23, 2015
  18. Sep 22, 2015
    • Dennis Neidherr's avatar
      Version 1.0.1.4 · fd22a93c
      Dennis Neidherr authored
      --------------------
      -- The Do.vi modification from last version was not working. This is now corrected.
      -- There was a problem in the CopyClass.vi which occurred if two messages with the same name were present in one project. The Message Maker could not distinguish between both. This is corrected by using the QualifiedName which includes the name of the corresponding library.
      fd22a93c
  19. Sep 10, 2015
    • Dennis Neidherr's avatar
      Version 1.0.1.3 · 11fb6d0c
      Dennis Neidherr authored
      --------------------
      -- The Do.vis are modified if a PV message is created with only one Boolean. In this case it has to be checked also if the message data is an I16 (Boolean sent over DIM).
      11fb6d0c
  20. Sep 09, 2015
    • Dennis Neidherr's avatar
      Version 1.0.1.1 · 96481489
      Dennis Neidherr authored
      --------------------
      -- The installer will now also include the "Configure Dialog.vi" in the standard AF message class
      -- The Dialog template had to be adjusted as well as the Build Dialog.vi
      -- Updated GetTypeInfo.vis and GetLVClassInfo.vis which are deprecated in LV2015
      96481489
  21. Sep 01, 2015
    • Dennis Neidherr's avatar
      Version 1.0.1.0 · 2181e16a
      Dennis Neidherr authored
      --------------------
      -- Updated MM to LabVIEW 2015 (not tested yet)
      -- Slightly modified the Readme.txt
      2181e16a
  22. Aug 24, 2015
    • Dennis Neidherr's avatar
      Version 1.0.0.8 · 336f4619
      Dennis Neidherr authored
      --------------------
      -- Corrected a spelling mistake: It should be "GetType.vi" and not "Get Type.vi"
      336f4619
  23. Aug 19, 2015
    • Dennis Neidherr's avatar
      Version 1.0.0.6 · 9bdcbe23
      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).
      9bdcbe23
  24. Aug 17, 2015
    • Dennis Neidherr's avatar
      Version 1.0.0.5 · 70a08c4f
      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.
      70a08c4f
  25. Aug 11, 2015
    • Dennis Neidherr's avatar
      Version 1.0.0.4 · 1b821057
      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.
      1b821057
  26. Aug 10, 2015
    • Dennis Neidherr's avatar
      Version 1.0.0.3 · 6b8e0c2f
      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.
      6b8e0c2f
  27. Aug 06, 2015
    • Dennis Neidherr's avatar
      Version 1.0.0.1 · acceef05
      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.
      acceef05
    • Dennis Neidherr's avatar
      -- In the case of an PVUpdate Msg the MM will include a boolean called... · f5773255
      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
      f5773255
  28. Aug 05, 2015
  29. Jul 31, 2015
    • Dennis Neidherr's avatar
      MM is working again: · 4488cf1d
      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
      4488cf1d
  30. Jul 07, 2015
Loading