Page 1 of 1

IRSensor & LineSensor

Posted: Sun Nov 24, 2019 2:28 pm
by sundgau
Hi Benj,
I have two problems with you regarding line and distance sensors.
The first concerns the return variable of the functions "CheckIR" and "CheckLine" which is in byte:
MX_UINT8 FCD_0dcd1_FormulaAllCode1__CheckIR (MX_UINT8 FCL_SENSOR)
while the return variable of "ReadIRSensor" is in full: MX_UINT16 LCD_0dcd1_FormulaAllCode1__ReadIRSensor (MX_UINT8 FCL_CHANNEL)
During operation there are several state changes depending on the distance!
Same for "ReadLine" and "CheckLineSensor".

During operation there are several state changes depending on the distance!

Another problem now that concerns the simulation; the function "CheckIR" is not simulated unlike the "CheckLine function that works well (and that simulates the first problem).

Thank you in advance for having the time to work on these problems for a V7 flowcode solution!
Bruno
IR-Line_Sensor_Test.fcfx
(15.86 KiB) Downloaded 233 times

Re: IRSensor & LineSensor

Posted: Mon Nov 25, 2019 11:32 am
by Benj
Thanks for letting us know. It looks like the bug is present in v7 and v8 so I'll get them both fixed.

Please find attached an updated version of the v7 component. Simly copy the file into your "Flowcode 7\components" folder and restart Flowcode.
FormulaAllCodeP4.fcpx
(335.65 KiB) Downloaded 284 times

Re: IRSensor & LineSensor

Posted: Mon Nov 25, 2019 7:09 pm
by sundgau
Sorry but the leds do not work properly anymore ...
Bruno

Re: IRSensor & LineSensor

Posted: Tue Nov 26, 2019 2:51 pm
by Benj
Aha thanks for letting us know, hopefully all fixed now.
FormulaAllCodeP4.fcpx
(335.64 KiB) Downloaded 241 times

Re: IRSensor & LineSensor

Posted: Wed Nov 27, 2019 8:52 am
by sundgau
Hello,
Everything seems to work perfectly. Thanks again
Bruno