Hello,
I created a flowchart using a DS18S20 (which I copied from the examples, but I don't fully understand it). It works in simulation under Flowcode 11, but not in Proteus.
If anyone has encountered the same problem, I would appreciate any information.
Thanks in advance
Attachments
Capture d’écran 2026-01-11 105226.jpg (132.71 KiB) Viewed 61 times
In your program the DS18S20 component (the library to read the temperature from the sensor) isn't linked to the OneWire component (the library to perform one wire communications).
Select the DS18S20 on the panel and in the properties change the LinkTo to point to the OneWire component.
I'll maybe see if I can make this link automatic to avoid this problem.