1/10/2021 11:27 AM | |
Joined: 4/7/2011 Last visit: 10/20/2024 Posts: 7 Rating: (0) |
Hi! Can I set the resource list property in symbolic io field from javascript? I try this: let scitem = Screen.FindItem('SIO_Cond1'); scitem.ResourceList = "HMI_RT_1::@Default.M001_MsgILC"; not working I tried read Symbolic IO field resource list property and write in another. let scitem = Screen.FindItem('SIO_Cond1'); let scitem2 = Screen.FindItem('SIO_Cond2'); let tmp = scitem.ResourceList; // = "HMI_RT_1::@Default.M001_MsgILC"; scitem2.ResourceList = tmp;
not working ------------------------------------------------------------------------------------------ |
Last edited by: Jen_Moderator at: 01/11/2021 09:15:48New subject after splitting |
|
Follow us on