LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

2D Array to TimeStamp

Solved!
Go to solution

Hello,

 

I have a 2D array number with n rows and 4 columns.

 

9 12 100 80

9 12 100 112

9 12 100 207

...

...

 

How can I convert this array into timestamp?

 

 

09:13:40,080

09:13:40,112

09:13:40,207

...

...

...

It is important. the row size is variable.

 

Thanks

 

0 Kudos
Message 1 of 4
(2,893 Views)

This vi converts the 2D array to a date 2D array string.

Or did you really wanted it to be a Timestamp?

 

It doesnt really looks so nice but it works

---

UnCertified LabVIEW Student
Mistakes are for learning, that's why suggestions are always welcome!
0 Kudos
Message 2 of 4
(2,873 Views)

Hi,

 

it works but the fractional seconds is always null. This is wrong

 

How can I represent the fractional seconds?

0 Kudos
Message 3 of 4
(2,867 Views)
Solution
Accepted by topic author ChE61

Hi Che,

 

we already discussed that topic in very long threads. Do you still have questions on this very topic?

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 4 of 4
(2,864 Views)