History for pJScript

changed:
-
<img src="image024.gif" />


The pJScript allows to execute the "JavaScript" functions. The "JavaScript" code is set by the “setScript” inpin, the function name to be executed and parameters are passed to the “evaluate” inpin, in case of successful execution the RESULT outpin will be fired. 

Inpins:	

  * setScript – allows to set the script String

  * evaluate – sets the function name and parameters


Outpins:

  * RESULT – result String is fired in case if function returns a result

  * ERROR – error description as String (“OK” in case of successful script execution )

The Rhino JavaScript compiler was used in the JScript part. Rhino is an open-source implementation of JavaScript written entirely in Java. It is typically embedded into Java applications to provide scripting to end users.