Two things:
1. Input as Interrupt: it lost the function as a standard input.
In old FMD series, if one input is defined as interrupt input (INTRDEF), it still works like a standard input. Which is very convenient.
In F/FX PLC, once you define an input as interrupt (INTRDEF), then PLC doesn't treat it as standard input anymore.
In my application, I define Input#1 as interrupt, which detect a switch signal. The system need to response at the rising edge of switch, but also need to use it to turn ON a light to indicate the status of switch. It doesn't work any more.
Any idea?
2. In simulation, is there a way to simulate the interrupt input? Click on the PLC Input doesn't do anything.
Best regards,
Daniel