Skip to content

Pull-To-Refresh/sensorloadcell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Note

This is a module template. Read the instructions for a step by step guide on how to create your module.

modular resource

This module implements... With this model, you can...

Requirements

Add instructions here for any requirements.

Build and run

To use this module, follow the instructions to add a module from the Viam Registry and select the <INSERT API NAMESPACE>:<INSERT API NAME>:<INSERT MODEL> model from the [<INSERT MODEL> module](https://app.viam.com/module//).

Configure your sensor

Note

Before configuring your sensor you must create a machine.

Navigate to the Config tab of your machine's page in the Viam app. Click on the Components subtab and click Create component. Select the <INSERT API NAME> type, then select the <INSERT MODEL> model. Click Add module, then enter a name for your sensor and click Create.

On the new component panel, copy and paste the following attribute template into your sensor’s Attributes box:

{
  <INSERT SAMPLE ATTRIBUTES>
}

Note

For more information, see Configure a Machine.

Attributes

The following attributes are available for <INSERT API NAMESPACE>:<INSERT API NAME>:<INSERT MODEL> sensor's:

Name Type Inclusion Description
todo1 string Required TODO
todo2 string Optional TODO

Example configuration

{
  <INSERT SAMPLE CONFIGURATION(S)>
}

Next steps

Add any additional information you want readers to know and direct them towards what to do next with this module. For example:

  • To test your...
  • To write code against your...

Troubleshooting

Add troubleshooting notes here.

About

A load cell that turns off a winch if the load is too high.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors