Defining Default Configuration - Manual - Industrial Edge - Industrial Edge - Industrial Edge - Documentation of Industrial Edge APIs - CLI tools - Industrial Edge - References - APIs

Industrial Edge Platform Operation - APIs & References

Product
Industrial Edge
Edition
12/2024
Language
en-US (original)

To define the camera default parameter set on the camera to be loaded in case of restart, the user can send the SetDefaultUserSet message.

Message Envelope For ZMQ Message

Frame Field Description Type
1 payload Method payload Binary String (UTF-8)

payload

Field Optional Type Description
TransactionID Yes String Transaction identification.
Action No String Method called. Fixed value SetDefaultUserSet
DeviceID No String Device identification.
UserSet No Int/String String according with the user setting enumeration or integer when using the integer value.
{
  "TransactionID": "1232116",
  "Action": "SetDefaultUserSet",
  "DeviceID": "548451887",
  "UserSet": "UserSet2"
}

Response

Frame Field Description Type
1 payload Response object Binary String (UTF-8)

Response Object

Field Optional Type Description
TransactionID Yes String Transaction identification.
ReturnCode No Integer Message code following Message Codes.
Message Yes String Response message
{
  "TransactionID": "1232116",
  "ReturnCode": 0,
  "Message": "Default userset defined."
}