The discussion revolves around the challenge of opening "mlp" files, which are pH vs Time graphs from a lab data logger. The original software for these files is unavailable, and there is confusion as "mlp" is commonly associated with Meridian Lossless Packing audio files. The user confirms that these files are indeed from a data logger, having recorded them personally. Attempts to find compatible software have led to the discovery of a newer version that uses a different format (mlb). Suggestions include contacting the manufacturer for support, though responses may be slow. The user has explored the files using a text editor and noted the presence of a table header but cannot locate the numerical data. Further advice includes examining the files with a binary or hex editor to understand the data structure, considering factors like byte order (endianness) that could affect data interpretation. The discussion highlights the technical challenges of extracting meaningful data from proprietary file formats without the original software.