How Do I Export A Data Log To JPG In CX-Supervisor V3 VBScript?

Modified on Sun, 11 May, 2025 at 10:44 PM

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
 
 

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article