I am working with AdvancedHMI but I am having trouble making the label "label3" take the value of basicLabel2.PLCAddressValue = "Channel1.PLC.DPS" which gets a Boolean value, I have tried various ways and have not succeeded.
I would also like to know how to assign to a c # variable the value of PLCAddressValue = "Channel1.PLC.DPS" instead of assigning it to a basicLabel.
basicLabel2.PLCAddressValue = "Canal1.PLC.DPS";
var valor = basicLabel2.Value;
label3.Text = ""+valor;