Simulation of PUT and GET take too long !

Buzby

Senior Member
I've got two lines of code which are slowing down my simulation drastically ...

put ramaddr, GS,QL,BL,b0,b0,b0,TS,TM

get ramaddr, GS,QL,BL,b0,b0,b0,TS,TM

Is this correct ?.

( PE 6.0.9.2 )
 

hippy

Technical Support
Staff member
I guess it depends on what you mean by "slowing down my simulation drastically". They both seem to run at a reasonable speed for me. A PUT or GET with more parameters will take longer than those with fewer.
 

Buzby

Senior Member
PUT_time_test.JPG

With #simspeed set to 100, PE5 and PE6 take about the same time to execute the code shown in the picture.

With #simspeed set to 20, PE5 is at least four times faster than PE6, and PE6 goes severely unresponsive as well.

MyPCsettings.PNG

I don't think my PC is underpowered, but what is the recommended min spec for PE6 ?.

Cheers,

Buzby
 
Top