Facility Control

 View Only
  • 1.  Passing a value from DASHBoard to another piece of software

    Posted 06-25-2019 17:21

    Getting down to the real meat of my project. I need to pass the value in a DASHBOARD container, say  score to another piece of software using a web script something like this:

     

    ogscript.asyncPost("http://127.0.0.1:8088/API/?Function=SetText&Input=ytvscorebug1.gtzip&SelectedName=HScore.Text&Value=%2b%3d1",null, null);

     

    but in this case I need to pass a value that is a "current " value in an item.

     

    So instead of adding 1 or subtracting a value to a value that is already there I need to assign the current vale in DASHBoard to a a text box in vMIX, labelled (in this case) HScore.Text.

     

    Can this be accomplished?

     

    Thanks

     

    Whit

     

     



  • 2.  RE: Passing a value from DASHBoard to another piece of software

    Posted 06-28-2019 19:58

    Hi Whit.

    I'm unclear as to what you're asking for here. Do you want to use a value from a parameter in your CustomPanel in your URL or have the response to calling a URL written to a parameter?

    James


    #DashBoard


  • 3.  RE: Passing a value from DASHBoard to another piece of software

    Posted 06-29-2019 11:27

    Hi James

     

    Yes I am looking to use a value in a parameter in the URL task statement.

     

    Thanks

     

    Whit


    #DashBoard