Write Frame to TCP Device

I need to write a frame to a RFID reader over TCP. According to the manual…

A frame looks like the following:
Start + data block + end
The start is made up of 0xAA 0xBB 0x01 0x01, The end is made up of 0xAA 0xCC.

The frame “ASyncGetEPCs” is shown here as an example. The ID for this command is “0x0111”, which makes the frame look like this: 0xAA 0xBB 0x01 0x01 0x11 0x01 0xAA 0xCC

Hi Paul, we must be using the same (IFM) RFID readers; I have the same question. Wondering if you found a solution via Ignition’s built-in TCP driver or through your own socket code in scripting? Thanks!

Hi,

Negative, I eventually abandoned the task.