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.

question about interprocess command

Status
Not open for further replies.

tea_xiao

Newbie level 5
Joined
Dec 29, 2005
Messages
9
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,346
I have a questions about interprocess command.
For example,
dataHdl = errHdl = lambda((cid data) printf("%s\n" data))
postFunc = lambda((cid s)
if(zerop(s) then
printf("Successful! \n")
)
)
foreach(command cmdList
ipcBeginProcess(
command "" dataHdl errHdl postFunc
)
)
Because of license, I must run the command one by one. So after executing each ipcBeginProcess, I need to wait for a moment before executing the next command in order to release the license.
But if I add ipcSleep or ipcWait following ipcBeginProcess, I can do nothing when running this code in the CIW.
How to fix it?
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top