Toolkit 1.3 - PLCnext ARMv7 32-bit
About
This toolkit builds applications based on CDP 4.10 and later for PLCnext ARMv7 32-bit controllers.
Note: The PLCnext must be set up according to the PLCnext I/O Introduction to be able to use the I/O modules.
Information about how to deploy applications can be found in the Deploy Configuration.
Supported devices
This toolkit supports the PhoenixContact AXC F 2152. It might also support other ARMv7 32-bit devices that runs a Linux Operating System that satisfies the Dependencies in the table below.
Dependencies
The toolkit builds for PLCnext containing the following package versions.
Package | Version |
---|---|
gcc | 8.3.0 |
glibc | 2.28 |
kernel | 4.14 |
Architecture
This toolkit targets PLCnext on ARMv7 and built binaries will thus not run on x86 based platforms.
Web Page
Click here to go to the PhoenixContact web page, where you will find more information about the various hardware that they can provide.
Using the Toolkit Outside CDP Studio
The following paths and build commands are required to build a CDP Studio project in a Windows command prompt (using this toolkit):
SET WORKSPACE=C:\CDPStudioWorkspace SET TOOLKITDIR=C:\CDPStudio\toolkits\plcnext_armv7_13 SET QTDIR=%TOOLKITDIR%\Qt-5.13 SET INSTALL_ROOT=C:\build SET QMAKEFEATURES=%INSTALL_ROOT%\qmakefeatures;%WORKSPACE%\deployments\libraries\<toolkit>\qmakefeatures;%INSTALL_ROOT%\qmakefeatures SET PATH=%TOOLKITDIR%\toolchain\bin;%QTDIR%\bin;%PATH% qmake && mingw32-make
To use the above in a Linux shell we have to make some small adjustments:
export WORKSPACE=$HOME/CDPStudioWorkspace export TOOLKITDIR=$HOME/CDPStudio/toolkits/plcnext_armv7_13 export QTDIR=$TOOLKITDIR/Qt-5.13 export INSTALL_ROOT=$HOME/build export QMAKEFEATURES=%TOOLKITDIR%/CDP-4.10/qmakefeatures:$WORKSPACE/deployments/libraries/<toolkit>/qmakefeatures:$INSTALL_ROOT/qmakefeatures export PATH=$TOOLKITDIR/toolchain/bin:$QTDIR/bin:$PATH qmake && make
Get started with CDP Studio today
Let us help you take your great ideas and turn them into the products your customer will love.