EasyManuals Logo

Embedded Systems LogiMachine5 Power User Manual

Embedded Systems LogiMachine5 Power
254 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #95 background imageLoading...
Page #95 background image
95
With custom JavaScripts it is possible to create different dynamic tasks, like detect short/long
press from visualization using one icon or we can open specific Floor/Plan when some grp
address is triggered - useful e.g. when you want IP Camera page automatically to be
opened when Intercom button is pressed:
$(function(){
if (typeof objectStore !== 'undefined') {
var id = Scada.encodeGroupAddress('1/1/2');
objectStore.addListener(id, function(object, type) {
if (type == 'value') {
showPlan(69);
}
});
}
});
See more examples here: http://forum.logicmachine.net/showthread.php?tid=275
6.2. Objects
List of KNX network objects appears in Objects menu. The object appears in the list by way of:
sniffing the bus for telegrams from unknown group addresses (if enabled in Utilities)
adding manually
importing ESF file (in Utilities)
Object can be created as standard KNX object or virtual object. Virtual objects are marked with
icon, their range starting from 32/1/1 and therefore they cannot be sent to the KNX TP bus.
Filtering is disabled for virtual objects. Virtual objects are useful for visualization purposes or
communication with 3rd parties i.e. BACnet.

Table of Contents

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Embedded Systems LogiMachine5 Power and is the answer not in the manual?

Embedded Systems LogiMachine5 Power Specifications

General IconGeneral
BrandEmbedded Systems
ModelLogiMachine5 Power
CategoryController
LanguageEnglish