Communications protocol for the fc-7501 – Kramer Electronics FC-7501 User Manual

Page 13

Advertising
background image

Communications Protocol for the FC-7501

11

INSTRUCTION 12 – WRITE I²C

DATA = I²C sub-address; EXTENDED DATA = data to be written to this sub-address.

The PC sends I²C data (to the I²C address which was last accessed via INSTRUCTION 13). The machine replies by sending

the same data back to the PC.

CAUTION – this function was designated for development and testing purposes. Improper use of this function may cause

erratic behavior of the machine.

INSTRUCTION 13 – READ I²C

For sending to machine, DATA = I²C address; EXTENDED DATA = sub-address.

When replying:- DATA = sub-address; EXTENDED DATA = data read.

The PC sends this instruction to the machine. The machine replies by sending back the data of this address and sub-address.

INSTRUCTION 16 – ERROR

If the machine receives an invalid instruction, it replies by sending this error code.

INSTRUCTION 57 – ENABLE “POWER-DOWN SAVE”

DATA = 0 disables power-down saving; DATA = 1 enables saving. EXTENDED DATA - set to 0.

The PC sends this instruction to the machine. The power-down option is enabled or disabled according to the value of DATA.

If the power-down option is enabled, then the machine will “remember” its state before being turned off, and revert to this

state when turned on again.

Note that whenever the machine is turned on, the power-down save option is enabled.

INSTRUCTION 61 – IDENTIFY MACHINE

For sending, DATA = 1 to request machine name; DATA = 3 to request software version number. EXTENDED DATA - set

to 0.

The PC sends this instruction to the machine. The machine relies as follows:

if the machine name is requested, the machine replies with DATA = 75 (hex), and EXTENDED DATA = 01 (hex).

if the software version is requested, the machine replies with DATA as the version number before the decimal point, and

EXTENDED DATA is the value following the decimal point. For example, for version 3.4, the machine replies with DATA =

03 (hex), and EXTENDED DATA = 04 (hex).

Advertising