Jump to content

silver

Members
  • Posts

    3
  • Joined

  • Last visited

    Never

silver's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Dear Friends, My code is so far working, but I have the following task to accomplish. I am converting hexadecimals to Decimals (x,yz) values and plot them. The sampling rate(0,1 = 10 values per second) and the offset of the chart are given through the property node of the Chart. I also convert the time stamp to Excel format ( e.g 36000,5 = 36000 days after the date 01.01.1900 and after the comma is the time 0,5 = 12:00:00 AM) So now , I want to save the values in an Excel sheet with its time stamp. How can I solve this problem? pls see my code to get my points.
  2. Hello, is it possible that I see milliseconds in the time stamp? e.g 12:10:30,100 I ask this since I am plotting a chart with 2 variables over time a-axis which looks like this: x1,y1, time x2,y2, time+100 ms x3,y3, time+200 ms ... ... x1000000,y1000000, time + 100.000 sec e.g 100,102, 1,5000000 (1,5 is the Excel interpretation of the time which means 1 day 12 hours after 01.01.1900) 100,102, 1,500000001 so as you see I have 10 plots in a second and I want to record each row in a .CVS or Excel sheet. I couldn`t find millisecond interpretation , I guess it doesn`t exist in LV 7.1 ?! The second point I want to ask is , I managed to convert the LV time, to Excel Decimal format (e.g 3600,512342 == 10.10.2006 12:17:46) Now I want to save them in .CVS or EXCEL format, X,Y,and time values are arrays , how do you advise me to save them in excel file? and what is with milliseconds? Thanks in advance... silver
  3. QUOTE(Jim Kring @ Feb 23 2007, 10:49 PM)
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.