<< remoteExecScilabCommands remote_exec

remote_exec >> remote_exec > remoteExecScilabSCEFile

remoteExecScilabSCEFile

Execute Scilab sce-scriptfile on remote computer

Syntax

[ExecuteCode,..
СommandMessages,..
errorRemoteExecute,..
errorRemoteExecuteNumber,..
errorRemoteExecuteLine,..
errorRemoteExecuteFunction,..
connectedInformation..
]=remoteExecScilabSCEFile(NodeIPExecute,..
NodePortExecute
PathToScilab,..
PathToScilabSCECodeFileName,..
ScilabSCECodeFileName,..
ScilabSCECodeArguments,..
FoneModeExecute)
[ExecuteCode,..
СommandMessages,..
errorRemoteExecute,..
errorRemoteExecuteNumber,..
errorRemoteExecuteLine,..
errorRemoteExecuteFunction,..
connectedInformation..
]=remoteExecScilabSCEFile(NodeIPExecute,..
NodePortExecute
PathToScilab,..
PathToScilabSCECodeFileName,..
ScilabSCECodeFileName,..
FoneModeExecute)
[ExecuteCode,..
СommandMessages,..
errorRemoteExecute,..
errorRemoteExecuteNumber,..
errorRemoteExecuteLine,..
errorRemoteExecuteFunction,..
connectedInformation..
]=remoteExecScilabSCEFile(NodeIPExecute,..
NodePortExecute
PathToScilab,..
PathToScilabSCECodeFileName,..
ScilabSCECodeFileName)

Arguments

NodeIPExecute

Node's IP on whitch to execute adjusted scilab SCE script file

NodePortExecute

Node's port on whitch to execute adjusted scilab SCE script file

PathToScilab

Path to scilab main script on remote node

PathToScilabSCECodeFileName

Path to executed scilab SCE script file

ScilabSCECodeFileName

Executed scilab SCE script file

ScilabSCECodeArguments

Executed scilab SCE script file arguments (default: [])

FoneModeExecute

Execute scilab SCE script file mode: %t - scilab SCE script file executing in background mode (default: %t)

Return values

ExecuteCode

Remote execute command rezult: 0 - execute sucsesfully, 1 - cannot connected to node, 2 - cannot execute command on node

СommandMessages

Remote execute command messages to console. If executing in background mode (FoneModeExecute == %t) then СommandMessages is execute commnad's ID

errorRemoteExecute

Discribing execute command errors

errorRemoteExecuteNumber

Discribing execute command errors number

errorRemoteExecuteLine

Discribing execute command errors line number in Scilab code

errorRemoteExecuteFunction

Discribing execute command errors function in Scilab code

connectedInformation

Information about connection to node

Description

Implementing execute scilab with adjusted scilab SCE script file on a remote node. Analog execute on a remote node command scilab -f file -args arguments. To execute this scilab SCE script file on this node needing execServer on this node

To type in execute commands arguments symbols " must be used symbol \"". This symbol \"" is transmitted to the remote computer (node) as the symbol "

To type in execute commands arguments symbols \ must be used symbol \\. This symbol \\ is transmitted to the remote computer (node) as the symbol \

See also


Report an issue
<< remoteExecScilabCommands remote_exec