Show/Hide Toolbars

Irinos Measurement System

Navigation: MscDll Reference Guide > Opcodes and parameters > Opcodes: Initialization

opcRSS: Read System-String

Scroll Prev Top Next More

Via this opcode a string can be requested, which represents the structure of the Irinos-System.

 

Overview


Opcode:              0x05

Name:                opcRSS

Function:            Read system string

Parameter type:        String

 

DLL-Function


MSC_WriteCommand

 

Request string to the Irinos-System


#1#

 

Response string from the Irinos-System


#{Value 1};{Number of Irinos-Boxes};{Order-No. Irinos-Box 0};{Order-No. Irinos-Box 2};...;{Order-No. Irinos-Box n}#

Example for an Irinos-System with the Irinos-Boxes IR-INC (Box 0, Order-No. 828-5013) and IR-TFV (Box 1, Order-No. 828-5003):
#1;2;828-5013;828-5003#

Value 1

Always 1.

Number of Irinos-Boxes

e.g. 2

Number of Irinos-Boxes used in the Irinos-System.

Order-No. Irinos-Box n

e.g. 828-5013

The order numbers of all Irinos-Boxes are listed in the order of their addresses.

 

Response string from the Irinos-System in case of an error


#-99# General syntax error of the request string.

#-1# if the request string does not contain the value 1.

 

Comments


It is recommended to store the expected response string in the measurement software (e.g. in its Ini file). After establishing the connection, the string requested from the Irinos-System is compared to the reference string. This allows verifying if all required Irinos-Boxes are available and properly connected.