/config/register/virtual/{reg}/value/{idx}/register

The name of the physical register to use in calculating the value of this addend.

Get /config/register/virtual/{reg}/value/{idx}/register

SecurityApiKey
Request
path Parameters
reg
required
string

The name of a virtual register. May not be empty, contain commas (,), and may not consist entirely of digits. Virtual register names may contain a single dot (.) between a prefix and a suffix. The prefix is called the view name.

idx
required
integer >= 0

The index of a virtual register addend.

Responses
200

Normal response.

401

Unauthorized response.

get/config/register/virtual/{reg}/value/{idx}/register
Request samples
Response samples
application/json
{
  • "result": "grid",
  • "error": "Error message (present if an error occurred)."
}

Replace /config/register/virtual/{reg}/value/{idx}/register

SecurityApiKey
Request
path Parameters
reg
required
string

The name of a virtual register. May not be empty, contain commas (,), and may not consist entirely of digits. Virtual register names may contain a single dot (.) between a prefix and a suffix. The prefix is called the view name.

idx
required
integer >= 0

The index of a virtual register addend.

Request Body schema: application/json
string (configRegisterVirtualRegValueItemRegister)

The name of the physical register to use in calculating the value of this addend.

Responses
200

Normal response.

401

Unauthorized response.

put/config/register/virtual/{reg}/value/{idx}/register
Request samples
application/json
"grid"
Response samples
application/json
{
  • "status": "OK",
  • "error": "Error message (present if an error occurred)."
}

Update /config/register/virtual/{reg}/value/{idx}/register

SecurityApiKey
Request
path Parameters
reg
required
string

The name of a virtual register. May not be empty, contain commas (,), and may not consist entirely of digits. Virtual register names may contain a single dot (.) between a prefix and a suffix. The prefix is called the view name.

idx
required
integer >= 0

The index of a virtual register addend.

Request Body schema: application/json
string (configRegisterVirtualRegValueItemRegister)

The name of the physical register to use in calculating the value of this addend.

Responses
200

Normal response.

401

Unauthorized response.

post/config/register/virtual/{reg}/value/{idx}/register
Request samples
application/json
"grid"
Response samples
application/json
{
  • "status": "OK",
  • "error": "Error message (present if an error occurred)."
}

Delete /config/register/virtual/{reg}/value/{idx}/register

Reset to empty string.

SecurityApiKey
Request
path Parameters
reg
required
string

The name of a virtual register. May not be empty, contain commas (,), and may not consist entirely of digits. Virtual register names may contain a single dot (.) between a prefix and a suffix. The prefix is called the view name.

idx
required
integer >= 0

The index of a virtual register addend.

Responses
200

Normal response.

401

Unauthorized response.

delete/config/register/virtual/{reg}/value/{idx}/register
Request samples
Response samples
application/json
{
  • "status": "OK",
  • "error": "Error message (present if an error occurred)."
}