Anyone know the proper syntax allowing a widget (submit, value button) to output the binding post function calling the named value:, a function() embedded in the target?
Adding a statement on a value button to call remote target functions merely resets repaints the GUI screen when forwarding the value: of the button holding the target function symbol name. The button should submit that value a function of the target into the Json post-processor for output into the XDS100v2 simulator. Don't work for some reason?
The Wiki page example: Modems Dial widget post-processing (Output to Target) value: entry in (app.js) is missing. BTW: User has to zip the modem project files importing to composer albeit either the import forced conversion v.5.x up to v.5.5 might be stripping the data from app.js? Wiki article claims a modem.zip to be available but can not find link to the zip.
Below is simple output post-process function not working:
}
function Run_Submit(valueToTarget) {
return valueToTarget;
//return valueFromTarget;
}