3/11/2024 8:42 PM | |
Joined: 1/5/2016 Last visit: 10/21/2024 Posts: 7 Rating: (0) |
Hi, thank you very much for all your posts, they were very helpful. Rigth now I´m working with Parameter Sets on TIA V19 and I´m facing a big problem. I want to handle Parameter Sets without using the ParamterSet Control and for that I´m trying to use Edit Tag property of the Parameter Set Type. The problem is that the PLCUDT that I´m using in the Parameter Set Type has other PLCUDT inside (This help me to have better data structure and better data handling in the PLC) but I can´t create a HMIUDT with the same structure than the PLCUDT. This is very disappointing because the only solution I have thougth is that I´m gonna have to create a very simple PLCUDT with a bounch of data and this will make me have to handle data in a more complex way. I think the use of UDT´s in Parameter Sets has a very big potencial and eficiency, but this this problem is a step backwards of using UDT´s for Parameter Sets. Do you have any suggestion?
------------------------------------------------------------------------------------------ |
Last edited by: The Helping Hand at: 03/12/2024 14:54:07New subject after splitting |
|
9/26/2024 2:49 PM | |
Joined: 11/13/2018 Last visit: 12/6/2024 Posts: 62 Rating: (11) |
Hi AutoGen_2787469, According to MBerghauser's post in an older topic, it is possible by putting the PLC UDT into the project library. Can you let me know if that works? |
Last edited by: MindFlayer at: 09/26/2024 14:50:21Like it? Rate it! |
|
9/27/2024 6:58 AM | |
Joined: 7/11/2022 Last visit: 10/23/2024 Posts: 7 Rating: (0) |
Hi MindFlayer, i am Autogen_2509766 (idk if my nickname will show, first times i interact in the forum)
Yes in the library you can put PLCUDT and HMIUDT. but the edit tag of the parameter set MUST be an internal scope HMIUDT based tag. The HMIUDT used for edit tag must have the same structure as the PLCUDT. But you cant put HMIUDT inside HMIUDT (you can put PLCUDT inside PLCUDT) This is the problem Have a good day |
Have a good day ! |
|
Follow us on