How does the "disable" feature for Fupla pages work?
FAQ #101366
If a Fupla page is "disabled" (in its properties under "Advanced") it still gets compiled but the code on the PCD will be overjumped.
Although a user program page in Fupla editor is disabled it can generate errors and warnings. This is due to the fact that all pages get compiled even if disabled.
During compilation the disabled part gets a preceding jump instruction. Once loaded into the PCD this instruction directly jumps to the end of the disabled code part. So albeit the disabled code is present in in the final user program it will never be executed.
Categories
Local FAQ Deutschland / Fupla
PG5 2.0 / Fupla
Last update: 25.05.2015 06:04
First release: 01.02.2010 07:16
Views: 4717