Newer
Older
SCADA / plc / GRFICS_Workstation_Docs / Documents / chemical / build / Config0.c
root on 8 May 2022 594 bytes playing with modbus day #1
  1. /*******************************************/
  2. /* FILE GENERATED BY iec2c */
  3. /* Editing this file is not recommended... */
  4. /*******************************************/
  5.  
  6. #include "iec_std_lib.h"
  7.  
  8. #include "accessor.h"
  9.  
  10. #include "POUS.h"
  11.  
  12. // CONFIGURATION CONFIG0
  13.  
  14. void RES0_init__(void);
  15.  
  16. void config_init__(void) {
  17. BOOL retain;
  18. retain = 0;
  19. RES0_init__();
  20. }
  21.  
  22. void RES0_run__(unsigned long tick);
  23.  
  24. void config_run__(unsigned long tick) {
  25. RES0_run__(tick);
  26. }
  27. unsigned long long common_ticktime__ = 50000000ULL; /*ns*/
  28. unsigned long greatest_tick_count__ = 0UL; /*tick*/
Buy Me A Coffee