Closed GauravChoube closed 2 years ago
@GauravChoube
Adapter:
Agent:
native:
right_j0: -0.2712327814285942
error: False
estop_button: 0
shdr:
2009-06-15T00:00:00.000000|right_j0|-0.2712327814285942
2009-06-15T00:00:00.000000|estop_button|ARMED
2009-06-15T00:00:00.000000|estop_button|TRIGGERED
2014-09-29T23:59:33.460470Z|error|NORMAL||||
2014-09-29T23:59:33.460470Z|error|FAULT||||
model:
<?xml version="1.0" encoding="UTF-8"?>
<MTConnectDevices xmlns:m="urn:mtconnect.org:MTConnectDevices:1.7"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="urn:mtconnect.org:MTConnectDevices:1.7" xsi:schemaLocation="urn:mtconnect.org:MTConnectDevices:1.7 http://www.mtconnect.org/schemas/MTConnectDevices_1.7.xsd">
<Header creationTime="2021-02-23T18:44:40+00:00" sender="localhost" instanceId="12345678" bufferSize="131072" version="1.7.0.3"/>
<Devices>
<Device id="robot" name="robot" uuid="0000" sampleInterval="10">
<DataItems>
<DataItem id="avail" category="EVENT" type="AVAILABILITY"/>
<DataItem id="asset_changed" category="EVENT" type="ASSET_CHANGED"/>
<DataItem id="asset_removed" category="EVENT" type="ASSET_REMOVED"/>
</DataItems>
<Components>
<Controller id="controller">
<DataItems>
<DataItem id="estop_button" category="EVENT" type="EMERGENCY_STOP"/>
<DataItem id="error" category="CONDITION" type="SYSTEM"/>
<DataItem id="right_j0" category="SAMPLE" type="VELOCITY"/>
</DataItems>
</Controller>
</Components>
</Device>
</Devices>
</MTConnectDevices>
Are there issues. Robot "Joint" support was added to 1.7 using rotary axes. I'll close this unless you are still looking for help.
Hi Everyone, I was working on MTconnect standard and its implementation for robot arm since a month. I have successfully executed given demo with existing dummy simulator and got much clarity about MTConnect standard but many still uncleared to me.
My Question is I want to design the custom adapter for robot arm where robot arm working on ROS and has interface level api to get parameter/data. Im planning to used Python based adapter method.
Following are some snap from machin/device
I have read all documents and related stuff but there is not much info for designing adapter ,specially how convert the Machin data into MT Connect Standard vocabulary. From above the snap, i got angles,velocity and effort. How to convert into Linear and rotatory format as Linear require X,Y,Z axis information.
Please guide me and help to resolve the my problem.
Thanks & Regards Gaurav Choubey