PLC memory areas

NameconstantExample item(German)Example item(English)Example read call
Data blocksdaveDBDB3.DBD4DB3.DBD4daveReadBytes(dc,daveDB,3,4,4,NULL)
Flags/MarkersdaveFlagsMW4FW4daveReadBytes(dc,daveFlags,0,4,2,NULL)
Input memory imagedaveInputsEB2IB2daveReadBytes(dc,daveInputs,0,2,1,NULL)
Output memory imagedaveOutputsAD8QD8daveReadBytes(dc,daveOutputs,0,8,4,NULL)
TimersdaveTimerT2T2daveReadBytes(dc,daveTimer,0,2,2,NULL)
CountersdaveCounterZ2C2daveReadBytes(dc,daveCounter,0,2,2,NULL)
Direct I/OdavePPEW4PIW4daveReadBytes(dc,daveP,0,4,2,NULL)
System information of 200 familydaveSysInfodaveReadBytes(dc,daveSysInfo,0,0,20,NULL)
Data (V-memory) in S7-200daveDBVW1234VW1234daveReadBytes(dc,daveDB,1,1234,2,NULL)
System flag area of 200 familydaveSysFlagsSMB0SFB0?
Analog input words of 200 familydaveAnaInAEW0AIW0?
Analog output words of 200 familydaveAnaOutAAW0AQW0?
IEC TimersdaveTimer200T2T2daveReadBytes(dc,daveTimer200,0,2,2,NULL)
IEC CountersdaveCounter200Z2C2daveReadBytes(dc,daveCounter200,0,2,2,NULL)