Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. RAMBO29

    Seperating some values in C

    Hi This is the output fom a machine.So Its in this format.So i will have to say 'I am trying to write a program that takes the output of an existing program (which you don't have source code for) and manipulate the data somehow'.Because all I can do is to send commands to measure and this is how...
  2. RAMBO29

    Seperating some values in C

    Hi; this is the output from machine.So the only inputs are commands sent to the machine like measure etc
  3. RAMBO29

    Seperating some values in C

    HI The output is like this REAREADOUT " -0.01 V, -0.04 A" /n result(null) VCSpplyVCSPPLY 16.0 /n DOTDOT 256 /n REAREADOUT " -0.01 V, -0.04 A" /n result(null) VCSpplyVCSPPLY 24.0 /n DOTDOT 1 /n REAREADOUT " -0.01 V, -0.02 A" /n result(null) VCSpplyVCSPPLY 32.0 /n DOTDOT 1...
  4. RAMBO29

    Seperating some values in C

    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...

Part and Inventory Search

Back
Top