Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - fermin6032

Pages: [1]
1
something like that, but how would I apply it in c#.

since I want to assign the value to a variable to perform an if condition.

2
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;

3
thank you very much if it worked ... you can already get the value of the tag.

thanks

4
I need help .. I am making an application in c # with the help of AdvanceHMI, I am obtaining the value of my OPC with the help of AdvanceHMI assigning it to a BasicLabel label and I want to assign that value to a variable in c #.

I show the code I have.

basicLabel2.PLCAddressValue = "Channel1.Aire.Temperatura";

Pages: [1]