Search Project: *:*

 
<< < 1 .. 411 412 413 414 415 .. 3691 > >> (Page 413 of 3691)

Home (version 22) discussion DebugLogger home (Thread)
Home (version 22) discussion
Last updated: 2020-03-27

Home (version 6) discussion DebugLogger home (Thread)
Home (version 6) discussion
Last updated: 2019-04-12

Home (version 8) discussion DebugLogger home (Thread)
Home (version 8) discussion
Last updated: 2019-04-12

Home (version 11) discussion DebugLogger home (Thread)
Home (version 11) discussion
Last updated: 2019-04-12

Home (version 5) discussion DebugLogger home (Thread)
Home (version 5) discussion
Last updated: 2019-04-12

Home (version 19) discussion DebugLogger home (Thread)
Home (version 19) discussion
Last updated: 2019-05-16

Home (version 18) discussion DebugLogger home (Thread)
Home (version 18) discussion
Last updated: 2019-05-16

Home (version 10) discussion DebugLogger home (Thread)
Home (version 10) discussion
Last updated: 2019-04-12

Home (version 21) discussion DebugLogger home (Thread)
Home (version 21) discussion
Last updated: 2019-07-12

Home (version 16) discussion DebugLogger home (Thread)
Home (version 16) discussion
Last updated: 2019-05-16

Home (version 15) discussion DebugLogger home (Thread)
Home (version 15) discussion
Last updated: 2019-05-16

Home (version 2) discussion DebugLogger home (Thread)
Home (version 2) discussion
Last updated: 2019-04-12

Post by i-campbell on Discussion for Home page DebugLogger home (Post)
Merge Request: Please review/accept this change. I have added support for using this from a library, as libraries do not have access to parameters. I have also added a "unit test". In this change, I also made the old call (DebugLog()) just a wrapper for the new call (DebugLog_Lib()) to make future changes easier.
Last updated: 2020-04-02

Post by aliazzz on Discussion for Home page DebugLogger home (Post)
Great work! Will check and merge. Are you saying that DebugLog() is backward compatible available but deprecated, so new development should use the DebugLog_Lib() function?
Last updated: 2020-04-02

Post by i-campbell on Discussion for Home page DebugLogger home (Post)
Hmm, tough call on the deprecation. Pros for deprecation: I think DebugLog_Lib() works in all cases. Can easily store the Log in retain. Can easily have multiple logs. Cons for deprecation: but DebugLog() is easier to use if you just want to write a log (and you have control over the application Library Manager). I would be happy to deprecate it though, in favour of the more universal DebugLog_Lib(). In which case.. we should rename the new function to DebugLog2(). Or, if you are happy to make a breaking change, simply replace it. I have no attachment to the old implementation, so others may feel unkindly if we broke it for them.
Last updated: 2020-04-02

Home DebugLogger home (WikiPage)
Project Members: aliazzz (admin)i-campbell Download DebugLogger CODESYS V23 version by Sebastian Rau: https://github.com/SebastianRau/Codesys2-DebugMessages DebugLogger Goal: A quick and easy "replacement" of the Device Log, implemented as a pure software solution. Use case: Add debug messages (or other info) in a pure software global message Queue. Advantage of this approach over the Device Log is that this solution is easier to implement and one has greater control over the global message Queue. The global message Queue can be accessed via HMI while the device log cannot (at least not this easy) Usage: Include the .Library in your project, (optional) write time of the Event to stDebugInformation.dtActualTime := SOME_DT_VAR; Call function DebugLog(...) to add a Message to the Ringbuffer. Parameters are: sMessage : T_MaxString; // Message (max 255 chars) ePriority : E_DebugMessagePriority; // A given priority Priorities are: DEBUG := 0 INFO := 1 WARN := 2 ERROR := 3 FATAL := 4 All messages will be added to the stDebugInformation Struct in Global Variables of the Library. Changing the default ringbuffer size; No coding neccesary! You can change the iMaxDebugEntries in the DebugLogParam library parameter dialog Opening the global message Queue online; Open the library manager, select GVL_DEBUG in DebugLogger and doubleclick it.
Last updated: 2020-04-02

blog Discussion peet76 blog (Discussion)
Forum for blog comments
Last updated: 2019-03-11

wiki Discussion peet76 wiki (Discussion)
Forum for wiki comments
Last updated: 2019-03-11

code Discussion peet76 code (Discussion)
Forum for code comments
Last updated: 2019-11-30

home Discussion DebugLogger home (Discussion)
Forum for home comments
Last updated: 2019-03-09

code Discussion DebugLogger code (Discussion)
Forum for code comments
Last updated: 2019-05-17

DebugLogger SVN repository DebugLogger code (SVN Repository)
Last updated: 2019-05-17

peet76 SVN repository peet76 code (SVN Repository)
Last updated: 2019-11-30

Home stm1977 wiki (WikiPage)
This is the personal project of stm1977. This project is created automatically during user registration as an easy place to store personal data that doesn't need its own project such as cloned repositories.
Last updated: 2019-03-11

Home peet76 wiki (WikiPage)
This is the personal project of peet76. This project is created automatically during user registration as an easy place to store personal data that doesn't need its own project such as cloned repositories.
Last updated: 2019-03-11

<< < 1 .. 411 412 413 414 415 .. 3691 > >> (Page 413 of 3691)

Showing results of 92251

Sort by relevance or date