Difference between revisions of "Get the Sensor Name"

From ArcoWiki
Jump to: navigation, search
(Created page with "In order to '''Get the Sensor Name''' it is necessary to use the command <code>SCSNS()</code>.<br/> It return the name of the current probe.<br/> <code><span style="color: gr...")
 
m (Links to existing pages added by LinkTitles bot.)
Line 1: Line 1:
In order to '''Get the Sensor Name''' it is necessary to use the command <code>SCSNS()</code>.<br/>
+
In order to '''[[Get the Sensor Name]]''' it is necessary to use the command <code>SCSNS()</code>.<br/>
 
It return the name of the current probe.<br/>
 
It return the name of the current probe.<br/>
  

Revision as of 12:31, 3 August 2016

In order to Get the Sensor Name it is necessary to use the command SCSNS().
It return the name of the current probe.

$$ Example of the SCSNS code

DECL/DOUBLE,PRDIAM
DECL/CHAR,50,SENSOR_NAME

$$ It Assigns to the SENSOR_NAME variable the SCSN Value

SENSOR_NAME=ASSIGN/SCSNS()
PRDIAM=OBTAIN/SA(@SENSOR_NAME),10