DATA-ITEM PROPERTY DATA-ITEM: SIGNAL1
Signal specifying the current address
SYNONYM: SIG_1
TYPE: INTEGER
RANGE: 0 - 2046
RESOLUTION: 2
PURPOSE:
This signal designates the destination of the data that is sent to the system. The system will transfer the signal to the component that is responsible to the routing of information.
TIMING:
The address signal must be valid when the write signal is sent.
REPRESENTATION:
The signal uses the binary representation.
DATA-ITEM: SIGNAL2
Signal specifying the data to write
SYNONYM: SIG_2
TYPE: INTEGER
RANGE: 0 - 1000
PURPOSE:This signal is the data that is sent to the system. The system will transfer the data to its destination according to the specified address.
TIMING:
The data must be valid when the write signal is sent and stays valid for at least two ms.
REPRESENTATION:
The data will be using an ASCII representation.
DATA-ITEM: SIGNALS
Signals specifying address and data
SYNONYM: SIGS
TYPE: RECORD
PURPOSE:
not available
TIMING:
not available
REPRESENTATION:
not available