I am new on PLCnext community so I just discover PLCnext environnement.
I whant to communicate between a Pheonix contact PLC (ACX F 2152) and the mobile panel KTP400F (6AV2125-2DB23-0AX0) from Siemens using Profinet.
Is it possible?
Thanks for your help.
Hi audrey,
it should work.
You need to:
1. Get your hands on the Gsdml file (device description) for the device. You’ll find it on the Siemens website most likely.
2. Import the file in PLC next engineer (File menu-> Import → Gsdml file
3. Open the device list at the Profinet node of your PLC
4. Click on “Select type here” and pick your device from the list
5. Double click the device in Plant and open the tab data list. This list contains the process data which can be connected to variables of your code etc.
Cheers
DivisionByZero
Hello audrey,
do you wont to use the mobile panel KTP400F (6AV2125-2DB23-0AX0) from siemens to view the eHMI web page via HTML or do you want to use it as a Profinet Device or Profinet Controller?
* If you wont to use it as Profinet Device, you can follow the description posted by DivisionByZero
* To view the eHMI web page you can use the WEB browser of mobile panel KTP400F. It is possible to get eHMI access through this , but I think you lost comfort of design HMI in WinCC. To view the eHMI page you can set the IP-address of PLCnext in browser of mobile panel KTP400F.
I hope it can help.
BR Eduard
I want to use it as Profinet Device.
I will follow the description posted by DivisionByZero.
Thanks