09-21-2005 01:05 PM
09-21-2005 02:21 PM
09-21-2005 02:53 PM
LabVIEW, C'est LabVIEW
04-12-2023 01:53 AM
Can you explain this conversion?
04-12-2023 02:30 AM
Hi snehamadhu,
welcome to the LabVIEW board!
@snehamadhu99 wrote:
Can you explain this conversion?
Excel counts "time" with unit "days", while LabVIEW measures time in seconds.
Excel uses a different epoch than LabVIEW, with "epoch" being the start of the time scale.
They both handle timezones differently.
The VI tries to convert from one value to the other:
You will find more recent implementations to solve the same problem in the LabVIEW board!
04-17-2023 04:20 AM
why is it multiplied by 2 in the conversion part of the code?
04-17-2023 04:51 AM
Hi snehamadhu,
@snehamadhu99 wrote:
why is it multiplied by 2 in the conversion part of the code?
As I wrote before: the code assumes a fixed timezone…