10/13/2005 3:34 AM | |
Posts: 1 Rating: (0) |
How to mutex courses in WINCC?
|
10/13/2005 8:40 AM | |
Posts: 3149 Rating: (171)
|
Hello bearded, what do you mean with "how to mutex courses"???? In computer programming, a mutex is a program object that allows multiple program threads to share the same resource, such as file access, but not simultaneously. When a program is started, a mutex is created with a unique name. After this stage, any thread that needs the resource must lock the mutex from other threads while it is using the resource. The mutex is set to unlock when the data is no longer needed or the routine is finished. Do you want to synchronize trends in WinCC, start different/parallel applications e.g. in WinCC global scripts.....???? Please give us a little bit more input [:D] Nemo |
Follow us on