Hello,
Just started yesterday with the PLC IDE,
I must admit the documentation and examples are pretty much inexistent or hard to find.
I was able, after too much frustration, to download the first manual code and activate the PLC license (about 4 IDE freezes, 3 computer reboots which magically solved some compile errors ) and so many bad connections to the com port.
So finally I decided to connect a PT100 and the required short wire to the third pin and compile a project and upload it.. but It only shows 0 as both resistance and temperature on TP00.. I tried to redeclare TP00 in every possible shard variable input or output.. or global.. I mean it s all very obscure and without examples it is difficult to understand what is input and output because there isn't even a schematic to say what is considered in and out and how the flow direction has been defined by the developpers. Is it from the PLC to main sketch or the opposite.. as you see it s easy to get lost...
I do see the cnt in the oscilloscope and watch which works well, and increases.. but the temperature seems very much dead.. is there something I need to enable except declaring a global variable..
I don't even see minimal examples projects like I am used to in the standard Arduino IDE.. this would at least validate that everything works correctly. And give hints on what and where things shall be.. Where are the examples, do they exists?
My impression is that the developpers presume, because they have been in it for so long, that kick-starting is easy and that it is simple to find example and documentation.. but honestly it is not.. even when coming from the Arduino IDE, the PLC for the PMC is very exotic and needs a lot more documentation to make it approachable, so far my experience is very tough.
A few simple example projects to get started would be so much welcome.
Because I don't even know if it is a a problem with my PT100 connection or variable or a bug in the IDE or what else..
Please just consider this as a first impression after 5 hours of messy experience, I am convinced that everything will get easier in a couple of hours.. but I wanted to give you my first impression and feedback on my experience so far...
Thank you for all the amazing tools you build, I understand the PLC IDE is very new and I have no hard feelings at all in any cases.. and I wish you all a happy new year.