Files
psi-tp2/motor/build/Res0.c
Tiago Batista Cardoso de544a9632 yo
2025-11-14 11:13:23 +01:00

38 lines
705 B
C

/*******************************************/
/* FILE GENERATED BY iec2c */
/* Editing this file is not recommended... */
/*******************************************/
#include "iec_std_lib.h"
// RESOURCE RES0
extern unsigned long long common_ticktime__;
#include "accessor.h"
#include "POUS.h"
#include "Config0.h"
#include "POUS.c"
BOOL TASK0;
MOTOR RES0__INSTANCE0;
#define INSTANCE0 RES0__INSTANCE0
void RES0_init__(void) {
BOOL retain;
retain = 0;
TASK0 = __BOOL_LITERAL(FALSE);
MOTOR_init__(&INSTANCE0,retain);
}
void RES0_run__(unsigned long tick) {
TASK0 = !(tick % 1);
if (TASK0) {
MOTOR_body__(&INSTANCE0);
}
}