I'll be heading to the Qt Developer Days in Berlin next week. We answered the call for their Lightning Talks , a 10 minute talk on a Qt related subject, and we will showcase our code & gear. Presenter: Oliver Heggelbacher & Frankie Simon Abstract: fullmo Kickdrive – Qt Quick in Industry Automation Or - how to give users a dynamic playground, while hiding away the complex machinery behind it. The Kickdrive software platform is a multi-layered and multi-language approach to industrial machine configuration and control. Qt Quick allows for beautiful and highly adaptable user interaction on top of a C++/QWidget application. In Kickdrive, the QML files are part of the project data – something that comes as a ready-to-use template, but the users can hack and change it to their liking. They touch up, tweak and extend their project UIs, evolving into co-developers of sorts. We will show off how we cross boundaries and connect the dots: from the Qt Quick UI via Python Sc...
How to make a PC talk industrial serial or fieldbus protocols via RS232/RS485/TCP/MODBUS/CAN/CANopen and the likes. Every now and then you come across this tiny annoying piece of functionality, where Google or Microsoft don't really help out and make you think: "How come no one ever published a small piece of code or some cookbook advice?" So I am happy to share some insight and code.