pg. 12
metaphase-tech.com
Metaphase
Technologies
ULC-2
ULC-2 Ethernet Command List
For users that do not want to use the MetaBOSS Software or the ULC-2 keypad, Metaphase provides
an Ethernet command list that can be embedded into users’ custom programs. All commands are UDP.
The default IP address of the ULC-2 is 172.16.1.1, but can be changed as described elsewhere in this
manual.
The ULC-2 port is 5000 (i.e. the destination port) and can listen for messages originating from any port
should port 5000 not be available on the Windows PC. Use the link below to access the complete com-
mand list on Metaphase Technologies’ website, located in the “file cabinet” at the bottom of the page:
https://www.metaphase-tech.com/controllers/ulc-2
The Ethernet commands are of the following format:
Incoming and Outgoing Message Structure:
<2-byte length> <1-byte channel> <1-byte command> <1-byte reserved> <3-bytes of data>
Message Example:
00 08 01 BF 00 00 9A 5B
all data is in Hex (the space between bytes are added here just for readability
and should not be included in the message)
• Length is
00 08
the length is always 00 08
• Channel is
00
channel is either 00 or 01
• Command is
BF
command for setting Pulse current
• Reserved is
00
reserved is always 00
• Data is
00 9A 5B
Pulse current is 39,515mA (9A5B hex is 39515 decimal)
[APPENDIX B]