Programming Resources: Difference between revisions

From Phidgets Support
No edit summary
Line 413: Line 413:
|The monoBOTICS project aims to become an OpenSource Framework, to facilitate the tasks of design, simulation and implementation of solutions for areas of Robotics and Automation, both for people with basic knowledge of programming, as for more advanced developers.
|The monoBOTICS project aims to become an OpenSource Framework, to facilitate the tasks of design, simulation and implementation of solutions for areas of Robotics and Automation, both for people with basic knowledge of programming, as for more advanced developers.
|[[Image:Pdficon_small.gif|link={{SERVER}}/documentation/ThirdPartyInfo/ThirdPartySoftware/monoBOTICS.pdf]]
|[[Image:Pdficon_small.gif|link={{SERVER}}/documentation/ThirdPartyInfo/ThirdPartySoftware/monoBOTICS.pdf]]
|-
|'''Omnipotence Software'''
|ECS (Event Control System)
|Windows, Linux
|[http://OmnipotenceSoftware.com Website]
|Powerful and flexible, general purpose automation software for commercial and residential applications.  Supports simple schedules and English-like scripts for more elaborate logic.
|
|-
|-
|}
|}

Revision as of 16:00, 18 August 2015

Language Support

We provide a variety of supported languages for using Phidgets. Each language has its own libraries, which may be found on the language pages below, along with code examples and an in-depth API.

Many languages also depend on the core drivers being installed as well. These drivers can be found on the operating system pages above.

Phidgets supports the following languages. If the language you have chosen is not fully supported with examples for all products then there are some resources available for you to fill in the gaps. First we recommend you look at the API which will show you all of the functions you can use. Next, you should look at the code samples that are available in that language. Finally you should look at code samples for your device in other languages. Between those three things you should be able to piece together what you need to be doing, as always, if you run into trouble Contact Us. If you have some flexibility in what language to use, we recommend using a Core Language:

Language Libraries API Code Samples Events Logic Code Use via Direct USB* Phidget WebService Native Library** Phidget User Base OS Support
Core Languages
C Sharp C# Quick Downloads All Devices All Devices Checkmark.png Checkmark.png Checkmark.png Checkmark.png Checkmark.png File:Level-10.png OS - Windows OS - OS X OS - Linux
C/C++ C/C++ Quick Downloads All Devices All Devices Checkmark.png Checkmark.png Checkmark.png Checkmark.png Checkmark.png File:Level-10.png OS - Windows OS - OS X OS - Linux
Python Python Quick Downloads All Devices All Devices Checkmark.png Checkmark.png Checkmark.png Checkmark.png Checkmark.png File:Level-07.png OS - Windows OS - OS X OS - Linux
Java Java Quick Downloads All Devices All Devices Checkmark.png Checkmark.png Checkmark.png Checkmark.png Checkmark.png File:Level-07.png OS - Windows OS - OS X OS - Linux
Visual Basic .NET Visual Basic .NET Quick Downloads All Devices All Devices Checkmark.png Checkmark.png Checkmark.png Checkmark.png Checkmark.png File:Level-05.png OS - Windows
File:Icon-Visual Basic.png Visual Basic 6.0 Quick Downloads All Devices All Devices Checkmark.png Checkmark.png Checkmark.png Checkmark.png Checkmark.png File:Level-03.png OS - Windows
File:Icon-Cocoa.png Cocoa Quick Downloads All Devices All Devices Checkmark.png Checkmark.png Checkmark.png Checkmark.png Checkmark.png File:Level-01.png OS - OS X
Mobile Languages
Android Java Android Java Quick Downloads All Devices InterfaceKit Only Checkmark.png X Some Devices Checkmark.png Checkmark.png File:Level-01.png OS - Android
iOS iOS Quick Downloads All Devices InterfaceKit Only Checkmark.png Checkmark.png X Checkmark.png Checkmark.png File:Level-01.png OS - iOS
Scripting
File:Icon-Applescript.png Applescript Quick Downloads All Devices All Devices Checkmark.png Checkmark.png Checkmark.png Checkmark.png Checkmark.png File:Level-01.png OS - OS X
File:Icon-Autoit.png AutoIt Quick Downloads All Devices None Checkmark.png Checkmark.png Checkmark.png Checkmark.png Checkmark.png File:Level-01.png OS - Windows
File:Icon-Ruby.png Ruby Quick Downloads All Devices All Devices Checkmark.png Checkmark.png Checkmark.png Checkmark.png Checkmark.png File:Level-01.png OS - OS X OS - Linux
Science and Math
LabVIEW LabVIEW Quick Downloads All Devices All Devices Checkmark.png Checkmark.png Checkmark.png Checkmark.png Checkmark.png File:Level-04.png OS - Windows
File:Icon-Matlab.png MATLAB Quick Downloads All Devices Some Devices X Checkmark.png Checkmark.png Checkmark.png X File:Level-02.png OS - Windows OS - OS X OS - Linux
Multimedia
File:Icon-Flash AS3.png Flash AS3 Quick Downloads All Devices All Devices Checkmark.png Checkmark.png Checkmark.png Checkmark.png Checkmark.png File:Level-02.png OS - Windows OS - OS X
Max/MSP Max/MSP Quick Downloads All Devices All Devices Checkmark.png Checkmark.png Checkmark.png Checkmark.png Checkmark.png File:Level-02.png OS - Windows OS - OS X
File:Icon-Adobe Director.png Adobe Director Quick Downloads All Devices InterfaceKit Only Checkmark.png Checkmark.png Checkmark.png Checkmark.png Checkmark.png File:Level-01.png OS - Windows
File:Icon-LiveCode.png LiveCode Quick Downloads InterfaceKit Only InterfaceKit Only Checkmark.png Checkmark.png Checkmark.png X Checkmark.png File:Level-01.png OS - Windows OS - OS X
Other Languages
C Sharp (.NET Compact Framework) C# (.NET Compact) Quick Downloads All Devices Some Devices Checkmark.png Checkmark.png Checkmark.png Checkmark.png Checkmark.png File:Level-01.png OS - Windows CE
Visual Basic (.NET Compact Framework) Visual Basic
(.NET Compact Framework)
Quick Downloads All Devices None Checkmark.png Checkmark.png Checkmark.png Checkmark.png Checkmark.png File:Level-01.png OS - Windows CE
File:Icon-Visual Basic for Applications.png Visual Basic for Apps Quick Downloads All Devices Some Devices Checkmark.png Checkmark.png Checkmark.png Checkmark.png Checkmark.png File:Level-01.png OS - Windows
File:Icon-Visual Basic Script.png Visual Basic Script Quick Downloads All Devices Some Devices Checkmark.png Checkmark.png Checkmark.png Checkmark.png Checkmark.png File:Level-01.png OS - Windows
File:Icon-Delphi.png Delphi Quick Downloads All Devices Some Devices Checkmark.png Checkmark.png Checkmark.png Checkmark.png Checkmark.png File:Level-01.png OS - Windows

* A direct USB connection would be plugging the Phidget into a USB port and using it locally. This is the typical way to use a Phidget. However, some platforms (such as the iPhone platform) do not have USB ports and hence can only use a Phidget over a network, via the Phidget WebService.

** Native library support means that the calls you make to a Phidget in this language are in the language as well. If the calls are non-native, the use of Phidgets is through an external library linker, such as callib() in MATLAB, for example. The core Phidget library is written in C, and most other languages use this library as their core, but a 'Native' interface cleanly hides this detail.

Most languages have code samples for all Phidgets, but some have only some devices (visit the language page to learn which ones), and some only have an Interface Kit example. The Phidget Interface Kit is a common Phidget which provides an interface with analog sensors, digital input, and digital output. So, when we choose which examples to write, the Interface Kit is often at the top of our customer's lists.

Icon-Android Honeycomb.pngAndroid Honeycomb Version 3.1 or Higher Only

Third Party Support

Warning.png These products must be purchased directly from these companies and all support calls must be directed to them

Some third party companies also offer and support software programs that work with Phidgets boards. Phidgets does not have a certification program and does not make any warranty about these products.

In alphabetical order:

Company Product Runs On Website Synopsis Product Information
24U 24U Phidgets Plug-in 1.0 Mac, Windows Website 24U Phidgets Plug-In lets you connect different kind of phidgets (www.phidgets.com) to your computer's USB port and interact with them directly from FileMaker Pro. Pdficon small.gif
DSPRobotics Flowstone Windows 2000/XP/Vista/7/Embedded Website Graphical Programming Language aimed at real-time Digital Signal Processing.(DSP), Robotics and Embedded applications. FlowStone is a drag and drop environment where you combine high-level and low-level modules to build real time applications. Pdficon small.gif
MANIPIL Visual Domotique Windows XP/Vista/7 Website Visual Domotique is a Graphical I/O programming for Windows XP/Vista/7. Various components allow you to draw electrical schema and control panel. No need to know how to program to use this software. Varied uses are possible: Home automation, security, hobby, Control process education... Available in French. Pdficon small.gif
PCRBOX PCR Automation Windows XP/Vista/7 (32 & 64bit) Website PCR Automation is an easy to use software that works immediately without the need for any programming. It interfaces with the 1018, 1070 and 1072. Several interfaces can be opened simultaneously, each in a different window. Each input / output can be customized (label, sensor, offset, units, sensitivity, recording ...). The log files can be automatically sent by E-mail. Users can add their own sensors to the library of thirty Phidgets sensors. Pdficon small.gif
PiXCL Automation Technologies PiXCL Advanced Imaging 10.2 Windows XP/Vista/7 Website PiXCL is a powerful and easy-to-learn event driven interpreted language for the fast creation of image acquisition, processing and advanced analysis applications. The suite includes a compiler and development studio with context sensitive help and plenty of sample code. V10.1 provides you with the tools to create applications that combine Phidget devices with digital cameras and scanners. Pdficon small.gif
SoapBox Automation SoapBox Snap Windows XP/Vista/7 Website SoapBox Snap is a free and open source PC-based automation platform. It includes a ladder logic editor and a “soft” runtime right out of the box. Pdficon small.gif
UACh - Universida Austral de Chile monoBOTICS-icarus Linux Website The monoBOTICS project aims to become an OpenSource Framework, to facilitate the tasks of design, simulation and implementation of solutions for areas of Robotics and Automation, both for people with basic knowledge of programming, as for more advanced developers. Pdficon small.gif
Omnipotence Software ECS (Event Control System) Windows, Linux Website Powerful and flexible, general purpose automation software for commercial and residential applications. Supports simple schedules and English-like scripts for more elaborate logic.

Legacy Languages

Legacy languages are languages which we supported in the past; however, we no longer actively develop or support them. We provide this software page information for the limited existing users:

Language
File:Icon-REALBasic.png REALBasic
File:Icon-Flex AS3.png Flex AS3
File:Icon-Robot Studio.png Microsoft Robotics Studio
File:Icon-Simulink.png Simulink

If you have an existing code base in these languages and the legacy status of these languages is a serious inconvenience, please Contact Us.