1. You must be a registered member to be able to access this page and to download game plugins. Please register here. It´s for free.
  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
krotos139

Shuyak interface plugin 0.3

Shuyak

  1. krotos139
    This plug-in allows you to interact with the control board of the 6-axis platform "Shuyak". The plugin implements a binary protocol over a serial port.

    The following serial port parameters are used 19200 8N 1 .

    At startup, the plugin sends a message
    0xFF 0xF0 0x00 <low byte of output rate ms> 0x00 <high byte of output rate ms> 0x00 <low byte of min tick period> 0x00 <high byte of min tick period> 0x00 <low byte of max pos> 0x00 <high byte of max pos> 0x00 checksum

    During the game, the plugin sends a message
    0xFF 0xFF 0x00 <low byte of Axis1a> 0x00 <high byte of Axis1a> 0x00 <low byte of Axis2a> 0x00 <high byte of Axis2a> 0x00 <low byte of Axis3a> 0x00 <high byte of Axis3a> 0x00 <low byte of Axis4a> 0x00 <high byte of Axis4a> 0x00 <low byte of Axis5a> 0x00 <high byte of Axis5a> 0x00 <low byte of Axis6a> 0x00 <high byte of Axis6a> 0x00 checksum

    The checksum calculates as bitwise not (<size of data (6 for setup and 12 for axis)> xor <all data bytes>).

    This is debugged version of the plugin.

    Images

    1. ShuyakInterface.PNG