Full TIA Demo Application
Additionally, RobCo provides a TIA v18 demo project with an accompanying HMI interface to learn and explore the possibilities. The project is designed for a CPU 1211 and a TP1500 Comfort.
A password is needed for communication with SIMATIC HMI panels. The password in the
project is Abcd1234.
Profinet Variables
The attached RobCo_Profinet_Variables.udt is specific to the demo project, to
showcase the use of Profinet Variables. It consists of:
| Name | Data Type |
|---|---|
UserInt1 | DInt |
UserBool1 | Bool |
PadByte | Byte |
UserFloat1 | Real |
This means there are three Variables defined (int, bool, float) which can be used in RobFlow. To do so, you must create them in RobFlow in the same order. The padbyte is part of the boolean and can be ignored.
See Define Profinet Variables for how to define your own.