LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Changing seconds to milliseconds on vi

Solved!
Go to solution

Hello. I'm new to using LabVIEW and I've been tasked to edit a previous functional one by my work. We have a time control block where we input specific time values relevant to our project but I think by default, the block reads in seconds. Our specific time values are in milliseconds so each time we input a time into the block, we have to convert milliseconds to seconds. Is there a way to convert the reading to milliseconds instead? I don't have the slightest idea as to what to do. I attached a screenshot of the vi if that helps.

0 Kudos
Message 1 of 2
(1,473 Views)
Solution
Accepted by bagelbites

Divide milliseconds by 1000 to get seconds.

Santhosh
Soliton Technologies

New to the forum? Please read community guidelines and how to ask smart questions

Only two ways to appreciate someone who spent their free time to reply/answer your question - give them Kudos or mark their reply as the answer/solution.

Finding it hard to source NI hardware? Try NI Trading Post
0 Kudos
Message 2 of 2
(1,465 Views)