Multitasking Ideas


Closed Thread
Results 1 to 7 of 7

Hybrid View

  1. #1
    Join Date
    Jul 2003
    Posts
    2,405


    Did you find this post helpful? Yes | No

    Default

    PICs can multitask...
    Yep. As far as hardware is concerned, they definitely can multi-task.

    As for firmware, nope. Not even the fastest controller can. They all execute program
    instructions line-by-line - no matter how creative the programmer is. And time-slicing
    is for sure not real multi-tasking
    Regards,

    -Bruce
    tech at rentron.com
    http://www.rentron.com

  2. #2
    Join Date
    Jan 2009
    Location
    Ankara,TURKEY
    Posts
    45


    Did you find this post helpful? Yes | No

    Default

    I agree with him time slicing is not multitasking, it is another form of code execution line by line

    I think that if I use one more pic I can multiask comfortable. In my latest project I used a main controller Pic 18f452 and a slave pic 16f628 to do real multitask. And it really working

    I send slave pic processes serially,when it doing its process, main mcu does another things

    When the main processor doing program saving or something else, slave pic cut material,count etc. However it is a industrial machine,it work fine. Now it has no problem,hope it has no problem.
    Electrical & Electronic Engineering
    Undergraduate Student

  3. #3
    Join Date
    Jan 2009
    Location
    Ankara,TURKEY
    Posts
    45


    Did you find this post helpful? Yes | No

    Default

    And I couldn't use time slicing operation, for me it is so complex

    Thanks all
    Hasan.
    Electrical & Electronic Engineering
    Undergraduate Student

Similar Threads

  1. Any Ideas for a cheap touch sensor??????
    By rsocor01 in forum mel PIC BASIC Pro
    Replies: 17
    Last Post: - 19th October 2013, 00:33
  2. Ideas on ir-code for dimmer
    By tirithen in forum mel PIC BASIC Pro
    Replies: 0
    Last Post: - 13th February 2009, 23:22
  3. Timing inaccuracy - any ideas?
    By Optech in forum General
    Replies: 6
    Last Post: - 7th February 2008, 09:37
  4. Any ideas on how to accomplish this?
    By bartman in forum General
    Replies: 18
    Last Post: - 27th January 2007, 00:48
  5. A category for Project Ideas
    By Pic_User in forum Forum Requests
    Replies: 2
    Last Post: - 23rd June 2006, 07:29

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts