6/28/2022 8:30 AM | |
Joined: 4/14/2017 Last visit: 8/2/2023 Posts: 32 Rating: (0) |
Hello, Please guide me how can I pass string\char btw s71200 and Wincc. (for example I need to input Truck vehicle No. from wincc flexible and pass it to s71200. Also make logs in wincc. Thanx in advance. ------------------------------------------------------------------------------------------ |
Last edited by: Jen_Moderator at: 06/28/2022 08:52:08New subject after splitting |
|
6/28/2022 3:32 PM | |
Joined: 7/7/2010 Last visit: 11/13/2024 Posts: 15397 Rating: (2443)
|
In your PLC, do you have a DB designated for HMI communications and data transfer? I call my DB simply "HMI". In there, I setup string tags as required for transferring data between PLC/HMI. In the HMI, I add user input InOut dialog boxes configured as String (or WString I think works as well for certain things, but check the online documentation via F1-Help). Then it's a matter of pointing the HMI tag to the PLC tag, "HMI".SomeStringTagName, and portal does the rest.
|
science guy |
|
6/30/2022 9:59 AM | |
Joined: 4/14/2017 Last visit: 8/2/2023 Posts: 32 Rating: (0) |
Its the very basic and first thing we have tried. String tags not communicate simply as integer or float tags.
|
Follow us on