esempio write vars
This commit is contained in:
@@ -21,6 +21,12 @@ namespace Test_Beckhoff
|
||||
{
|
||||
//var myADS = new ADS("local", 851);
|
||||
var myADS = new ADS("5.97.72.66.1.1", 851);
|
||||
|
||||
var myArtCorr = myADS.ReadVariabile("VarADS.NomeDisegno");
|
||||
|
||||
myADS.WriteVariabile("VarADS.NomeDisegnoRichiesto", "NUOVO DISEGNO");
|
||||
|
||||
myADS.WriteVariabile("VarADS.bCambioArticolo", 1);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user