FEASA LED ANALYSER
ICT VERSION
Synchronous Serial Mode
Dominant Wavelength (W)
This command will instruct the LED Analyser to output the Dominant Wavelength of a LED. All
the LED data should have been previously captured.
The code for this command is 0x70 – this must be transmitted to the LED Analyser followed by
the Fiber Number of the LED to be tested. The Fiber Number is a hexadecimal number in the
range 0x01 – 0x14 (in decimal this represents numbers 1 -20). The Analyser will return 2
bytes of data – for Dominant Wavelength.
Command
Data Transmitted
Data Received
Read Wavelength
0x70 + fiber num (1byte)
Dominant Wavelength (2bytes)
To convert the Dominant Wavelength data to a decimal number use the formula:-
Wavelength = (byte1*256 + byte2)
Note:- The data output in all the bytes are hexadecimal numbers.
49