Hi All;
This is my first time in C and I am writing a program for a machine.It works well and gives the ourput in this format
READOUT " 0.00 V, -0.04 A" /n
Is it possible to seperate the values 0.00 and 0.04 into 2 variables as doubles?It has to be exported in this format to draw a graph.
Thanks and regards
This is my first time in C and I am writing a program for a machine.It works well and gives the ourput in this format
READOUT " 0.00 V, -0.04 A" /n
Is it possible to seperate the values 0.00 and 0.04 into 2 variables as doubles?It has to be exported in this format to draw a graph.
Thanks and regards