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

Question Pneumatic Controls and an old motion simulator

Discussion in 'New users start here - FAQ' started by konGTI, Feb 26, 2022.

  1. konGTI

    konGTI New Member

    Joined:
    Feb 25, 2022
    Messages:
    2
    Balance:
    19Coins
    Ratings:
    +0 / 0 / -0
    My Motion Simulator:
    Motion platform, 4DOF
    Hi everyone!

    I have an old Konami GTI motion simulator that I want to get running using a more modern control setup.

    Not my video, but this is it:



    I have the original control boards but I don't believe they are programmed. I want to use the hardware to build a modern sim but also do it in a way that I can revert back to the original game if I want.

    I need to dig into some more, but this is what I found so far. It uses three pneumatic actuators, one in each corner of a triangle for inclination and elevation, and a servo motor for rotation. Each air cylinder has a directional control valve (extend or retract), a proportional flow valve (0-10V), and a encoder of some sort for position. First step, I want to figure out how to control the air cylinders.

    I'm thinking an arduino (and associated electronics) with some sort of PID controller using the encoder as the feedback loop and controlling the flow and directional valves. I also found some industrial servo pneumatic valve controllers but they get pricey (~$500 each).

    I just have no idea where to start, as I have not done any sort of thing like this. Has anyone done any sort of pneumatic controls or at least point me to some arduino example code so I know where to start? Any suggestions for controller hardware is greatly appreciated.

    Appreciate it!
  2. noorbeast

    noorbeast VR Tassie Devil Staff Member Moderator Race Director

    Joined:
    Jul 13, 2014
    Messages:
    20,551
    Occupation:
    Innovative tech specialist for NGOs
    Location:
    St Helens, Tasmania, Australia
    Balance:
    145,124Coins
    Ratings:
    +10,779 / 52 / -2
    My Motion Simulator:
    3DOF, DC motor, JRK
    Pneumatic actuators are pretty much obsolete these days, but try the Enhanced by Google search on the Recent page to find historical projects and information.
  3. konGTI

    konGTI New Member

    Joined:
    Feb 25, 2022
    Messages:
    2
    Balance:
    19Coins
    Ratings:
    +0 / 0 / -0
    My Motion Simulator:
    Motion platform, 4DOF
    That's what I kinda figured. Explains why I have not been able to find anything... I will take another look.

    I have thought of trying to pull out the pneumatic stuff and going servo but costs of a setup that can handle the cockpit is likely high.
  4. Gadget999

    Gadget999 Well-Known Member

    Joined:
    Dec 27, 2015
    Messages:
    1,897
    Location:
    London
    Balance:
    11,610Coins
    Ratings:
    +458 / 9 / -0
    My Motion Simulator:
    2DOF, DC motor, Arduino, 6DOF
    you should be able to use relays to trigger the pnematic solenoids

    are they proportional ? ie more volts = more air ?
  5. yobuddy

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

    Joined:
    Feb 9, 2007
    Messages:
    5,166
    Occupation:
    Computer Technician
    Location:
    Portland, Oregon - USA
    Balance:
    48,214Coins
    Ratings:
    +5,038 / 16 / -0
    the SMC sketch for Arduino by default sends out 0 to 5v, but a 0 to 10v level shifter could fix this.
    If its a potentiometer, then the smc3 ard sketch should work.
    If its encoder wheel then we need to look somewhere else.

    but the SMC sketch sends out a signal for:
    1 direction - Each air cylinder has a directional control valve (Extend or retract)
    2 revers direction - Each air cylinder has a directional control valve (extend or Retract)
    3 PWM 0 - 5v shifter to 0 to 10v
    And the pot gets connected to the arduino

    Hope that helps!
    yobuddy
    Last edited: Mar 29, 2022