Aktueller Inhalt von dfadam

  1. D

    DeviceNotification auf Port 500

    Aber ich kann es direkt über den Port 500 auslesen
  2. D

    DeviceNotification auf Port 500

    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 =...
Zurück
Oben