Another RS232 communication

Discuss Control Systems here
User avatar
trogluddite
Posts: 1730
Joined: Fri Oct 22, 2010 12:46 am
Location: Yorkshire, UK

Re: Another RS232 communication

Post by trogluddite »

Hi RZK,
I see the same as JB_AU, the schematic is eating too much memory and CPU. Many people will not be able to load the file.

Advice...
- Inside "Question Response" module, the "Queue" primitive contains >19000 data items!
- When the labels try to draw this data (all empty!) this makes the CPU work too hard.
- Connect a trigger button (press 'Z' key) to the Queue 'Clear' input.
- Press the button to clear the data.
- Save File
- Upload again to the forum.
This will not mend the schematic - but, people will be able to load the file, so that they can look and possibly help you.

But you will need a way to stop the Queue from growing too big! To do this, take a look at this schematic which shows how to keep the Queue size smaller...
Limit Queue Size.fsm
(407 Bytes) Downloaded 3666 times


Best wishes
Trog
All schematics/modules I post are free for all to use - but a credit is always polite!
Don't stagnate, mutate to create!
RZK
Posts: 23
Joined: Mon Dec 23, 2013 9:50 am

Re: Another RS232 communication

Post by RZK »

test_sequencestop300614+restart.fsm
(170.29 KiB) Downloaded 3689 times
RAM PB solved !
RZK
Posts: 23
Joined: Mon Dec 23, 2013 9:50 am

Re: Another RS232 communication

Post by RZK »

Retour miyachi 300614.fsm
(33.89 KiB) Downloaded 3724 times
ram solved !
RZK
Posts: 23
Joined: Mon Dec 23, 2013 9:50 am

Re: Another RS232 communication

Post by RZK »

UP

No one have a idea to stop the send flow ^^?
Post Reply