Hi ronaldv,
DIAdem 8.1 and previous versions really has only one easy way to read binary files-- create a DIAdem DAT header file for it. There are three main ways to do this:
1) Create the DAT header file on-the-fly with a VBScript library
2) Create the DAT header file with the LabVIEW-DIAdem Connectivity VIs
3) Create the DAT header file manually with the "Import via header" dialog in DIAdem DATA
I think the easiest option for you is 1). Just download the LabVIEW-DIAdem Connectivity VIs and use the "Write DIAdem File.vi" to convert the data you read in with your "graph data.vi" into a DIAdem DAT file and R64 file.
Ask if you have further questions,
Brad Turpin
DIAdem Product Support Engineer
National Instruments
P.S. The "non-easy" way of importing binary files into DIAdem 8.1 and previous versions involves writing a special C++ DLL