Page 1 of 1

Posted: 09 Mar 2018, 12:29
by sm_jamieson
I wanted to get some information about a module's parameters (e.g. GET_COMMATEXT modulename terminalname destvariable), to use in an SDK user module. But then I realised the IML variables are trapped within the IML world and you cannot get the values out !
The scripting language has the GetVariableString() type functions, but the SDK only has sdkSendUsineMsg().
So only option is to use a "helper" script to get these values into the user module.

Please can we have some SDK function to access the IML variables.

Thanks,
Simon.

Posted: 09 Mar 2018, 15:54
by 23fx23
What i pers do is send iml mess to get stuff and set the variable then to a module pin so thats all done within the module, but imply creating receiver pins and have stuff in callback for the receive back..if possile more 'direct access would be nice indeed.

Posted: 12 May 2018, 18:48
by senso
in the next major release, it will be possible I hope. I'm working on it.