If you have a problem or need to report a bug please email : support@dsprobotics.com
There are 3 sections to this support area:
DOWNLOADS: access to product manuals, support files and drivers
HELP & INFORMATION: tutorials and example files for learning or finding pre-made modules for your projects
USER FORUMS: meet with other users and exchange ideas, you can also get help and assistance here
NEW REGISTRATIONS - please contact us if you wish to register on the forum
Users are reminded of the forum rules they sign up to which prohibits any activity that violates any laws including posting material covered by copyright
Search found 8 matches
- Mon Dec 19, 2016 11:56 pm
- Forum: User Examples
- Topic: Configurable Joystick - X,Y Pad
- Replies: 10
- Views: 35718
Re: Configurable Joystick - X,Y Pad
Very cool!
Ok- so how do you go about using it as an input device?
Ok- so how do you go about using it as an input device?
- Fri Dec 16, 2016 7:21 pm
- Forum: General
- Topic: DSPR please give a statement
- Replies: 59
- Views: 163066
Re: DSPR please give a statement
I'd like to see some sort of involvement as well from the non VST side of things....the tutorials don't really scratch the surface of what this software is capable of! The only way to really learn this program is to study what other members have generously posted in the forum.
- Thu Dec 01, 2016 8:07 am
- Forum: General
- Topic: API/SDK type-stuff
- Replies: 0
- Views: 12648
API/SDK type-stuff
Basically this is why I purchased this software some time ago. A FlowStone developer posted in the iRacing forums about FlowStone's ability to read live data from the sim and give me the ability to create custom gauges. I'm a mechanical engineer and don't have much exposure to programming languages ...
- Thu Dec 01, 2016 6:55 am
- Forum: General
- Topic: Wifi communication
- Replies: 1
- Views: 9202
Re: Wifi communication
Flowstone does support UDP/TCP communication....how to set it up correctly, I don't know. I'm not that great at this, but thought I could point you in the general right direction or spark a solution...
http://www.dsprobotics.com/flowstoneudp.html
https://www.youtube.com/watch?v=DC3xSfeKF7M
If you do figure it out, please share!
http://www.dsprobotics.com/flowstoneudp.html
https://www.youtube.com/watch?v=DC3xSfeKF7M
If you do figure it out, please share!
- Tue Nov 24, 2015 10:10 pm
- Forum: User Examples
- Topic: time derivative
- Replies: 2
- Views: 10988
Re: time derivative
Fascinating!
This apparently gives a greater output when the rate of change of the input is higher (I tested with a simple knob using 0-10000 as the range).
I'm no maths guy but from my college days in the last century I would say it's a differentiator. Am I right?
Now I just need to think of an ...
This apparently gives a greater output when the rate of change of the input is higher (I tested with a simple knob using 0-10000 as the range).
I'm no maths guy but from my college days in the last century I would say it's a differentiator. Am I right?
Now I just need to think of an ...
- Tue Nov 24, 2015 9:33 pm
- Forum: General
- Topic: help with exe's
- Replies: 3
- Views: 8385
Re: help with exe's
My answer is theoretical, I've never done this.
1. It should be possible through the use of win32api via Ruby. You can get the handle of the active window and then use that handle to change its properties. That's how it works in other languages too, so I'm pretty confident.
2. Not directly. Again ...
1. It should be possible through the use of win32api via Ruby. You can get the handle of the active window and then use that handle to change its properties. That's how it works in other languages too, so I'm pretty confident.
2. Not directly. Again ...
- Tue Nov 24, 2015 3:40 am
- Forum: General
- Topic: help with exe's
- Replies: 3
- Views: 8385
help with exe's
I have a couple of questions regarding the exporting of programs (not previous relationships)...
1. Is it possible to make the exported program always on top?
2. Is it possible to make the exported program windowless?
I've searched and haven't returned anything yet. I'm not very experienced with ...
1. Is it possible to make the exported program always on top?
2. Is it possible to make the exported program windowless?
I've searched and haven't returned anything yet. I'm not very experienced with ...
- Tue Nov 24, 2015 3:12 am
- Forum: User Examples
- Topic: time derivative
- Replies: 2
- Views: 10988
time derivative
First off, you guys are awesome.
Second, just wanted to add this into the user database, it might be useful to someone at some point. It's a simple time derivative that stores incoming numbers in a queue after a given interval. It then divides the difference of the stored number and current number ...
Second, just wanted to add this into the user database, it might be useful to someone at some point. It's a simple time derivative that stores incoming numbers in a queue after a given interval. It then divides the difference of the stored number and current number ...