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

Simulation of Simulator

Discussion in 'SimTools compatible interfaces' started by value1, Feb 5, 2012.

  1. value1

    value1 Nerd SimAxe Beta Tester SimTools Developer Gold Contributor

    Joined:
    Jan 9, 2011
    Messages:
    2,184
    Location:
    Zug, Switzerland
    Balance:
    14,896Coins
    Ratings:
    +3,327 / 11 / -1
    My Motion Simulator:
    2DOF, DC motor, JRK, Joyrider
    Does anyone know of a simple yet useful 2D (or 3D) software to simulate the kinematics of a sim platform to optimise/play with the positioning of the motor , lever lengths, movements of the platform, etc.? Google SketchUp doesn't seem to do the job – or at least I was too dumb to figure out how :(
  2. bsft

    bsft

    Balance:
    Coins
    Ratings:
    +0 / 0 / -0
    Google sketch does not do it. I have looked myself.
    Dunno of any programs otherwise,
    Can anyone else help?
  3. pippo978

    pippo978 New Member

    Joined:
    Jun 1, 2009
    Messages:
    20
    Location:
    Carini
    Balance:
    1,052Coins
    Ratings:
    +0 / 0 / -0
    Hello
    With google sketchup you can use the SketchyPhysics plugin http://code.google.com/p/sketchyphysics/. You can find tutorials on its use on YouTube.
    Simulates the physical models created with sketcup, but I do not think you can help a lot in understanding where to place the engines.
    A useful tool would Solidworks, but I do not think there is a free and sleepers is not very easy to use.
    Hope that helps.

    regards
  4. yobuddy

    yobuddy Well-Known Member Staff Member Moderator SimAxe Beta Tester SimTools Developer Gold Contributor

    Joined:
    Feb 9, 2007
    Messages:
    5,353
    Occupation:
    Computer Technician
    Location:
    Portland, Oregon - USA
    Balance:
    50,038Coins
    Ratings:
    +5,139 / 18 / -0
  5. eaorobbie

    eaorobbie Well-Known Member SimTools Developer Gold Contributor

    Joined:
    May 26, 2009
    Messages:
    2,574
    Occupation:
    CAD Detailer
    Location:
    Ellenbrook, Western Australia
    Balance:
    20,452Coins
    Ratings:
    +1,686 / 23 / -2
    My Motion Simulator:
    2DOF, DC motor, JRK, SimforceGT, 6DOF
    Nice find Yobuddy, Downloaded and had a play, sent an email to them looks like we can create our own plugins to us our game groups.

    Just need to add to the pluggin :

    Any plugin should be able to output an UDP packet with the following content:
    typedef struct _MotionPlatformDesignerPacket
    {
    float x_acc; // m/s^2
    float y_acc;

    float z_acc;
    float x_rot_vel; // deg/s
    float y_rot_vel;
    float z_rot_vel;
    }MotionPlatformDesignerPacket;

    The motors can not be transferred to the rear but you can invert your inputs to simulate the inverted x axis.

    --
    Regards,
    Nikola Gidalov
    Fly Elise-ng Team

    just a little above my simple programming skill will allow.