09-04-2012 05:25 AM
Hi guys,
Currently writing a programme for materials testing. Long story short, I want to be able to have a window on the front panel in which can I enter in a number and then when I want to save my results it will take the information from that box and make it the file name. Anyone any ideas?
09-04-2012 05:35 AM
Use the file dialog box function to get the file name/path.
To save the file , use appropriate write function ( as per file type that is being saved..text file,datalog , binary ..)
09-04-2012 06:53 AM
How would I use that in conjunction with the 'get image' invoke property node of an intensity graph?
09-04-2012 08:02 AM
That's a totally different question. The Get Image returns image data. You'd then use one of the graphics formats functions to save to a PNG, JPEG, or BMP.