I want to read Real value from my Siemens PLC.I extract byte buffer with DBREAD fonction and i transform it to Real values.I have not any idea about this.
Thanks
E=MC2
Last edit: bouba 2014-07-18
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello everybody!
I want to read Real value from my Siemens PLC.I extract byte buffer with DBREAD fonction and i transform it to Real values.I have not any idea about this.
Thanks
E=MC2
Last edit: bouba 2014-07-18
for real value Pos=??,
int Value = GetDIntAt(Buffer, Pos);
Pos=?
Thank You