Code Monkey home page Code Monkey logo

labquest2's Introduction

labquest2

Wolfram Language paclet to interface with the LabQuest 2 device from Vernier

Download the latest package from here:

https://github.com/arnoudbuzing/labquest2/releases

Install the package (change x.y.z to the appropriate numbers):

PacletInstall["LabQuest-x.y.z.paclet"]

Start the notebook interface, and load the package:

Needs["LabQuest2`"]

Connect to your LabQuest 2 (change <ip> numerical wifi ip address found under 'Connections' from the 'Home' screen):

labquest2 = InstallLabQuest2["<ip>"]

Example:

labquest2 = InstallLabQuest2["192.168.1.68"]

This will return a LabQuest2Object expression that you can use to control the device:

In[1]:= labquest2["Properties"]

Out[1]= {"Status", "Start", "Stop", "Sets", "Set"}

The Status property will return information about the current status of the device:

status = labquest2["Status"]

The Sets property will return information about all the data collection runs:

sets = labquest2["Sets"]

You can collect the recorded data for a specific set, e.g.:

data = labquest2[{"Set", "279"}]

See the test.nb notebook for detailed examples.

labquest2's People

Contributors

arnoudbuzing avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.