Manual

Table Of Contents
Arduino Kit Demo Description 10 DobotPixy Demo
Issue V2.1 (2019-12-05) Demo Description Copyright © Yuejiang Technology Co., Ltd
46
Attached table 29 Get the device clock
Attached table 30 Set the sliding rail status
Attached table 31 Execute the homing function
Attached table 32 Set the offset of end-effector
Attached table 33 Enable laser
Prototype
uint32_t Dobot_GetDeviceTimeEx(void)
Description
Get the device clock
Parameter
None
Return
Return the device clock
Prototype
void Dobot_SetDeviceWIthLEx(bool isWithL)
Description
Set the Sliding rail status
Parameter
isWithL: 0:Disabled, 1:Enabled
Return
None
Prototype
Void Dobot_SetHOMECmdEx( void )
Description
Execute the homing function
Parameter
None
Return
None
Prototype
void Dobot_SetEndEffectorParamsEx(float x,float y, float z)
Description
Set the offset of the end-effector. If the end-effector is installed, this API is required
Parameter
x: the X-axis offset of end-effector
y: the Y-axis offset of end-effector
z: the Z-axis offset of end-effector
Return
None
Prototype
void Dobot_SetEndEffectorLaserEx (uint8_t isEnable, float power)