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.

problem in proteus software

Status
Not open for further replies.

rti

Newbie level 6
Joined
Mar 21, 2013
Messages
14
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,374
anyone can help me how to take an output from 4 h-bridge which is cascaded in proteus software
 

i think i alreaDy showed u before itself jayanth...in my before post...i had cascaded 4 hbridge
 

i posted the circuit
 

Attachments

  • Drawing2.pdf
    369.7 KB · Views: 62

If Port B and D are used and

S1 S2 S3 S4 S5 S6 S7 S8 S9 S10 S11 S12 S13 S14 S15 S14 is

B0 B1 B2 B3 B4 B5 B6 B7 D0 D1 D2 D3 D4 D5 D6 D7 and if value is something like

0 1 1 0 0 0 0 0 0 1 1 0 0 1 1 1 then you should use something like this in CCS C Code


Code C - [expand]
1
2
output_b(0b00000110);
output_d(0b11100110);



What MOSFET's are you using? The port values I have given might be wrong. The values I have given apply for PORT outputs and no for S1...S14 They might get inverted. Tell me what will be the value of S1 and S2 when RB6 and RB7 is 1 in your circuit.
 
Last edited:

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top