Commit de59f612 authored by Claes Sjofors's avatar Claes Sjofors

rt_emon, fixed timer problem for DSup outside plc

parent 81780bcb
......@@ -238,11 +238,11 @@ struct s_SaveBlock {
};
struct s_Timer {
pwr_tBoolean TimerFlag pwr_dAlignW;
pwr_tBoolean TimerFlag pwr_dAlignLW;
pwr_tBoolean *TimerNext pwr_dAlignLW;
pwr_tUInt32 TimerCount pwr_dAlignW;
pwr_tUInt32 TimerCount pwr_dAlignLW;
pwr_tBoolean *TimerDO pwr_dAlignLW;
pwr_tFloat32 TimerTime pwr_dAlignW;
pwr_tFloat32 TimerTime pwr_dAlignLW;
pwr_tBoolean TimerDODum pwr_dAlignW;
pwr_tObjid TimerObjDId pwr_dAlignW;
pwr_tInt32 TimerAcc pwr_dAlignW;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment