Can can anyone help me combine the phidgets bridge and 8/8/8 interface apps into one? I have flowbotics but need some help. Thanks joe
Hi,
To do this, you can start by purchasing both apps so you have both sources. Then, identify which features you need from each app and start adding them to one of the two.
Of course, this is most likely not a trivial process and will require you to modify objects and possibly Ruby code in the app for this to work.
You will most likely need to modify the interface and the code in the back-end to make it all work together.
We certainly recommend keeping nearby the user guide and component reference guide. You will most likely need those.
Once you have started the process, feel free to post here again with specific questions and we will do our best to help.
Sincerely,
Can I run two apps at the same time?
Yes, but only if they are connected to different devices. You most likely cannot connect two apps to one device simultaneously.
Let me try to explain my request more clearly. I have purchase the phidgets 8/8/8 module and the phidgets bridge module. I also purchased the flowbotics apps for both. I would like to come up with a single flowbotics app that runs both of these modules together and records their data to a single file.
Hi,
That is certainly doable. You will need the [RB-Dsp-06] to modify apps.
From there, you can open both apps, see how they are made and then copy parts of one to the other project (keep some backups of the original files!).
Please note that while this should not be too difficult, it is not trivial either and it will require at least some basic understanding of FBS programming.
You can find some resources to help you figure this out here:
FlowBotics Developer Zone
FlowBotics Studio - Component Reference
FlowBotics Studio - User Guide
Sincerely,
Thanks Sebastian!