This commit is contained in:
Tiago Batista Cardoso
2025-11-14 11:13:23 +01:00
commit de544a9632
21 changed files with 2089 additions and 0 deletions

37
motor/build/Res0.c Normal file
View File

@@ -0,0 +1,37 @@
/*******************************************/
/* 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);
}
}