Difference between revisions of "Myrio"

From RobotinoWiki
(Power Button)
 
(13 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
__TOC__
 
__TOC__
 
== Robotino3 and National Instruments myRIO==
 
== Robotino3 and National Instruments myRIO==
 +
The Festo Robotino and National Instrument myRIO share their focus in the field of educational and research work. The Robotino myRIO Toolkit provides drivers and API for the Robotino and some VI examples so that the user can start their Robotino LabVIEW experience out of the box.
 +
 +
For futher information about the hardware read the article on the [[Robotino_myRIO_Hardware|Robotino myRIO Hardware]]
 +
 +
[[Media:RIO-ADAPTER_V2_SCH.PDF|Schematic of the Robotino myRIO adapter board]]
  
 
== Robotino myRIO Toolkit ==
 
== Robotino myRIO Toolkit ==
Line 7: Line 12:
 
For further information read the article on the [[Robotino_myRIO_Toolkit|Robotino myRIO Toolkit]]
 
For further information read the article on the [[Robotino_myRIO_Toolkit|Robotino myRIO Toolkit]]
  
For Download of the [http://doc.openrobotino.org/download/LabView/Robotino_MyRIO_Toolkit_current.php Source and VI package]
+
Get the Source and VI package from http://doc.openrobotino.org/download/LabView/Robotino_MyRIO_Toolkit_current.php
 +
 
 +
Get the VI package used at the NI Worldclass 2016. The VI pakcage has been improved by Peter Simandl who is a professional Application Engineer working at NI. http://doc.openrobotino.org/download/LabView/national_instruments_lib_robotino_myrio_toolkit-1.0.0.9.vip
  
[[File:Block_palette.png|frame|none|The current Block Diagram Palette]]
+
[[File:Block_palette.png|border|1040px|The current Block Diagram Palette]]
  
 
== Power Button==
 
== Power Button==
Line 15: Line 22:
 
The standard setup of the Power Button proceeds like the following:
 
The standard setup of the Power Button proceeds like the following:
  
[[File:PowerButton.png|none|thumb|Power Button State Diagram]]
+
[[File:Power_Button.png||500px|thumb|Power Button State Diagram]]
  
 
For further information on programming the microcontroller read this [[Programming_the_Power_Button|Power Button Guide]]
 
For further information on programming the microcontroller read this [[Programming_the_Power_Button|Power Button Guide]]
*Get source code from svn://svn.rec.de/openrobotino/myrio/powerbutton/trunk
+
*Get source code from http://doc.openrobotino.org/download/LabView/powerbutton.7z
*Browse source code http://svn.rec.de/listing.php?repname=openrobotino
 

Latest revision as of 17:41, 27 March 2019

Robotino3 and National Instruments myRIO

The Festo Robotino and National Instrument myRIO share their focus in the field of educational and research work. The Robotino myRIO Toolkit provides drivers and API for the Robotino and some VI examples so that the user can start their Robotino LabVIEW experience out of the box.

For futher information about the hardware read the article on the Robotino myRIO Hardware

Schematic of the Robotino myRIO adapter board

Robotino myRIO Toolkit

The Robotino myRIO Toolkit is a NI LabView API for the set-up of a Festo Robotino3 with a NI myRIO as control unit. The Toolkit includes VIs for a simplified implementation of the Omnidrive, IR-Sensors and other I/O. All VIs are open source and can be modified.

For further information read the article on the Robotino myRIO Toolkit

Get the Source and VI package from http://doc.openrobotino.org/download/LabView/Robotino_MyRIO_Toolkit_current.php

Get the VI package used at the NI Worldclass 2016. The VI pakcage has been improved by Peter Simandl who is a professional Application Engineer working at NI. http://doc.openrobotino.org/download/LabView/national_instruments_lib_robotino_myrio_toolkit-1.0.0.9.vip

The current Block Diagram Palette

Power Button

The Power Button is run by an ATtiny24A microcontroller and is individually programmable. The standard setup of the Power Button proceeds like the following:

Power Button State Diagram

For further information on programming the microcontroller read this Power Button Guide