<< remoteExecCommand remote_exec remoteExecScilabCommands >>

remote_exec >> remote_exec > remoteExecScilab

remoteExecScilab

Execute Scilab on remote computer

Syntax

[ExecuteCode,..
СommandMessages,..
errorRemoteExecute,..
errorRemoteExecuteNumber,..
errorRemoteExecuteLine,..
errorRemoteExecuteFunction,..
connectedInformation..
]=remoteExecScilab(NodeIPExecute,..
NodePortExecute,..
PathToScilab,..
ScilabArguments,..
FoneModeExecute)
[ExecuteCode,..
СommandMessages,..
errorRemoteExecute,..
errorRemoteExecuteNumber,..
errorRemoteExecuteLine,..
errorRemoteExecuteFunction,..
connectedInformation..
]=remoteExecScilab(NodeIPExecute,..
NodePortExecute,..
PathToScilab,..
FoneModeExecute)
[ExecuteCode,..
СommandMessages,..
errorRemoteExecute,..
errorRemoteExecuteNumber,..
errorRemoteExecuteLine,..
errorRemoteExecuteFunction,..
connectedInformation..
]=remoteExecScilab(NodeIPExecute,..
NodePortExecute,..
PathToScilab)

Arguments

NodeIPExecute

Node's IP on whitch to execute adjusted scilab script

NodePortExecute

Node's port on whitch to execute adjusted scilab script

PathToScilab

Path to scilab main script on remote node

ScilabArguments

Execute scilab arguments (default: [])

FoneModeExecute

Execute scilab script mode: %t - scilab script executed in background mode (default: %f)

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 mode is true (FoneModeExecute == %f) 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 adjusted scilab script execution on a remote node. To execute this scilab script 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
<< remoteExecCommand remote_exec remoteExecScilabCommands >>