Profile

Ka Blank

Contact Details

My Content

1 to 7 of 7 total
Posted By Ka Blank 05-25-2016 20:46
Found In Egroup: Facility Control
\ view thread
When using the UPLOAD URL, is this possible to add authentication or other security measures? Thx
Posted By Ka Blank 05-19-2016 21:57
Found In Egroup: Facility Control
\ view thread
I got the error message " This is not a valid upload file" if I try to upload a binary code from Dashboard. The user manual only tells me to upload with the correct file but never mentioned which type of file. Is there certain file format Dashboard is expecting? This error message is coming from Dashboard ...
Posted By Ka Blank 05-19-2016 21:26
Found In Egroup: Facility Control
\ view thread
It is the network setting. ie. if I change my unit's e.g. use dhcp settings, the unit would need to reboot for the settings to take effect and working. With set param request I could make the settings happen on my device.There fore I am opted to use SET_PARAM request to change the dhcp settings and then ...
Posted By Ka Blank 05-19-2016 21:07
Found In Egroup: Facility Control
\ view thread
I have a configuration parameter that requires reboot upon change. Is there a way for me to send an OGP_REBOOT request? I am able to reboot my unit using the "Reboot" button available at the bottom of Dashboard. However I would need to send a OGP_REBOOT request to my unit after a user has made modifications ...
Posted By Ka Blank 05-09-2016 21:37
Found In Egroup: Facility Control
\ view thread
I have defined a 5 elements array to be STRING_ARRAY type, The value does fit into the 260 payload limit. What should the format of response to the OGP_GET_PARAM and OGP_GET_DESCRIPTOR look like if I do not want to use external objects. This string_array type is used in the ogScript to populate a dropdown ...
Posted By Ka Blank 05-09-2016 21:23
Found In Egroup: Facility Control
\ view thread
I am using my declared OIDs just to make sure this is what Dashboard is complaining about. I have noted that whenever the Dashboard is requesting the reserved OIDs such as 0xFF01 and 0xFF09, Dashboard will throw an exception because I do not have such parameter oids defined. The request for such reserved ...
Posted By Ka Blank 05-09-2016 20:46
Found In Egroup: Facility Control
\ view thread
The Dashboard document mostly documents the format of a good response. However I do not know what Dashboard is expecting from the error response. Eg. I am responding with 0x11 PARAM_NOTFOUND to a OGP_GET_DESCRIPTor request and with no other data included in the response. I am working with Dashboard 7.0 ...