This section explains how to integrate a new device model with Atlato, how to add new inputId
for device packet objects, and how to add new calibration types for device packets. Each task involves creating a Jira ticket for tracking and collaboration.Integrating a New Device Model#
To integrate a new device model with Atlato, follow these steps:1.
Upload Device Model ProtocolPrepare a detailed protocol document that explains how to decode the device data from the raw packet.
Include the communication method used by the device (e.g., socket.io
, TCP
).
Submit the protocol document via the designated upload section on our platform or attach it to a Jira ticket.
2.
Define Device Data StructureOutline the structure of the data packets, specifying each field and its data type.
Include any error messages that might be generated by the device.
Adding a New Input Id
for Device Packets#
To add a new Input Id
for a device packet object:1.
Clearly define the data type for the new Input Id
(e.g., integer
, float
, string
).
Include an example of the data format.
2.
If applicable, list any error messages that might be associated with the new Input Id
.
3.
Create a Jira ticket detailing the new Input Id
, its data type, and any associated error messages.
Attach any relevant documentation or examples to the ticket.
Adding a New Calibration Type#
To add a new calibration type for raw data packets:1.
Define the Calibration FunctionProvide a detailed description of the calibration function.
Include the mathematical formula or algorithm used for calibration.
Specify any parameters required for the function.
2.
Clearly define any error messages that might be generated during calibration.
Provide examples of possible errors and how to handle them.
3.
Submit Calibration Details via JiraCreate a Jira ticket with the details of the new calibration type, including the function, parameters, and error handling information.
Attach any relevant documentation or code snippets to the ticket.
Establishing a Jira Ticket#
1.
Use your company credentials to access Jira.
2.
Click on the "Create" button to start a new ticket.
Select the appropriate project for your task.
3.
Provide a summary and detailed description of the task.
Attach any necessary files or documentation.
Assign the ticket to the relevant team or individual.
4.
Review the information and submit the ticket for processing.
Modified at 2024-07-18 08:32:35