JaredOC
Hi Guys,

I have a problem with my Kincony T16M with a ESP32-S3 and PCF8575 expanders. Inputs 1 and 2 not operating when I upload the code via OPENPLC editor. All other Inputs and Outputs operate as they should. I tried custom code using Arduino IDE and using factory firmware and input 1 and 2 operates as they should. Has anyone come across this problem before?
Reply 0 0
thiagoralves
OpenPLC does not support PCF8575 expanders. How are you using them with OpenPLC? Did you write an Arduino Extension?
Reply 0 0
JaredOC
Yes there are extensions for the PCF8575's and modified the baremetal.ino to suit. In OPENPLC editor, the I/0 configuration for Digital Inputs and Outputs, Analogs etc have been left blank.
Reply 0 0
thiagoralves
Well, then check your modifications. Most likely something is off in your code.
Reply 0 0
richw
Are the variables in your Arduino extension code being passed to PLC side set as external?
Reply 0 0
Reply