Asycube - Asyril SA
Programming Guide
80/83
o Change the value of HR_BACKLIGHT_STATE_CONTROL from 0 to 1.
Read a parameter value
o Prepare the read action by setting the parameter address in
HR_READ_WRITE_PARAMETER_ADDRESS, according to Chapter 4
(make sure to have an even address).
o Start reading by changing the value of the trigger
HR_READ_WRITE_PARAMETER_TRIG from 0 to 1.
o Read and use the result value in
HR_READ_WRITE_PARAMETER_READ_VALUE.
Write a parameter value
o Prepare the write action by setting the parameter address in
HR_READ_WRITE_PARAMETER_ADDRESS+1, according to Chapter 4
(make sure to have an odd address).
o Prepare the value to write in
HR_READ_WRITE_PARAMETER_WRITE_VALUE.
o Start writing by changing the value of the trigger
HR_READ_WRITE_PARAMETER_TRIG from 0 to 1.