Skip to main content
UDos .1
Associate
December 5, 2022
Solved

Hello, I would like to import some data values of an external sensor to Unico-GUI MLC utility. If I want to import the data from a csv file, what is the name I have to give to the header of the external sensor?

  • December 5, 2022
  • 2 replies
  • 1420 views

..

    This topic has been closed for replies.
    Best answer by Eleon BORLINI

    Hi @UDos .1​ ,

    here is an example of .csv header that is working:

    A_X[mg],A_Y[mg],A_Z[mg],G_X[dps],G_Y[dps],G_Z[dps],E_X[mG],E_Y[mG],E_Z[mG]

    -Eleon

    2 replies

    Eleon BORLINI
    Eleon BORLINIBest answer
    ST Employee
    December 6, 2022

    Hi @UDos .1​ ,

    here is an example of .csv header that is working:

    A_X[mg],A_Y[mg],A_Z[mg],G_X[dps],G_Y[dps],G_Z[dps],E_X[mG],E_Y[mG],E_Z[mG]

    -Eleon

    UDos .1
    UDos .1Author
    Associate
    December 7, 2022

    Thank you so much! I guess I didn't try this combination