# SimpleMeter/SimpleIndustry: Basic operations

## Introduction

While the SimplePacks use the button as a default way to trigger downlink, the SimpleIndustry/SimpleMeter use **the magnetic switch** instead (but in the same way).

### Here's where to **place** your magnet (to perform "Button presses"):

![](/files/-M__czPSCcw9MwZKjtSb)

## Downlink

Before you start working with the device, make sure the **settings** you want to change are input into the Sigfox backend (or IO Frog/other platform) and saved there = waiting for a downlink request.

#### More information about downlink:

{% content-ref url="/pages/-M\_\_gNbltZYCH63p0CP0" %}
[Downlink Information](/kb/simple-api-6-generation/downlink.md)
{% endcontent-ref %}

### **Initiating Downlink**

1. Downlink is requested by an "extra long press" (6+ seconds) with the magnet. While the magnet is held near the magnetic switch, the LED diode is lit and then starts blinking after 6 seconds.
2. When the diode starts blinking, you can remove the magnet - downlink request is initiated. The LED will then blink slowly for 40 seconds.
3. Successful reception is indicated by long blink of the LED, unsuccessful by series of 5 very short blinks.

## Arming

### Initiating Arming

1. Do a "short press" (<2 seconds) to start the arming. While the magnet is near, the LED diode is lit and the "short press" is then indicated by a short blink.
2. After this, arming process starts - default is 15 seconds. Arming process is indicated by double blinking and its purpose is to give you enough time to place the device where you need it.
3. After this, the device is armed and ready to work as intended. This is indicated by the the LED blinking the letter A in Morse code (short, long)

## Disarming

### Initiating Disarming

* When the device is active (armed), you can disarm it by doing a "long press" (2-4 seconds) with the magnet. After that, the LED will indicate a long-blink twice followed by two short blinks.

## **What should you see on the Sigfox Backend**

{% content-ref url="/pages/-M\_XolM-SiRa4\_qOiw1q" %}
[What should you see on the Sigfox Backend](/kb/simple-api-6-generation/overview/basic-operations/what-should-you-see-on-the-sigfox-backend.md)
{% endcontent-ref %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://ask.simplehw.eu/kb/simple-api-6-generation/overview/basic-operations/simplemeter-basic-operations.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
