RobotStudio event

How to read a

Options
Hi,

I am trying to read an active UIMessageWrite with RWS, but it does not seem to work like it does with the rest of the UI-instructions.

I get this when I request active UI
{
    "_links": {
        "base": {
            "href": "http://10.46.231.49:80/rw/rapid/uiinstr/"
        }
    },
    "_embedded": {
        "_state": [
            {
                "_type": "rap-uiactive-li",
                "instr": "UIMsgWrite",
                "event": "SEND",
                "stack": "RAPID/T_ROB1/%IPM<103>",
                "execlv": "NORMAL",
                "msg": "",
                "_links": {
                    "params": {
                        "href": "active/params/RAPID/T_ROB1/%25IPM%3c103%3e?json=1"
                    }
                }
            }
        ]
    }
}

And if I use that to get active params I only get this
{
    "_links": {
        "base": {
            "href": "http://10.46.231.49:80/rw/rapid/uiinstr/active/"
        }
    },
    "_embedded": {
        "_state": []
    }
}

Any help is greatly appreciated!

Best regards
Markus
//Markus Näslund
Tagged: