Remotely run JSL script with parameters
Hello, We currently have a JMP script which we run for data analysis/reporting. I would like to trigger this script at the end of data acquisition (LabVIEW via ActiveX). I've located the RunJSLFile function but it only has the filepath as an input. How can I implement passing a parameter to JMP for use in the script (a string which identifies the part number)? Do I need to use RunCommand to cre...