once upon a time, there was a Tool called Documentation Studio (I think) with that, it was a little easier to create your own little Help-File, callable by pressing “F1” in your Project. But now I cant find it anywere on the B&R Homepage…
Hi Florent
Your Project seems quite interesting. have you shared it on github? Where can i find it?
the help designer from b&r has some problems. for example: in the page that lists the functions of a library shows as description the text for the output-value.
or it’s not possible to organize the files with subfolders.
We, too, are not satisfied with “Documentation Studio” in our company.
It would be very helpful if someone had already looked into the topic of “help files.” Developing it further as a VS Code (AS Code) extension would be an interesting task for me.
I’m still searching where I put my code ^^’ It was a python project. I never check about creating a VS Code extension.
As far as I remember the big part of the project was the parsing of libraries.
And with the parsing there is a filestructure to generate to compile the .chm.
At the moment my parser is able to parse every library that used a .fun file inside, it could be implemented in IEC or in C.
I’m wondering if I should implement or plan to implement the parsing of pure C library by parsing .h file?
In my opinion, it depends on whether you want to do it “B&R-only”/C-world.
If you also want to make other people happy (“ST-world”/PLC Siemens, Beckhoff, etc.), the ST file (.fun) would probably be the better option.
However, I suspect that the “ST-world” still uses .chm files, while C programmers work with Doxygen and similar tools.
I hope you had a nice holiday and wish you a happy new year.
I would also be interested in the solution and wanted to ask if you have published it yet?