Forum Migration Notice
We're transitioning to a more modern community platform by the end of this year. Learn about the upcoming changes and what to expect.

Does Robot Web Services read the HTML or Javascript instance code for subscribing to numeric values?

Sample
Sample
edited June 2020 in RobotStudio
I only saw the c# read subscription code in the manual on web server, which is not for mobile. In addition, I get other values through HTML language for many times or cause the phenomenon of teacher trainer to get stuck. I want to know the change of value through subscription and then read it, but I did not find this method
Post edited by Maxim Riabichev on

Answers

  • Could you not look how it's done in C# and just port the code to Javascript/HTML?

    Maxim Riabichev
    PC Software Support Engineer
  • Could you not look how it's done in C# and just port the code to Javascript/HTML?
    Thank you for your suggestion. I have studied the source file of C# about subscription code very hard yesterday, but my C# code is not good enough, so I had better not find a way to monitor the change of subscription variable.