Siemens SIMATIC RTLS4083T Instrukcja obsługi - Strona 24

Przeglądaj online lub pobierz pdf Instrukcja obsługi dla Urządzenia przemysłowe Siemens SIMATIC RTLS4083T. Siemens SIMATIC RTLS4083T 37 stron. Localization systems
Również dla Siemens SIMATIC RTLS4083T: Instrukcja obsługi (33 strony), Instrukcja obsługi urządzenia (11 strony), Instrukcja obsługi (24 strony), Instrukcja obsługi (30 strony)

Siemens SIMATIC RTLS4083T Instrukcja obsługi
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