Hello,
I am rather new to WinCC OA, and I am having a great deal of trouble trying to figure out how to transfer data between two separate panels. Is there a way to do this using uiConnect()? Or possibly some other way?
Thank you in advance.
Peter Pagano
uiConnect()
- adaneau
- Posts:310
- Joined: Tue Feb 21, 2012 9:49 am
Re: uiConnect()
Hi,
Your question is quite vague
There is dozen ways to do that:
- using datapoints
- using $dp
- using get / set values
- using UIConnect and events
- using public functions
- using global variables
I guess you'll have to pick the one fitting to your situation
Your question is quite vague
There is dozen ways to do that:
- using datapoints
- using $dp
- using get / set values
- using UIConnect and events
- using public functions
- using global variables
I guess you'll have to pick the one fitting to your situation