• GLOBAL > PLC > SPH > Application > Is it possible to use an external application program (such as Excel) to read data written to a memory card with 'F_WRITE' by using the R type of t...
  • No : 1443
  • Displayed Date : 2023/04/25 19:00
  • Print

Is it possible to use an external application program (such as Excel) to read data written to a memory card with 'F_WRITE' by using the R type of the SPH300?

Is it possible to use an external application program (such as Excel) to read data written to a memory card with 'F_WRITE' by using the R type of the SPH300?
Category : 

Answer

To reference data written with F_WRITE by using an external application program (such as Excel), you can follow the methods below because the data is written in binary format_
(1) Use a binary editor, or
(2) Convert the data into CSV format by using functions such as UINT_TO_STR or STR_TO_SJ and then write it with F_WRITE.