My customer use our native protocol communcation with S7-1200, they want to read the "I" and "Q", How to do it?
Hi Xiao Dong
Our driver doesn't read directly these addresses (dunno why). User has to copy the 'I'/'Q' data to a supported address range like DBW.
Nico
Ok,a little strange.
No it is not because (not sure 100%) the stack we are using (from third party) doesn't allow reading that type of data.
By the way, it is always a better design to store in a dedicated address space the data for the Scada.
I let Manu confirming what I said.
Nico
Hello all
Actually I and Q area are accessible directly but as Nicolas rightly pointed it is good practise to have an internal area within the PLC for exchanging data with the supervisor.
EW is for input I
and AW is for Output.
The use of AW and EW is the german equivalent to I and Q.
Haha thank you Manu! Goot to know.
@Robin: If you read that I advise you add this point in the Help
@Xiao Dong: Now you have the good answer!
Thanks for your answer.


