Ваши комментарии

Sorry Aleksandr, but i not think that the parser on iRidium read the flag (on IPBaos, i don't know on Router / Interface).

Otherwise, why the parser create a feedback on object without "Write" flag? This object never change, this object is only for command.

More, if I set the "I" flag (Initial read) only on some object, the parser set the "Read on start" parameter on all feedback.

Hi Paulo,

i have create a script for authentication on synology NAS and for connect camera stream to iridium item.


I use 3 request:

Logout request

'GET,/webapi/auth.cgi?api=SYNO.API.Auth&method=Logout&version=2&session=SurveillanceStation&_sid=' + Synology.SID


Login request

'GET,/webapi/auth.cgi?api=SYNO.API.Auth&method=Login&version=2&account=' + Synology.Username + '&passwd=' + Synology.Password + '&session=SurveillanceStation&format=sid'


Camera request (Change cameraId with your ID camera)

"http://" + Synology.IP + ":" + Synology.Port + "/webapi/SurveillanceStation/videoStreaming.cgi?api=SYNO.SurveillanceStation.VideoStream&method=Stream&version=1&cameraId=1&format=mjpeg&_sid=" + Synology.SID

You need:

1. Send "Login request" for obtain an SynologyID (sid)

2. Create the URL for each camera stream that you need using the "sid" obtained in point 1


Use "Logout request" when close iRidium.



Unfortunally I not know the API for PTZ command. Sorry


Check the { and }


IR.AddListener(IR.EVENT_TAG_CHANGE , IR.GetDevice("F10A_Server"), function(name,value) {

   IR.Log("Name = " + name + ", Value = " + value);    //For Debug Only

   if(name == "SIM_OTTrigger" && value == 0) {

      IR.ShowPage("System_Start");

   } else if(name == "SIM_OTTrigger" && value == 1) {

      IR.ShowPage("Navigation");

      IR.ShowPopup("Inputs");

   }

});

EVENT_TAG_CHANGE work only with native driver.

If you use a custom driver, the event not trigger.


Also, have you any message on log window?

Hello Iain. Try this.


-----------


IR.AddListener(IR.EVENT_TAG_CHANGE,IR.GetDeveice("F10A_Server"),function(name,value){

 if(name == "SIM_PBTrigger" && value == 1)

     IR.ShowPage("Navigation");

}

Hi Aleksandr,

our client requested the possibility to modify the project by himself, so we passed him the license and he created a developer account.

ok, but when I use i3Pro in local (on touch-screen) it work fine, fullscreen or not.

I have problem only when i try use 13Pro in remote (connected with teamviewer or vnc on touch-screen). If the problem is the support OGL, is possible that i not have problem in local?

Hello Vladimir,

I not understand...if my devices (all devices have this problem) not support OGL3.0, i3Pro can run with render setted as OGL?

Hello,

Render is set as OGL



Сервис поддержки клиентов работает на платформе UserEcho