All the codes used to describe every item in every analysis are described in the 'cmmessage.dat' file located in the data folder of the program installation folder. To help you understand it, the header of the file provides detailed information on the data block structure.
The cmmessage.dat file is found in:C:\Program Files\Autodesk\Simulation Moldflow Synergy 20xx\data\dat\cmmessage.dat
---- MSCD 41910 1 0 0 0 0 0 5 Wall shear stress - maximum (at %7.3f) = %11.4G s,1,2 Pa,1,1 ----This data tells you is that it is the content for message 41910.
MSCD 41910 1which is
Wall shear stress - maximum (at %7.3f) = %11.4G
MSCD 41910 1 0 0 0 0 0 5
s, 1,2 Pa,1,1The first entry, representing time and shown by SI unit (s), will be the second value in the .out file. The second line, representing pressure and shown by the SI unit (Pa), will be the first value in the .out file.