Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

[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
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.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top