Activity for hermsen

  • hermsen hermsen modified a comment on ticket #154

    Q) What is more important? Editing files via a native HTML editor, or upload / download A1) up and download is most preferred I think?, especially uploading via e.g. drag and drop as this will provide users to easily interact with the portal without too much knowledge of git/svn as with Github / Gitlab etc. A2) When A1 is fulfilled we could check whether the editing is easily integratable via this bookmarklet.

  • hermsen hermsen modified a comment on ticket #154

    Q) What is more important? Editing files via a native HTML editor, or upload / download A) up and download is most preferred I think?, especially uploading via e.g. drag and drop as this will provide users to easily interact with the portal without too much knowledge of git/svn as with Github / Gitlab etc. B) When A is fulfilled we could check whether the editing is easily integratable via this bookmarklet (a technique which I am not yet familiar with but I will Google this).

  • hermsen hermsen posted a comment on ticket #154

    Q) What is more important? Editing files via a native HTML editor, or upload / download A) up and download is most preferred I think?, especially uploading via e.g. drag and drop as this will provide users to easily interact with the portal without too much knowledge like provided with Github / Gitlab etc. B) When A is fulfilled we could check whether the editing is easily integratable via this bookmarklet (a technique which I am not yet familiar with but I will Google this).

  • hermsen hermsen posted a comment on discussion Engineering πŸ‡¬πŸ‡§

    You need an EthernetToUSB or wifi dongle in order to do this. EtherCAT needs EXCLUSIVE acccess to the Ethernet Port.

  • hermsen hermsen modified a comment on ticket #139

    The spec helped to build the new FB_SeqHandler which is taking form: a state machine which checks the incoming sequence and compares it with the previous sequence. When the difference between them is too big (β‰₯2) then the statemachine will start its timeoutwindow countdown. when that window has elapsed the FB asks for a rebirth. If the sequence gets repaired within this window however the sequencer continues its normal behavior. Some thing which need to be resolved is a initialisation after rebi...

  • hermsen hermsen posted a comment on ticket #139

    FB_SeqHandler is taking form: a state machine which checks the incoming sequence and compares it with the previous sequence. When the difference between them is too big (β‰₯2) then the statemachine will start its timeoutwindow countdown. when that window has elapsed the FB asks for a rebirth. If the sequence gets repaired within this window however the sequencer continues its normal behavior. Some thing which need to be resolved is a initialisation after rebirth

  • hermsen hermsen modified a wiki page

    Home

  • hermsen hermsen modified a wiki page

    Home

  • hermsen hermsen modified a wiki page

    Home

  • hermsen hermsen modified a wiki page

    Home

  • hermsen hermsen committed [b6d3b1]

    Merge branch 'main' of https://forge.codesys.com/git/lib,cobolt,cobolt-host.git/

  • hermsen hermsen committed [4e24b4]

    Added Logging In GroupID and Primary Host

  • hermsen hermsen committed [3b3737]

    Merge commit '4e24b4906fa302bc65d82f33678a3930bbcb72bf'

  • hermsen hermsen posted a comment on ticket #148

    Note to self: I should verify this soon

  • hermsen hermsen created a blog post

    9 jan 2022 Getting to know our userbase

  • hermsen hermsen renamed a blog post

    15 dec 2021: Unittesting with clear HTML / XML feedback

  • hermsen hermsen renamed a blog post

    21 nov 2021: Edge now supports WebSockets

  • hermsen hermsen modified a comment on ticket #139

    I wrote "FB_SeqHandler" accompanied by tests. Currently, the "out of sync" test implemented is unforgiving. It rejects anything out of sync i.e. 1 -> 2 -> 4 will yield a rejection. The FB can be expanded by an extra mechanism which will "widen" the acceptance window i.e. an out of sync of X payloads (currently NONE). "FB_SeqHandler" implements an interface called ISeqHandler. This interface implements currently a single method: CheckRecvSeq( Seq := RecvSeq ); Which returns a BOOL. I.e. it tests if...

  • hermsen hermsen modified a wiki page

    Home

  • hermsen hermsen modified ticket #152

    add yml pipeline

  • hermsen hermsen created ticket #152

    add yml pipeline

  • hermsen hermsen modified a comment on ticket #139

    I wrote "FB_SeqHandler" accompanied by tests. Currently, the "out of sync" test implemented is unforgiving. It rejects anything out of sync i.e. 1 -> 2 -> 4 will yield a rejection. The FB can be expanded by an extra mechanism which will "widen" the acceptance window i.e. an out of sync of X payloads (currently NONE). "FB_SeqHandler" implements an interface called ISeqHandler. This interface implements currently a single method: CheckRecvSeq( Seq := RecvSeq ); Which returns a BOOL. I.e. it tests if...

  • hermsen hermsen modified a comment on ticket #139

    I wrote "FB_SeqHandler" accompanied by tests. Currently, the "out of sync" test implemented is unforgiving. It rejects anything out of sync i.e. 1 -> 2 -> 4 will yield a rejection. The FB can be expanded by an extra mechanism which will "widen" the acceptance window i.e. an out of sync of X payloads (currently NONE). "FB_SeqHandler" implements an interface called ISeqHandler. This interface implements currently a single method: CheckRecvSeq( Seq := RecvSeq ); Which returns a BOOL. I.e. it tests if...

  • hermsen hermsen modified a comment on ticket #139

    I wrote "FB_SeqHandler" accompanied by tests. Currently, the "out of sync" test implemented is unforgiving. It rejects anything out of sync i.e. 1 -> 2 -> 4 will yield a rejection. The FB can be expanded by an extra mechanism which will "widen" the acceptance window i.e. an out of sync of X payloads (currently NONE). "FB_SeqHandler" implements an interface called ISeqHandler. This interface implements currently a single method: CheckRecvSeq( Seq := RecvSeq ); Which returns a BOOL. I.e. it tests if...

  • hermsen hermsen posted a comment on ticket #139

    I wrote "FB_SeqHandler" accompanied by tests. Currently, The "out of sync" is unforgiving. It rejects anything out of sync i.e. 1 -> 2 -> 4 will yield a rejection. The FB can be expanded by an extra mechanism which will "widen" the acceptance window i.e. an out of sync of X payloads (currently NONE). "FB_SeqHandler" implements an interface called ISeqHandler. This interface implements currently a single method: CheckRecvSeq( Seq := RecvSeq ); Which returns a BOOL. I.e. it tests if RecvSeq is "in...

  • hermsen hermsen modified a comment on discussion Engineering πŸ‡¬πŸ‡§

    Hi, 1) There are several bi-stable functions implemented in Standard lib(!) SR (SR FF) RS (RS FF) 2) For well implemented ladder patterns I suggest you take a look at * https://forge.codesys.com/prj/designpatterns/home/Home/#patterns-of-ladder-logic-programming

  • hermsen hermsen modified a comment on discussion Engineering πŸ‡¬πŸ‡§

    Hi, 1) There are several bi-stable functions implemented in Standard lib(!) . SR (SR FF) . RS (RS FF) 2) For well implemented ladder patterns I suggest you take a look at *. https://forge.codesys.com/prj/designpatterns/home/Home/#patterns-of-ladder-logic-programming

  • hermsen hermsen posted a comment on discussion Engineering πŸ‡¬πŸ‡§

    Hi, 1) There are several bi-stable functions implemented in Standard lib(!) * SR (SR FF) * RS (RS FF) 2) For well implemented ladder patterns I suggest you take a look at * https://forge.codesys.com/prj/designpatterns/home/Home/#patterns-of-ladder-logic-programming

  • hermsen hermsen posted a comment on ticket #55

    Ignore my previous message. In the meanwhile I confirmed the real issue, now searching for root cause

  • hermsen hermsen modified a comment on discussion Engineering πŸ‡¬πŸ‡§

    @i-campbell, @nothinrandom Thank you all for the clear anwsers :-)

  • hermsen hermsen posted a comment on discussion Engineering πŸ‡¬πŸ‡§

    Thank you all for the clear anwsers :-)

  • hermsen hermsen modified a comment on discussion Engineering πŸ‡¬πŸ‡§

    Hi All, My question is fairly simple; If I select 127.0.0.1 in RPi and bind port 502 to it, will it automagically be available for ALL configured IP adresses on the RPi? Eg: I bind to 127.0.0.1, in my example, port 502 will be exposed on 192.168.168.14 (eth0) AND 192.168.168.15 (wlan0)? -> If I bind to 192.168.168.14 , in my example port 502 will be exposed on 192.168.168.14 (eth0) ONLY. -> If I bind to 192.168.168.15 , in my example it will be exposed on 192.168.168.15 (wlan0) ONLY. Is this assumption...

  • hermsen hermsen posted a comment on discussion Engineering πŸ‡¬πŸ‡§

    Hi All, My question is fairly simple; If I select 127.0.0.1 in RPi and bind port 502 to it, will it automagically be available for ALL configured IP adresses on the RPi? Eg: I bind to 127.0.0.1, in my example it will be available for 192.168.168.14 (eth0) AND 192.168.168.15 (wlan0)? If I bind to 192.168.168.14 , in my example it will be available for 192.168.168.14 (eth0) ONLY. If I bind to 192.168.168.15 , in my example it will be available for 192.168.168.15 (wlan0) ONLY. Is this assumption correct?...

  • hermsen hermsen modified a wiki page

    Home

  • hermsen hermsen modified a wiki page

    Home

  • hermsen hermsen modified a wiki page

    Home

  • hermsen hermsen modified a wiki page

    Home

  • hermsen hermsen modified a wiki page

    Home

  • hermsen hermsen committed [054830]

    renamed .project to .library

  • hermsen hermsen committed [8054ee]

    replaced testlib with a project

  • hermsen hermsen modified a wiki page

    Home

  • hermsen hermsen created ticket #154

    online repo file editor

  • hermsen hermsen modified a wiki page

    Home

  • hermsen hermsen modified a wiki page

    Home

  • hermsen hermsen modified a wiki page

    Home

  • hermsen hermsen modified a wiki page

    Home

  • hermsen hermsen modified a wiki page

    Home

  • hermsen hermsen modified a wiki page

    Home

  • hermsen hermsen modified a wiki page

    General Sparkplug info

  • hermsen hermsen modified a wiki page

    Home

  • hermsen hermsen posted a comment on discussion Engineering πŸ‡¬πŸ‡§

    I just knew people weren't going to let this go by :-) The for loop solution js offcourse more elegant and shorter. Anyway Happy New Year!

  • hermsen hermsen posted a comment on ticket #12

    alternatively check the sim is enabled beforehand and turn it on if not yet enabled devs = proj.find('testdev') if len(devs) > 0: # check if sim is enabled cur_sim_mode = devs[0].get_simulation_mode() print(cur_sim_mode) # enable sim conditionally if not cur_sim_mode: devs[0].set_simulation_mode(True)

  • hermsen hermsen modified a comment on ticket #21

    Nice

  • hermsen hermsen posted a comment on ticket #21

    just an old habit to add such future imports, just remove the line

  • hermsen hermsen modified a comment on discussion Engineering πŸ‡¬πŸ‡§

    Hi, looking forward to those scripts!

  • hermsen hermsen posted a comment on discussion Engineering πŸ‡¬πŸ‡§

    Hi, as far as I know a python scripting api for the git plugin will be released for sure. We just have to be patient and wait for it. PS. don't ask me when it is due as I dont know this.

  • hermsen hermsen modified a wiki page

    Home

  • hermsen hermsen posted a comment on discussion Engineering πŸ‡¬πŸ‡§

    It seems your solution is KISS, it is readable, understandable and it works. Problem solved if you ask me πŸ’₯βœ¨πŸŒŸπŸ‘πŸ’ͺ Happy Christmas β›„πŸŽ„

  • hermsen hermsen posted a comment on discussion Engineering πŸ‡¬πŸ‡§

    Hi, Personally I never came across such a library. But that said, reading https://en.m.wikipedia.org/wiki/Type%E2%80%93length%E2%80%93value at first glance it seems not too difficult to implement an encoder/decoder. good luck and merry Christmas πŸŽ„β›„

  • hermsen hermsen modified a comment on ticket #9

    A good example of Symmetric Encryption (usage of a single key to Encrypt/Decrypt data) which is less complex then its Asymmetrical counterpart.

  • hermsen hermsen posted a comment on ticket #9

    A good example of Symmetric Encryption (usage of single to Encrypt/Decrypt data) which is less complex then its Asymmetrical counterpart.

  • hermsen hermsen posted a comment on discussion Engineering πŸ‡¬πŸ‡§

    what exactly is your question?

  • hermsen hermsen modified a wiki page

    Home

  • hermsen hermsen modified a wiki page

    Home

  • hermsen hermsen created ticket #152

    Drag drop file upload support for svn / git tool via webpage

  • hermsen hermsen posted a comment on a blog post

    hi, you would have more luck if you post your question in the Talk section. Cya there!

  • hermsen hermsen renamed a blog post

    15 Dec 2021: Unittesting with clear HTML / XML feedback

  • hermsen hermsen modified a blog post

    15 December 2021: Unittesting with clear HTML / XML feedback

  • hermsen hermsen created a blog post

    15 December 2021: Unittesting with clear HTML / XML feedback

  • hermsen hermsen committed [3fe3c7]

    beautiful HTML VISU

  • hermsen hermsen modified a wiki page

    Home

  • hermsen hermsen modified a wiki page

    Home

  • hermsen hermsen modified a wiki page

    Home

  • hermsen hermsen modified a wiki page

    Home

  • hermsen hermsen committed [a2c721]

    v1.4.2.57

  • hermsen hermsen committed [247745]

    Merge commit 'a2c721093a33a688a4a1fa85c070654336152753'

  • hermsen hermsen committed [ea566e]

    Added FB_EgdeTopicProvider TestSuite

  • hermsen hermsen committed [4b1ecd]

    Merge commit 'ea566e2d60559979037d490db347b77bd6e7d440'

  • hermsen hermsen modified ticket #55

    AssertEquals_STRING fails to display Error Severity

  • hermsen hermsen posted a comment on ticket #55

    Hi John, Thank you for the feedback. We will check into this and will use your code verify it. To be continued...

  • hermsen hermsen modified a wiki page

    Home

  • hermsen hermsen modified a wiki page

    Home

  • hermsen hermsen committed [4fb19e]

    Refactored unittest application for support of splitted libraries

  • hermsen hermsen committed [d3b88f]

    Refactored the unittest to utilise the new split libraries.

  • hermsen hermsen committed [adb74f]

    changed test ReturnFilename

  • hermsen hermsen committed [a52dc2]

    updated lib ref

  • hermsen hermsen committed [cb91ab]

    Merge commit 'a52dc2af40bac7c865e5832692429baa5b143ab3'

  • hermsen hermsen committed [a51ad9]

    modified textlist

  • hermsen hermsen committed [a55c1b]

    Fixed FB_wstringBuilder in SPStack library v1.4.2.55

<< < 1 .. 4 5 6 >