Ich will eine DeviceNotification auf eine Variable im Port 500 erstellen
TcAdsClient tcAds500 = new TcAdsClient();
AdsStream ds;
BinaryReader br;
tcAds500.Connect(SPSVar.IPAdress, 500);
ds = new AdsStream(250);
br = new BinaryReader(ds, Encoding.Default);
int CurrentGCodeLine =...