Want to on or off the physical robotic arm from the digital twin 3D scene

RAJBHAR, SUSHANT 0 Reputation points
2023-11-09T09:30:46.2966667+00:00

I am pushing my physical robotic arm data to the digital twin through IOT hub and azure functions. I also integrated the digital twin with the 3D scenes and I would able to view the data in it. Now, my requirement is I should be able to on or off the bot using the digital twin. I would like to know is it feasible? If yes, then explain it in brief and provide documentation if any.

Azure Digital Twins
Azure Digital Twins
An Azure platform that is used to create digital representations of real-world things, places, business processes, and people.
221 questions
Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,136 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Sander van de Velde 29,616 Reputation points MVP
    2023-11-09T12:30:59.9833333+00:00

    Hello @RAJBHAR, SUSHANT,

    welcome to this moderated Azure community forum.

    The Azure Digitial Twins environment does not support DTDL commands (yet).

    Controlling hardware can be achived easily via a second channel:

    device->iot hub -> 3d Scene -> 3d Scene URL widget -> Website call -> direct method call -> IoT Hub -> device

    Just build your controlling logic (a direct method call on the iot hub?) in a website, possible secured by the same AAD accounts users use for your 3D Scenes studio.

    Then make use of the URL widget so a user can click on it and execute the action url directly of executes it via a landing space.


    This answer is written by myself, not by some AI. If the response helped, do "Accept Answer". If it doesn't work, please let us know the progress. All community members with similar issues will benefit by doing so. Your contribution is highly appreciated.

    1 person found this answer helpful.
    0 comments No comments