How I can send the outputs and inputs from PLC to PC using a DB
I can write just
A I 10.1
= DB100.DBX 0.1
A I 10.2
= DB100.DBX 0.2
A I 10.3
= DB100.DBX 0.3
A I 10.4
= DB100.DBX 0.4
….
It’s too long, maybe you know function that can use for that ?
and to read Command From PC , i have to use other DB or what ?
Best regards