Activity for rizmo51

  • rizmo51 rizmo51 posted a comment on discussion Engineering

    It's ok need to add an output var

  • rizmo51 rizmo51 modified a comment on discussion Engineering

    Hello I would like to convert to ladder this expression : ( get time in seconds since 1970 ) udiUtcTime := SysTimeRtcGet(udiResult); How to to it ? Thanks

  • rizmo51 rizmo51 posted a comment on discussion Engineering

    Hello I woud like to use a library containing : SysTimeRtcGet but i don't manage.... something wrong ?? 1) i have created a structure RTS_SYSTIMEDATE : TYPE RTS_SYSTIMEDATE : STRUCT wYear:UINT;// Année wMonth:UINT;// Mois, valeurs de 1 à 12 (1 = janvier, 12 = décembre) wDay:UINT;// Jour du mois, valeurs de 1 à 31 wHour: UINT;// Heure du jour, valeurs de 0 à 23 wMinute: UINT;// Minutes de l'heure, valeurs de 0 à 59 wSecond:UINT;// Secondes de la minute, valeurs de 0 à 59 wMilliseconds:UINT;// Millisecondes...

1