ich verwende ein Connect+ feat Codesys (100337) mit einigen Erweiterungsmodulen. Ich möchte die DO-Ausgänge für PWM benutzen. Nach der Konfiguration in PiCtory kann ich im Terminal mit piTest alles wie erwartet ansprechen. In der Entwicklungsumgebung von Codesys wird die PiCtory-Konfiguration nach dem Importieren der Offsets als GVL gar nicht übernommen, die Ausgänge werden vom Typ BOOL angezeigt. Ich kann die Variablen von der GVL auch nicht direkt ansprechen. Welche Einstellungen (Codesys, PiCtory, direkt auf dem Pi?) muss ich noch verändern, damit ich die PWM-Ausgänge als UINT oder USINT Array in Codesys benutzen kann? Das ist der Zustand nach einem Update:
Code: Select all
Address: 0 module type: 105 (0x69) RevPi Connect V1.0
Module is present
input offset: 549 length: 6
output offset: 555 length: 5
Address: 31 module type: 103 (0x67) RevPi AIO V1.4
Module is present
input offset: 460 length: 20
output offset: 480 length: 4
Address: 30 module type: 118 (0x76) RevPi MIO V1.0
Module is present
input offset: 343 length: 34
output offset: 377 length: 27
Address: 29 module type: 118 (0x76) RevPi MIO V1.0
Module is present
input offset: 226 length: 34
output offset: 260 length: 27
Address: 28 module type: 98 (0x62) RevPi DO V1.5
Module is present
input offset: 113 length: 70
output offset: 183 length: 18
Address: 27 module type: 98 (0x62) RevPi DO V1.5
Module is present
input offset: 0 length: 70
output offset: 70 length: 18
Beste Grüße
Peter