I'm not sure if I have posted this on the right board

I am trying to obtain a temperature reading from a temperature probe I have just purchased from your website. I wish to simply display the reading on an LCD in degrees celsius.
I am using the Wide range stainless steel temperature probe (HSTMP) with an E-blocks sensor interface (EB003). I am using the E-blocks Atmel AVR Mega32 multiprogrammer and flowcode V3.
Currently I have set up the E-blocks with the LCD in port B and the sensor interface in port C with the temperature probe in the analogue port of the sensor interface.
The sensor interface is in it's default state with none of the jumpers changed etc.
I have written a program in flowcode to collect a temperature reading from the sensor interface and display it on the LCD, however the only reading that is displayed on the LCD is "1" and I am not sure what I am doing wrong.
Attatched is the flowcode program I have written to obtain the reading and display it on the LCD.
Thanks in advance.
Richard
P.S. I have tried the sensor interface test program mentioned in the sensor interface datasheet, the one that obtains a light sensor reading from the sensor interface, and that works perfectly.