Barco API - OL Series
Glitch
Junior Member
Does anyone have any code examples for using the Barco API http Post commands?
I have tried sending different variations of the following:
SEND_STRING dvSocket,"'POST /ol/wall/1,1/actions HTTP/1.0',13,10"
SEND_STRING dvSocket,"'Content-Length: 57',13,10"
SEND_STRING dvSocket,"13,10"
SEND_STRING dvSocket,"'{"action":{"name":"switchOn"}}',13,10"
SEND_STRING dvSocket,"13,10"
I have tried sending different variations of the following:
SEND_STRING dvSocket,"'POST /ol/wall/1,1/actions HTTP/1.0',13,10"
SEND_STRING dvSocket,"'Content-Length: 57',13,10"
SEND_STRING dvSocket,"13,10"
SEND_STRING dvSocket,"'{"action":{"name":"switchOn"}}',13,10"
SEND_STRING dvSocket,"13,10"
Comments
-
together
Sets de string together
CALL EXAMPLE:
CALL 'Barco_OL_Series_1_TX_Gateway' ("
'POST /ol/wall/',ITOA(nCol),',',ITOA(nRow),'/actions HTTP/1.0',$0D,$0A,
'Content-Length: 134',$0D,$0A,
'Content-Type: application/json',$0D,$0A,
$0D,$0A,
'{ "action" : {"name" : "switchOn"} }',$0D,$0A,
$0D,$0A") -
I will give this a try.
Categories
- All Categories
- 2.5K AMX General Discussion
- 922 AMX Technical Discussion
- 514 AMX Hardware
- 502 AMX Control Products
- 3 AMX Video Distribution Products
- 9 AMX Networked AV (SVSI) Products
- AMX Workspace & Collaboration Products
- 3.4K AMX Software
- 151 AMX Resource Management Suite Software
- 386 AMX Design Tools
- 2.4K NetLinx Studio
- 135 Duet/Cafe Duet
- 248 NetLinx Modules & Duet Modules
- 57 AMX RPM Forum
- 228 MODPEDIA - The Public Repository of Modules for Everyone
- 943 AMX Specialty Forums
- 2.6K AMXForums Archive
- 2.6K AMXForums Archive Threads
- 1.5K AMX Hardware
- 432 AMX Applications and Solutions
- 249 Residential Forum
- 182 Tips and Tricks
- 146 AMX Website/Forums