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

FlyPT Mover

Discussion in 'FlyPt Mover' started by pmvcda, May 30, 2019.

  1. hexpod

    hexpod http://heXpod.xyz

    Joined:
    Apr 18, 2016
    Messages:
    1,094
    Location:
    berlin
    Balance:
    7,098Coins
    Ratings:
    +337 / 5 / -0
    My Motion Simulator:
    DC motor, 6DOF
    @deadlymanager,
    I opened your conf. file and I don’t see the source (game) and the output (controller card).
    You have first to establish the connection to begin build your profile.
    Last edited: Jul 7, 2020
  2. Hershann

    Hershann New Member

    Joined:
    Jun 10, 2020
    Messages:
    7
    Balance:
    134Coins
    Ratings:
    +3 / 0 / -0
    My Motion Simulator:
    3DOF
    Just received amc controllers and actuators - ready to do the wiring and test setup over the next few days. Should i go ahead with the 2.99 or wait for ver3.0?

    thanks

    hershann
  3. hexpod

    hexpod http://heXpod.xyz

    Joined:
    Apr 18, 2016
    Messages:
    1,094
    Location:
    berlin
    Balance:
    7,098Coins
    Ratings:
    +337 / 5 / -0
    My Motion Simulator:
    DC motor, 6DOF
    Just
    - configure your geometry
    - pick up your source
    - choose Thanos as output and you’re ready to go.
  4. Hershann

    Hershann New Member

    Joined:
    Jun 10, 2020
    Messages:
    7
    Balance:
    134Coins
    Ratings:
    +3 / 0 / -0
    My Motion Simulator:
    3DOF
    Ok! Will ask for help if I meet any obstacles.

    thanks
    HerShann
  5. deadlymanager

    deadlymanager Member

    Joined:
    Mar 29, 2019
    Messages:
    38
    Balance:
    3Coins
    Ratings:
    +22 / 0 / -0
    My Motion Simulator:
    6DOF
    Very strange. My controller is Arduino Mega 2560 x 3 and driver program absolutly worked as with my solver IK module, so with FlyPT. I Just save .Mover as is.
  6. Victor Urnes

    Victor Urnes New Member

    Joined:
    Jan 13, 2019
    Messages:
    20
    Balance:
    113Coins
    Ratings:
    +0 / 0 / -0
    My Motion Simulator:
    Motion platform, 6DOF
    Hello,

    We are trying to use the FlyPT mover with a wago PLC. Programmed in CodeSys. We are trying to receive the signal on the PLC via UDP, but are struggling a bit. Have somebody done it before? And how?

    Thanks
    Victor
  7. pmvcda

    pmvcda aka FlyPT

    Joined:
    Nov 3, 2010
    Messages:
    1,868
    Location:
    Portugal
    Balance:
    14,203Coins
    Ratings:
    +2,181 / 16 / -0
    My Motion Simulator:
    6DOF
    Hi,

    Did you try to send the udp with another app?
    Was it working?
    Can you share the string command.
  8. Victor Urnes

    Victor Urnes New Member

    Joined:
    Jan 13, 2019
    Messages:
    20
    Balance:
    113Coins
    Ratings:
    +0 / 0 / -0
    My Motion Simulator:
    Motion platform, 6DOF
    Hi,
    No, I havent tried.
    The string command is <Axis1a><Axis2a><Axis3a><Axis4a><Axis5a><Axis6a>.
    I have tried to sniff the output from FlyPT. It sends a short command every time i connect, but nothing more. See screenshot from Wireshark.

    Attached Files:

  9. pmvcda

    pmvcda aka FlyPT

    Joined:
    Nov 3, 2010
    Messages:
    1,868
    Location:
    Portugal
    Balance:
    14,203Coins
    Ratings:
    +2,181 / 16 / -0
    My Motion Simulator:
    6DOF
    Are you expecting binary or decimal?
    Please show me the output window also.
  10. Victor Urnes

    Victor Urnes New Member

    Joined:
    Jan 13, 2019
    Messages:
    20
    Balance:
    113Coins
    Ratings:
    +0 / 0 / -0
    My Motion Simulator:
    Motion platform, 6DOF
    We are expecting binary signals. See screenshot.

    Thanks
    Victor

    Attached Files:

  11. pmvcda

    pmvcda aka FlyPT

    Joined:
    Nov 3, 2010
    Messages:
    1,868
    Location:
    Portugal
    Balance:
    14,203Coins
    Ratings:
    +2,181 / 16 / -0
    My Motion Simulator:
    6DOF
    That start string seems to have a problem...
    11111 should not be just 103, but 103 043
    Try to replace <11111> with <103><43>
    Not sure this is the cause
    • Useful Useful x 1
  12. pmvcda

    pmvcda aka FlyPT

    Joined:
    Nov 3, 2010
    Messages:
    1,868
    Location:
    Portugal
    Balance:
    14,203Coins
    Ratings:
    +2,181 / 16 / -0
    My Motion Simulator:
    6DOF
    Or <43> <103>...
    Now i'm in doubt. Not near a pc to test
  13. Victor Urnes

    Victor Urnes New Member

    Joined:
    Jan 13, 2019
    Messages:
    20
    Balance:
    113Coins
    Ratings:
    +0 / 0 / -0
    My Motion Simulator:
    Motion platform, 6DOF
    Sorry. This start string was only for testing. I dont need it for the finish result. I cleared it, and its the same fault..
  14. Victor Urnes

    Victor Urnes New Member

    Joined:
    Jan 13, 2019
    Messages:
    20
    Balance:
    113Coins
    Ratings:
    +0 / 0 / -0
    My Motion Simulator:
    Motion platform, 6DOF
    See this updated screenshot. Same issue with this settings.

    Attached Files:

  15. pmvcda

    pmvcda aka FlyPT

    Joined:
    Nov 3, 2010
    Messages:
    1,868
    Location:
    Portugal
    Balance:
    14,203Coins
    Ratings:
    +2,181 / 16 / -0
    My Motion Simulator:
    6DOF
    Did you gave permission on the firewall for that port?
  16. Victor Urnes

    Victor Urnes New Member

    Joined:
    Jan 13, 2019
    Messages:
    20
    Balance:
    113Coins
    Ratings:
    +0 / 0 / -0
    My Motion Simulator:
    Motion platform, 6DOF
    Yes, same issue. We have a Thanos card laying here, maby we'll just use that...
    Thanks
    Victor
  17. deadlymanager

    deadlymanager Member

    Joined:
    Mar 29, 2019
    Messages:
    38
    Balance:
    3Coins
    Ratings:
    +22 / 0 / -0
    My Motion Simulator:
    6DOF
    Little program for Warthunder. Recieve data from two ingame servers and send via UDP. List all telemetry what WT send.

    Attached Files:

    • WT.zip
      File size:
      242.9 KB
      Views:
      229
    • Like Like x 1
    • Creative Creative x 1
  18. Jacominus10

    Jacominus10 New Member

    Joined:
    Dec 2, 2019
    Messages:
    9
    Balance:
    - 88Coins
    Ratings:
    +2 / 0 / -0
    My Motion Simulator:
    4DOF
    Sorry, but where is the download link for the simtools plugin? i can't find it here and forum plugin page..
  19. noorbeast

    noorbeast VR Tassie Devil Staff Member Moderator Race Director

    Joined:
    Jul 13, 2014
    Messages:
    20,527
    Occupation:
    Innovative tech specialist for NGOs
    Location:
    St Helens, Tasmania, Australia
    Balance:
    144,986Coins
    Ratings:
    +10,774 / 52 / -2
    My Motion Simulator:
    3DOF, DC motor, JRK
  20. pmvcda

    pmvcda aka FlyPT

    Joined:
    Nov 3, 2010
    Messages:
    1,868
    Location:
    Portugal
    Balance:
    14,203Coins
    Ratings:
    +2,181 / 16 / -0
    My Motion Simulator:
    6DOF
    I have already some things done for War Thunder in the new 3.0.
    Do you know how to get data for tanks, or there's no data available?
    • Like Like x 1