I need a transport variable time delay in my program , which can simulate the communication delay time , is there variable transport delay in labview ? Thanks
You can use Wait.vi in LabVIEW where you can specify the amount of delay in msec. You can use sequence structure to make sure that the delay happens during that period.