1. Do not share user accounts! Any account that is shared by another person will be blocked and closed. This means: we will close not only the account that is shared, but also the main account of the user who uses another person's account. We have the ability to detect account sharing, so please do not try to cheat the system. This action will take place on 04/18/2023. Read all forum rules.
    Dismiss Notice
  2. For downloading SimTools plugins you need a Download Package. Get it with virtual coins that you receive for forum activity or Buy Download Package - We have a zero Spam tolerance so read our forum rules first.

    Buy Now a Download Plan!
  3. Do not try to cheat our system and do not post an unnecessary amount of useless posts only to earn credits here. We have a zero spam tolerance policy and this will cause a ban of your user account. Otherwise we wish you a pleasant stay here! Read the forum rules
  4. We have a few rules which you need to read and accept before posting anything here! Following these rules will keep the forum clean and your stay pleasant. Do not follow these rules can lead to permanent exclusion from this website: Read the forum rules.
    Are you a company? Read our company rules

Bug Process_MemoryMap() internal loop frequency

Discussion in 'SimTools Plugins' started by Mycroft, Jul 6, 2024.

  1. Mycroft

    Mycroft New Member

    Joined:
    Dec 19, 2023
    Messages:
    7
    Balance:
    47Coins
    Ratings:
    +0 / 0 / -0
    My Motion Simulator:
    Motion platform
    hi

    I code a game pluging, for test purposes I measure the frequency of the loop included in Process_MemoryMap().

    I measured 60Hz max using Game Plugin Tester and 10Hz max using Simtools, reducing the sleep duration doesn't change anything.


    Shouldn't I find 200Hz as indicated in the code?

    thx
  2. Mycroft

    Mycroft New Member

    Joined:
    Dec 19, 2023
    Messages:
    7
    Balance:
    47Coins
    Ratings:
    +0 / 0 / -0
    My Motion Simulator:
    Motion platform
    edit: task's frequency has returned to normal with Simtools, probably an error from my side