1
Technical support / Re: PMW outputs
« Last post by support on December 29, 2024, 06:55:12 PM »We have transferred a simple program based on your code to a FMD PLC. When CR1 relay is turn on (use left mouse click during online monitoring), PWM1 and PWM2 (output 7 and
did light up momentarily for duration set by your DELAY statement.
FMD PLC uses a different type of solid state output driver from T100MD888+. Can you try to pull up the output 7 and 8 with a 1K ohm, 1/2W resistor and see if it makes a difference to the control action on your SSR.
Please also note that FMD8810 without the FRAM-RTC have some memory limitation (only DM[1] to DM[1000] are available), so make sure that it is not because your program is trying access on existent DM memory and therefore the program is not behaving as your have experienced in T100MD PLC.

FMD PLC uses a different type of solid state output driver from T100MD888+. Can you try to pull up the output 7 and 8 with a 1K ohm, 1/2W resistor and see if it makes a difference to the control action on your SSR.
Please also note that FMD8810 without the FRAM-RTC have some memory limitation (only DM[1] to DM[1000] are available), so make sure that it is not because your program is trying access on existent DM memory and therefore the program is not behaving as your have experienced in T100MD PLC.