Skip to main content

HyundaiTrackingMaster

Purpose

Hyundai robot UDP tracking status and position incremental control driver

Open the plugin

Enter "Development Configuration → Collection Configuration", create a device and select "HyundaiTrackingMaster" in "Collection Plugin".

Supported channels and data types

Channel typePre-configuration check
UDPConfirm the local binding address, port and firewall rules, and check the source of the packet.

Optional data types: Boolean, String, Int32, Double

Plugin properties

Connection configuration

SettingDescription
Robot source IPFill in: text input. Robot source IP; leave blank to accept any source

Address rules

  • tracking, source, command, state, count, x, y, z, rx, ry, rz

Special methods

MethodPurposeParameters
ReadLatestFrameAsyncRead the latest tracking frame of modern robotsNo parameters
WriteIncrementAsyncSend six-axis increments to modern robotsx,y,z=mm; rx,ry,rz=angle
WriteIncrementArrayAsyncSend modern robot increment arrayvalues ​​= six position and angle increments
SendFrameAsyncSend raw tracking frames to modern robotsdata=strongly typed tracking data
MoveXAsyncModern robot X-axis incrementvalue=mm
MoveYAsyncModern robot Y-axis incrementvalue=mm
MoveZAsyncModern robot Z-axis incrementvalue=mm
RotateXAsyncModern robot X-axis rotation incrementvalue=angle
RotateYAsyncModern robot Y-axis rotation incrementvalue=angle
RotateZAsyncModern robot Z-axis rotation incrementvalue=angle

Write, start/stop, reset, load, delete or control methods will change the status of field devices. Before execution, confirm that the equipment is in an operable state and prepare for stop or rollback measures.

Functions

FunctionPurpose
Refresh trace frameUse Refresh trace frame to send or inspect protocol frames and view the device or target response.
Send position deltaUse Send position delta with an approved test point and confirm site safety before execution.
Debug resultView the returned value, success state, or error message.

Device debug

Enter "Development Configuration → Collection Configuration", select the current device and click "More Functions", then open "Debug".

Dedicated debugging page

Open Development Configuration → Collection Configuration, select the device, and open More Functions → Debug. The following image shows the plugin-specific debug page.

HyundaiTrackingMaster debug subpage 1

Debugging notes

Refresh the tracking frame first; writing X/Y/Z and Rx/Ry/Rz increments will affect the robot posture and must be confirmed twice before execution.

Verify the configuration

  1. Use the plugin-specific debug panel with one confirmed test point or test message.
  2. Confirm that the returned value or received message matches the device point list.
  3. Perform writes or control operations only with an approved test point and the site safety procedure.

Troubleshooting

  • The debug panel shows no result: Check the required inputs and plugin parameters, then inspect the device or target log for a response or error.
  • Special method execution fails: Check method parameters and permissions; control, write or reset methods also need to confirm that the device is in a state that allows operation.