lpcmanager
Clone
Summary
Browse
Changes
Graph
Logging: added HMI:HistoryXYGraph (accepts streamed data from log and plots XYGraph) and log_append POU (logs data up to maximum number of records defined in config file).
4 months ago, Dino Kosic
7b2269900873
Logging: added HMI:HistoryXYGraph (accepts streamed data from log and plots XYGraph) and log_append POU (logs data up to maximum number of records defined in config file).
#ifdef ONBOARD_I2C
if(onboardbusfd!=-1)
ioctl(onboardbusfd, RTSMT_RTIOC_READ, &onBoardReadBuf);
#endif /* ONBOARD_I2C */
%(retrieve_code)s