Siemens SIMATIC RTLS4083T Manual de instrucciones - Página 24

Navegue en línea o descargue pdf Manual de instrucciones para Equipamiento industrial Siemens SIMATIC RTLS4083T. Siemens SIMATIC RTLS4083T 37 páginas. Localization systems
También para Siemens SIMATIC RTLS4083T: Manual de instrucciones (33 páginas), Manual del dispositivo (11 páginas), Manual de instrucciones (24 páginas), Manual de instrucciones (30 páginas)

Siemens SIMATIC RTLS4083T Manual de instrucciones
Programming interface
3.5 Code examples
(nodekey): ",etag.addr)
}
);
}; //connection.onopen
connection.onclose = function (reason, details) {
console.log("no connection to wamp-router",config.wamp.name);
}
connection.open();
Code example RPC calls (pseudo code)
//get_version
RPC: agilion.wls.epaper.get_version [ ]
-> In return value: [Version]
//get_tags
RPC: agilion.wls.epaper.get_tags [ ]
-> In return value: [ [TransponderID, ProductID, "FirmwareVersion"]
, TransponderID, ProductID, "FirmwareVersion"], ...]
-> [ [34954, 6021999, "GANYMED_TY41_002.000.025"] , [35319, 6021999,
"GANYMED_TY41_002.000.025"], ...]
//set_display_theme
RPC: agilion.wls.epaper.set_display_theme [TransponderID, ThemeID, [
[FieldID, "text1"], [FieldID, "text2"] ] ]
agilion.wls.epaper.set_display_theme [12345, 1, [ [0, "text1"], [1,
"text2"] ] ]
-> Theme 1 with texts 1: text1 and 2: text2
//get_display_theme
RPC: agilion.wls.epaper.get_display_theme [TransponderID]
agilion.wls.epaper.set_display_theme [12345]
-> In return value: [result_code, ThemeID, [ [FieldID, "text1"],
[FieldID, "text2"] ] ]
24
console.error("epaper in config not found in wls
}
}
Operating Instructions, 08/2021, C79000-G8976-C646-02
SIMATIC RTLS4083T