1. This Software is no longer supported by us. Please download the new motion control software SimTools.
    Dismiss Notice
  2. 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
  3. 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!
  4. 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
  5. 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

Network interfaces ?

Discussion in 'Force-Profiler Simulator Control' started by tpba, Sep 26, 2009.

  1. tpba

    tpba Member

    Joined:
    Jun 1, 2009
    Messages:
    33
    Occupation:
    IT
    Location:
    Melbourne, Australia
    Balance:
    374Coins
    Ratings:
    +0 / 0 / -0
    Hello all ( and hopefully sirnoname )
    I'm working on an interface for some hydraulic control boards that I have from mccdaq.com ( Measurement Computing ). The 2 boards are a mix of Analogue and Digital I/O with 37-pin d-type interfaces. I think there are 8 digital channels on these boards - very high end stuff and the bigger one is worth about $2000 (AUD)... I'd prefer to keep them for this project.

    I currently have some hydraulic control software in place (written by someone else in VB) that controls/accesses these boards and does a very good job of moving the hydraulic systems. The hydraulic control software offers its motion abilities to other systems (currently FS2004) by acting as a tcp server and opening up a tcp port and processing the incoming byte packets as motion commands. The lower level motion control is achieved by reading & writing to specific I/O channels on the D/A boards. This I/O control is pretty complex and if I were to replicate this as an x-sim inteface, I would have to introduce a lot of debug code in the current system to track manually each particular motion of heave, pitch or roll (3dof) and the corresponding I/O code used to produce the result. I'd prefer to avoid that for now....

    Given the complexity of these boards, would it be feasible for me to code a TCPGeneric interface for x-sim, so that each motion request from x-sim is sent to the motion server as a tcp packet in byte format ? Probably the biggest issue would be postion feedback as it would need to return this info back to x-sim, and the hydraulic control server is not setup for this.

    Thanks

    T