Personal Data

Username:
mareszym
Joined:
2020-05-27 11:17:10

Projects

  • No projects to display.

User Activity

  • Posted a comment on discussion Engineering on CODESYS Forge

    I try to read Alarm Class from Alarm Storage by this code, of course in the beginning I define AlarmManagerClient, etc. AlarmManager.g_AlarmHandler.GetAlarmsFromStorage( ...... ); FOR i:=0 TO iCountRowsFromHistory-1 itfIAlarm := arritfAlarmsFromHistoryAll[i]; itfAlarmClass := itfIAlarm.GetAlarmClass(); END_FOR but itfAlarmClass is always 0 so I can't use itfIAlarm.GetAlarmClass().GetName() method The rest of Alarm elements like timestamps, message, latchvalues, etc. have proper values. Same behavior...

View All