5.1 Data CollectionOpen MPLAB X IDE.Make sure the project is set as Main Project. Figure 5-1. MPLAB® X IDE Set a Project as Main Project Open app_config.h.Ensure the macro DATA_STREAMER_FORMAT is set as DATA_STREAMER_FORMAT_MDV.// Data streaming formatting selection #ifndef DATA_STREAMER_FORMAT #define DATA_STREAMER_FORMAT DATA_STREAMER_FORMAT_MDV #endifSave changes.