Download Print this page

Brainboxes BB-400 Quick Start Manual page 10

Brainboxes neuronedge controller

Advertisement

Terminal
ASCII
Command
$AAM1
@AA6
~AAO(Name)
REST
Request
http://bb400-xxxx:9000/io
http://bb400-xxxx:9000/io/inputs
http://bb400-xxxx:9000/io/inputs/0
http://bb400-xxxx:9000/io/outputs
http://bb400-xxxx:9000/io/outputs
body: [1, 1, 1, 1, 0, 0, 0, 0]
http://bb400-xxxx:9000/io/outputs
ASCII & REST Examples
Response
!AA(Data)
>(Data)
!AA
@01
>00FF
Description
Read device location
Read Digital I/O Status
Set Device Name
REST Verb
Response
GET
{
"inputs": [1, 1, 1, 1, 1, 1, 1, 1],
"outputs": [0, 0, 0, 0, 0, 0, 0, 0]
}
GET
[1, 1, 1, 1, 1, 1, 1, 1]
GET
1
GET
[0, 0, 0, 0, 0, 0, 0, 0]
POST
header: 200 OK
GET
[1, 1, 1, 1, 0, 0, 0, 0]

Advertisement

loading