LAN

Host to Display Data Transfer

011_E_P.png

 

 

Display to Host Data Transfer

012_E_P.png

 

Interrupt Output

 

012_2_E_P.png

 

Details on Frame Format

The memory link LAN frame is structured as follows:

 

013_E.png

The initial 8 bytes, from frame marker to data length, are provided in all memory link LAN frames. Therefore, during a frame check, the system checks the initial 8 bytes first, and then checks the subsequent data based on the data length specified in the initial 8 bytes.

 

Frame Marker (1 byte)

The frame marker is used to identify the frame type.

'B': Binary command frame

'b': Binary response frame

Only binary frames are supported.

 

Transaction Control (1 byte)

014_E.png

Transaction control is "0" in the response from Display. Transaction marker is not added.

 

Destination Control (1 byte)

015_E.png

 

Destination control is "0" in the response from Display. Destination block is not added.

 

Destination Control Applications

To perform normal 1:1 communication, enter "00h" in the destination control bit.

For "1:n" (multi-link) communication, enter "05h" to request a response from only one target node among an unspecified number of nodes ("n" nodes). To request a response from all the nodes, enter "09h".

Transaction Marker

016_E.png

Application of transaction marker

After receiving a command frame that includes a transaction marker, the Display executes the command (and sends back a response, if necessary). This process is the same as that for a command frame without a transaction marker. Next, the processing result is stored in the Display.

When the Display receives the next transaction result request, the Display responds by sending the stored data.

 

The Display can store up to ten transaction results. If there are ten or more transactions, the existing transactions will be deleted, starting from the oldest one, and the new data will be registered.

 

Destination Block

A destination block is added when the "Add/Not Add Destination Block" control bit is "1". A destination block is not added when this control bit is "0".

 

017_E.png