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.

phyton simulator script file loading.

Status
Not open for further replies.

yantrak

Newbie
Joined
Jan 19, 2010
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,293
hi friends,
i'm trying to use the phyton simulator.i have a main script file called scada.cmd in which i'm trying to load other script files using the following statements:-

LoadProgram("c:\\sdcc\\bin\\myc\\mlt_prt\\mlt_prt.hex",LF_HEX);
Run();
ExecScript("c:\\my_projs_phyton\\mlt_prt\\sbuf_rx1.cmd");
ExecScript("c:\\my_projs_phyton\\mlt_prt\\sbuf_tx1.cmd");
ExecScript("c:\\my_projs_phyton\\mlt_prt\\sbuf_rx0.cmd");
ExecScript("c:\\my_projs_phyton\\mlt_prt\\sbuf_tx1.cmd");
ExecScript("c:\\my_projs_phyton\\mlt_prt\\dispenser.cmd");

only the first script file gets loaded.

wish to get help on my faulty statements/understanding.

thnx
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top