You need to add the following line of VBScript to your script...
RunApplication("C:\Program Files\OMRON\CX-Supervisor\DataLogViewer.exe /export /file ""D:\Customer Projects\loggingdb1.mdb"" /outfile ""web.jpg"" /type jpg /quality 80")
loggingdb1.mdb is the filename of the data you want to see as the jpg (This must be in the correct format for the Data Log Viewer). This can also be a DLV file (the native format for DLV).
web.jpg is the destination jpeg filename.
![]() |
Note: The double sets of quotes are required VBScript syntax
|