LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

simulation of temperature data with a constant delay period using labview8.2?

Hi,

      I'm an newcomer to labview and i'm yet to know the nuances in it.I'm currently pursuing my project that deals with changes in temperature and its effects while applying brakes in car.For this purpose i'm supposed to simulate a temperature source of constant variation so that i can have my control over the operation.

    But i was not able to generate the delay in between the datas simulated which is a major setback in the project.I tried to generate the delay using matscripts but ended up with creating datas with which i canno control the operation.

   Atached is my labview vi.Kindly help me to solve my problem for ots killing me for the past two days.

 

0 Kudos
Message 1 of 3
(2,993 Views)

Hi,

 

      You can use a time delay function which u can find in Programming>Timing>wait(ms).You can specify the delay in ms. Hope this helps you.

0 Kudos
Message 2 of 3
(2,989 Views)

Hi,

 

For this you can simply use a random number genration of your own bandwidth and keep on generate it in a dinfined time delay using wait on next multiple (ms).

0 Kudos
Message 3 of 3
(2,988 Views)