<< return to Pixycam.com

Pixy2 and s7 1200

good
my question is if you can connect pixy2 directly to a s7 1200 PLC
yes, how would it be?

Hi,

you can use one of the communication methods described here: https://docs.pixycam.com/wiki/doku.php?id=wiki:v2:porting_guide

Hope this helps!

Cheers,
Jesse

S7-1200 PLC cannot communicate with Pixy2 by those methods except analog, which is a very poor solution.
But using the Settimino library, an arduino can read data from pixy2 by i2c or SPI and write to an S7-1200 DB.
Hope this helps!

Cheers,
Joaquín

1 Like

Thanks for the info @jfelipe!

@miguelsaen, see Joaquín’s post above for a different method.