how to call an external probe ?

Hi all.
Is it possible, from a device or link item, insert labels defined by an external exe ?
I need to extend values readed from a device (i.e. the ccq mean from an AP).
It shoud be possible to pass the ip address to this exe.

thanks

yes a function called execute… there are some discussions already on here about it as well.

The function description…
executes program, returns array of three elements - return code, standard output, standard error. return code is -1 if error occurs. Only first parameter mandatory. First paramerter - command, second - parameters, third - path, forth - input string to pass to program, fifth - timeout in seconds (default 5.0)