This is my archive
The AXC F 2152 has 512 Mb RAM. Of this the OS is using a part of it but there is still a lot which is not used. This free space could be used for a RAM drive. Unlike the SD-Card the RAM drive has no limitations in reading and… Read More
Hello PLCnext Community, you probably already have seen awesome things within the last publication, like Node-RED, the package manager and PROFICLOUD. All right, but all these cool IoT applications have a common need, that is right, they need to be connected to the Internet in order to function. Well, our colleague Josh Krug put together… Read More
https://youtube.com/watch?v=GJ6Ata71jTs Python is a powerful language with plenty of applications for Industrie 4.0, including Machine Learning and Cloud connectivity, so it’s a natural fit for applications that use PLCnext Technology. In this episode of Automation Maker, we look at how to install Python and PIP on a PLCnext Control. Helpful… Read More
This demonstration was our highlight in the Phoenix Contact IoT zone during Automation India Expo 2018: … Read More
In the previous months I prepared the PLCnext Technology exhibition wall for the showroom in our Polish Phoenix Contact subsidiary and I would like to show it to the community. I made the applications with as many technologies as I was able to, that’s why I used MQTT, OPC UA, Node-RED, Google Home etc. These four example tasks can be… Read More
Join the Community Watch this short introduction video* and create your first Makers blog entry! Content of this video:Create your own Makers blog entryYou have questions…? No problem:Ask your question in the Forumor contact us by mail: CommunityExamples@phoenixcontact.com *we recommend Chrome for best experience… Read More
Please accept marketing-cookies to watch this video. Useful links:Optware-ng project on GithCommands to install and use ipkg wget -O - http://ipkg.nslu2-linux.org/optware-ng/bootstrap/buildroot-armeabihf-bootstrap.sh | sh export PATH=$PATH:/opt/bin:/opt/sbin… Read More
If you’re a C# programmer working with a PLCnext Control then you might want to use the Microsoft® .NET Core runtime. Here’s how to install it on an AXC F 2152 control. Set up the runtime on the PLC Download the Dotnetcore Runtime Binaries (Microsoft .NET Core download site); for the AXC… Read More
Mosquitto is an open source project to implement an MQTT client to your system. The MQTT (Message Queue Telemetry Transport) protocol is made for machine-to-machine (M2M) connectivity, basing on an extremely lightweight messaging using a publish/subscribe model. This makes it suitable for Internet of Things messaging such as with low… Read More
libcurl – the multiprotocol file transfer library libcurl is a free and easy-to-use client-side URL transfer library, supporting DICT, FILE, FTP, FTPS, Gopher, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3, POP3S, RTMP, RTSP, SCP, SFTP, SMTP, SMTPS, Telnet and TFTP. libcurl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload, proxies, cookies, user + password authentication (Basic, Digest, NTLM, Negotiate, Kerberos), file transfer resume, http proxy tunneling and more! libcurl is… Read More