Changes for page Developers
Last modified by Coleman Benson on 2022/04/12 12:12
Change comment: There is no comment for this version
Summary
-
Page properties (3 modified, 0 added, 0 removed)
-
Attachments (0 modified, 4 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -xwiki:XWiki. ENantel1 +xwiki:XWiki.CBenson - Hidden
-
... ... @@ -1,1 +1,1 @@ 1 - true1 +false - Content
-
... ... @@ -1,43 +1,53 @@ 1 +(% style="width:710px" %) 2 +|((( 3 +[[[[image:[email protected]]]>>doc:ses-software.flowbotics.WebHome]] 4 +)))|(% style="vertical-align:middle; width:160px" %)((( 5 +[[[[image:[email protected]]]>>doc:ses-software.flowbotics.learn-more.WebHome]] 6 +)))|(% style="vertical-align:middle; width:160px" %)((( 7 +[[[[image:[email protected]||alt="developer-zone.png"]]>>doc:]] 8 +)))|(% style="vertical-align:middle; width:160px" %)((( 9 +[[[[image:[email protected]]]>>https://www.robotshop.com/en/flowbotics-studio-download.html?product-code=RB-Dsp-06||rel="noopener noreferrer" target="_blank"]] 10 +))) 11 + 1 1 = **FLOWBOTICS DEVELOPER ZONE** = 2 2 3 3 (% style="width:710px" %) 4 -|(% colspan="2" %)So you' ve[[readaboutFlowBotics Studio>>doc:flowbotics.learn-more.WebHome]]andwanttostart makingapps to sell through [[theRobotShopAppStore>>url:https://www.robotshop.com/en/robot-app-store.html]].In this section, you should be able to find all the information you need to do just that.15 +|(% colspan="2" %)So you're interested in[[ FlowBotics Studio>>doc:ses-software.flowbotics.learn-more.WebHome]] to create stand-alone Apps? In this section, you should be able to find all the information you need to do just that. 5 5 |(% colspan="2" %)((( 6 -* [[Getting Started>>doc:flowbotics.developers.getting-started-tutorial.WebHome]] 7 -* [[Modifying a Project from the App Store>>doc:flowbotics.developers.phidgets-888-app-tutorial.WebHome]] 17 +* [[Getting Started>>doc:ses-software.flowbotics.developers.getting-started-tutorial.WebHome]] 18 +* [[Modifying a Project from the App Store>>doc:ses-software.flowbotics.developers.phidgets-888-app-tutorial.WebHome]] 8 8 * [[Modifying a Project that came with FlowBotics Studio>>attach:lynxmotion-app-programming-guide.pdf]] 9 -* [[Lynxmotion SSC-32 Protocol Tutorial>>doc:flowbotics.developers.lynxmotion-ssc-32-protocol-tutorial.WebHome]] 20 +* [[Lynxmotion SSC-32 Protocol Tutorial>>doc:ses-software.flowbotics.developers.lynxmotion-ssc-32-protocol-tutorial.WebHome]] 10 10 * [[Dynamixel Protocol Tutorial>>doc:ses-software.flowbotics.developers.dynamixel-protocol-tutorial.WebHome]] 11 11 * [[Making an App from Scratch>>doc:ses-software.flowbotics.developers.create-app-tutorial.WebHome]] 12 -* [[Publish to App Store and Make Money>>doc:flowbotics.developers.submit-app-tutorial.WebHome]] 13 13 ))) 14 14 |(% colspan="2" %)**Getting Started** 15 -|(% colspan="2" %)FlowBotics Studio is a software development platform to create apps for your robots. Apps are primarily made using the FlowBotics graphical programming language, but can also include some blocks of Ruby textual code. If you haven't yet starting making projects in FlowBotics, we recommend [[starting with this tutorial>> url:https://www.robotshop.com/flowbotics/developers/getting-started-tutorial.html]].25 +|(% colspan="2" %)FlowBotics Studio is a software development platform to create stand-alone executable programs ("apps") for your robots (running on Windows OS). Apps are primarily made using the FlowBotics graphical programming language, but can also include some blocks of Ruby textual code. If you haven't yet starting making projects in FlowBotics, we recommend [[starting with this tutorial>>doc:.getting-started-tutorial.WebHome]]. 16 16 |(% colspan="2" style="text-align:center" %)((( 17 -Go to Tutorial: Getting Started 27 +**[[Go to Tutorial: Getting Started>>doc:.getting-started-tutorial.WebHome]]** 18 18 19 19 [[image:flow-basics.png]] 20 20 ))) 21 21 |(% colspan="2" %)**Modifying a Project from the App Store** 22 -|(% colspan="2" %)If you want to learn FlowBotics Studio by modifying an existing app, the Phidgets series of apps were designed to be make this very easy. We've made a great tutorial on [[how to make changes to the Phidget 8/8/8 App>> url:https://www.robotshop.com/flowbotics/developers/phidgets-888-app-tutorial.html]].32 +|(% colspan="2" %)If you want to learn FlowBotics Studio by first modifying an existing app, the Phidgets series of apps were designed to be make this very easy. We've made a great tutorial on [[how to make changes to the Phidget 8/8/8 App>>doc:.phidgets-888-app-tutorial.WebHome]]. 23 23 |(% colspan="2" style="text-align:center" %)((( 24 -Go to Tutorial: Modifying an App from the App Store 34 +**[[Go to Tutorial: Modifying an App from the App Store>>doc:.phidgets-888-app-tutorial.WebHome]]** 25 25 26 26 [[image:phidgets-888-app.png]] 27 27 ))) 28 28 |(% colspan="2" %)**Modifying a Project that came with FlowBotics Studio** 29 -|(% colspan="2" %)If you are modifying one of the Lynxmotion projects that is included with FlowBotics Studio, [[this programming guide>> url:https://www.robotshop.com/flowbotics/manuals/lynxmotion-app-programming-guide.pdf]] will show you where to make changes.39 +|(% colspan="2" %)If you are modifying one of the Lynxmotion projects that is included with FlowBotics Studio, [[this programming guide>>attach:lynxmotion-app-programming-guide.pdf]] will show you where to make changes. 30 30 |(% colspan="2" style="text-align:center" %)((( 31 -Open Guide: Lynxmotion App Programming Guide 41 +**[[Open Guide: Lynxmotion App Programming Guide>>attach:lynxmotion-app-programming-guide.pdf]]** 32 32 33 33 [[image:lynxmotion-app-programming-guide.png]] 34 34 ))) 35 -|(% colspan="2" %)**Implementing Serial Protocol s**36 -|(% colspan="2" %)Many hardware devices communicat ionwith the computer using a serial protocol. Some are simple ASCII-based protocols, but others can be more complex binary ones that require checksums. No matter, both can easily be made in FlowBotics. Here's a [[Lynxmotion SSC-32 Protocol Tutorial>>url:https://www.robotshop.com/flowbotics/developers/lynxmotion-ssc-32-protocol-tutorial.html]] which is ASCII-based and a [[Dynamixel Protocol Tutorial>>url:https://www.robotshop.com/flowbotics/developers/dynamixel-protocol-tutorial.html]] which is binary.45 +|(% colspan="2" %)**Implementing Serial Protocol** 46 +|(% colspan="2" %)Many hardware devices communicate with the computer using a serial protocol. Some are simple ASCII-based protocols, but others can be more complex binary ones that require checksums. No matter, both can easily be made in FlowBotics. Here's a [[Lynxmotion SSC-32 Protocol Tutorial>>doc:.lynxmotion-ssc-32-protocol-tutorial.WebHome]] which is ASCII-based and a [[Dynamixel Protocol Tutorial>>doc:.dynamixel-protocol-tutorial.WebHome]] which is binary. 37 37 |(% colspan="2" style="text-align:center" %)((( 38 -Go to Tutorial: Lynxmotion SSC-32 Protocol 48 +**[[Go to Tutorial: Lynxmotion SSC-32 Protocol>>doc:.lynxmotion-ssc-32-protocol-tutorial.WebHome]]** 39 39 40 -[[image:lynxmotion-ssc-32-protocol-engine.png||height="289" width="600"]] 50 +[[image:lynxmotion-ssc-32-protocol-engine.png||queryString="width=600&height=289" height="289" width="600"]] 41 41 42 42 Go to Tutorial: Dynamixel Protocol 43 43 ... ... @@ -44,18 +44,9 @@ 44 44 [[image:dynamixel-protocol-encapsulation-crop.png]] 45 45 ))) 46 46 |(% colspan="2" %)**Making an App from Scratch** 47 -|(% colspan="2" %)Starting with FlowBotics Studio version 3.0.7, everyone can now generate their own FlowBotics App. These apps are standalone Windows programs (EXEs) that have an integrated activation system which make them ready to sell in the RobotShop App Store. Here's [[how to convert your project into an app>> url:https://www.robotshop.com/flowbotics/developers/create-app-tutorial.html]].57 +|(% colspan="2" %)Starting with FlowBotics Studio version 3.0.7, everyone can now generate their own FlowBotics App. These apps are standalone Windows programs (EXEs) that have an integrated activation system which make them ready to sell in the RobotShop App Store. Here's [[how to convert your project into an app>>doc:.create-app-tutorial.WebHome]]. 48 48 |(% colspan="2" style="text-align:center" %)((( 49 -Go to Tutorial: Convert a Project into an App 59 +**[[Go to Tutorial: Convert a Project into an App>>doc:.create-app-tutorial.WebHome]]** 50 50 51 51 [[image:create-app-button-crop.png]] 52 52 ))) 53 -|(% colspan="2" %)**Publish to App Store and Make Money** 54 -|(% colspan="2" %)Once you have your FlowBotics App done, you'll probably want to [[sell it through the RobotShop App Store>>url:https://www.robotshop.com/flowbotics/developers/submit-app-tutorial.html]]. 55 -|(% colspan="2" style="text-align:center" %)((( 56 -Go to: App Submission Procedure 57 - 58 -[[image:submit-app.png]] 59 -))) 60 - 61 -
- flowbotics-studio-component-reference.pdf
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +xwiki:XWiki.ENantel - Size
-
... ... @@ -1,0 +1,1 @@ 1 +2.9 MB - Content
- flowbotics-user-guide.pdf
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +xwiki:XWiki.ENantel - Size
-
... ... @@ -1,0 +1,1 @@ 1 +1.2 MB - Content
- flowstone-tutorial-files.zip
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +xwiki:XWiki.ENantel - Size
-
... ... @@ -1,0 +1,1 @@ 1 +1.3 MB - Content
- flowstone-tutorial.pdf
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +xwiki:XWiki.ENantel - Size
-
... ... @@ -1,0 +1,1 @@ 1 +773.1 KB - Content