Linux AdvancedHMIDrivers example reading Rockwell L61 PLC I used Linux Mint 17.3, so you can do the same with other Debian based ditributions. Step 1: Install mono and mono vb sudo apt-get install mono-complete sudo apt-get install mono-vbnc Step 2: Download AdvancedHMIDrivres libs https://sourceforge.net/projects/advancedhmi/ Step 3: extract lib to your project directory Simple example, how… Read More


Linux Libnodave example read data from Siemens S7-300 I used Linux Min 17.3, so you can do the same with other Debian based distribution. Step 1 : install mono-complete sudo apt-get install mono-complete if you want to compile libnodave lib by your self, install c develeop headers sudo apt-get install libc6-dev Step 2: download and… Read More