Hi,
I'm JMP17 user.
I have a graph with x-axis representing a timestamp.
I want to build external tool that will be a video player, and I want that tool to keep sending to the jmp graph the current timestamp, and it will be represented as a reference line on the x-axis that will keep moving according the current time on the video player.
to test it I create a dummy app in cpp that keep sending to the stdoutput randome timestamp, compiled it as exe and run it through the jsl script and parse the text and show it on the graph.
I'm wandering if there is any better option to stream data to jmp and keep updating the graph.
if the video player will be a python app, will it be easier to integrate with the JMP?
Best Regards,
Ran