PLC Resources Needed!

closed account (G309216C)
Hi,

I am learning C++ & Programming SCADA Systems Through Windows and I made a simple PLC software which Pumps water for 20 seconds.
Code:
1
2
3
4
5
6
7
8
9
SET

"  "Q0.0"
FR T 5
L SST#20S
SP T 5
L T 5
A T 5
" "Q0.0"



I know how to port it to C++ but how can I can I overwrite the old PLC with the new PLC.

SIDE NOTE:
using SIMATIC S7-200 PLC.

Please drop any PLC resources you have.

Or can someone tell me how I can automate the PLC every few seconds
please. IT SHOULD BE ON WINDOWS ! IT MUST BE

BTW USING STEP7 siemens PLC developer
Last edited on
Topic archived. No new replies allowed.