![]() ![]() |
LoriotPro
scripting documentation |
![]() ![]() ![]() |
![]() |
LoriotPro has extended the LUA sripting language by providing its own LUA libraries. The new functions provided are dedicated to the creation of monitoring and SNMP automation application.
Syntax
lpav.SetSelected() ;
Description
The default graphical object becomes selected.
Parameters
none
Return Values
none
Example
lp_value = 0;
lp_buffer ="error";
dofile(lp.GetPath().."/config/script/loriotinit.lua");
zz=LPAV_OBJ_ANALOGIC_METER_01;
-- Créé des objects r s
k=0;
for i=0,5 do
lpav.Insert(20*i,1,9,9,zz);
lpav.SetClipart( lp.GetPath().."/card/vumeters/vumeter8.emf");
lpav.SetSelected();
end
lpav.RefreshMap();
lp_buffer ="ok";
![]() |
|