RoanBrand / MQTT-Siemens-S7-300

MQTT library block written in Siemens SCL for S7-300 PLC with CP343-1
89 stars 47 forks source link

I can only send 4 digits #7

Open janosch1337 opened 2 years ago

janosch1337 commented 2 years ago

hi, is this project still used by anyone?

i got it working but i can only send max 4 digits.

image

he send 4 digits of my message (array of byte) and after that connection lost and the username + password of the mqtt server.

my problem is i want to use a s7-315 plc. the new official siemens blocks works great on an s7-1500. so the only working blocks for s7-3xx i found were these here.

LukasFritz commented 2 years ago

Same

Jansen1443 commented 1 year ago

hi janosch1337,

For an s7-400 (Step7 V5.6) I am working on getting it to communicate with MQTT. If I am correct then you already have the part in the PLC working. Could you tell me how you got this done? (I already have MQTT in Tia Portal working on several PLCs but I can't get it working in Step7 V5.6.)

Greetings and thanks in advance.