[General] How to introduce delay in the program?

Status
Not open for further replies.

abhi084

Newbie level 1
Joined
Jun 13, 2014
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Visit site
Activity points
6
I am using Multisim for the (C) programming purpose.

I want to know if there is any option in Mutisim that introduces delay...
 

I am puzzled by your question!

Multisim is a schematic simulator and NOT a programming language. But you can introduce delays using RLC components or timer chips like 555 or 4538 cmos. These are not options but you have to actually connect up the components to implement your delay.

Allen
 

you can add programming delay using for loop like

Code:
for(int i=0;i<1000;i++);
 

Status
Not open for further replies.

Similar threads

Cookies are required to use this site. You must accept them to continue using the site. Learn more…