Oil & Gas

SignalFire Telemetry products connect you with crucial product and hardware data at any of your oil and gas operation sites—whether it’s a pump, pipeline, or storage tank.

Water & Wastewater

SignalFire Telemetry devices install anywhere water asset monitoring is needed, whether it’s for collection purposes, treatment, or delivery.

General Industrial

SignalFire Telemetry devices can monitor key assets and can do it affordably, without any renovation or high-priced engineering costs. They install easily with no required cable or additional power. The data is available on your phone or computer and the cloud service can even output to your corporate system to integrate with the rest of your data and keep your operation running.

Agriculture

SignalFire Telemetry devices can monitor and manage water supplies and additives throughout the property, helping you avoid catastrophic shortages and keep your irrigation plan on track.

Tanks & Terminals

Avoid costly product loss in bulk storage tanks, terminals, and transportation movements. Whether calling for tank levels, gauge pressure, or even movement pumps or pipelines, SignalFire products can fill any monitoring gap throughout a facility.

Environmental

Environmental fines for businesses are be frustrating and can bring business to a standstill until they’re worked out. No business wants to hurt the environment, and in competitive markets stopping production affects the bottom line and staff. But there are effective and affordable solutions with SignalFire Telemetry devices.

Refining & Petrochemical

Expand visibility and control of your refinery or petrochemical processing facility without expensive renovations or redesigns. And do it with your current gauges and hardware. SignalFire telemetry devices are designed to work in harsh chemical environments and meet the strictest safety and security standards

Utilities

No matter the size of your service map, monitoring remote assets ensures efficiency and keeps your operation in compliance. That’s how SignalFire devices can really help, offering the most affordable and effective monitoring solution that will monitor liquid, gas, electricity, and other assets.

Document Center

Browse all documentation pertaining to SignalFire products.

Cloud Setup

Have a RANGER? Set up your Cloud account here.

Case Studies

Explore the diverse applications of SignalFire Wireless Telemetry Systems across different industries.

Brochures

Access our latest brochures to explore comprehensive information about our products and services.

Commonly Supported Sensors

Easily find the sensors that are compatible with our systems on this dedicated page.

Photos

Explore a comprehensive collection of images showcasing our products, installations, and real-world applications.

News & Articles

Stay up to date with the latest content from SignalFire.

Videos

Explore our video library.

Software Downloads

Get access to the RANGER and SignalFire Toolkit Software.

Contact Tech Support

Cellular

RANGER Data Connectivity

Unlock the full potential of the RANGER Sensor-to-Cloud technology thanks to its versatile supervisory system integration options. Discover the four distinct methods outlined in our comprehensive datasheet, each designed to empower you in harnessing the RANGER’s data to its maximum capability.

Whether you prefer the ready-to-go, feature-rich SignalFire Cloud, the power of combining SignalFire Cloud with your existing cloud infrastructure, directing all RANGER messages to your designated broker for utilization in your cloud application, or seamlessly consuming data directly from the SignalFire Cloud’s database using the API – the possibilities are limitless.

Explore the pathways to harnessing RANGER’s data, tailored to suit your unique preferences and requirements. Elevate your experience with RANGER and revolutionize the way you interact with data in your cloud ecosystem.

TitleCategoriesProductsFile TypeLanguagesLink
Cloud and Multi Tenant DatasheetDatasheetCloud, LTE-M1 Cellular, RANGERpdf
Cloud API ManualManualCloud, DIN RANGER, LTE-M1 Cellular, Pressure RANGER, RANGER, RANGER Wall Mount, RANGER900pdf
Cloud ManualManualCloud, LTE-M1 Cellular, RANGERwww
RANGER Connectivity OptionsDatasheetCloud, DIN RANGER, Pressure RANGER, RANGER, RANGER Wall Mount, RANGER900pdf

Method 1 – SignalFire Cloud Method

 

The SignalFire Cloud is a feature rich web application fully hosted and managed by SignalFire. It offers the ultimate experience in terms of plug-and-play experience, from measuring to visualization. The interface is designed with a Do-It-Yourself (DIY) mindset allowing users to quickly make use of measurements coming from a RANGER. From starting up a RANGER ,assigning a widget to a variable, trending data, alarming on data, SMS and Email alarms by exception, scheduled reports, GPS monitoring, remote configuration , user management, customized dashboards and more. The web application requires a web browser and therefore works with smart phones, tablet readers, computers without the need to install any software.

Method 2 – Subscribing from SignalFire’s MQTT Broker

 

Whenever you need to have the data into your own application or database, you can subscribe to the MQTT broker hosted and managed by SignalFire. In this case you benefit from the SignalFire Cloud experience and simultaneously receive all the data published by the RANGER. The MQTT technology is brilliant because multiple subscribers can get data at the same time from a publishing device such as the RANGER. Furthermore, you MQTT/SparkPlug capable host can also send commands in real time to the RANGER. For instance, you may want to force a reading right away by sending a request to the RANGER to read from its multiple sensors. Or you can send a command to turn on/off the built-in relay to command a valve, an actuator, a light, etc.

For this to work, we provide with a TLS Certificate to load in your application. This certificate provides for a secured and encrypted session between your web application and the SignalFire broker. As soon as RANGER gives birth upon initial commissioning, your web application will automatically discover all the data available from the RANGER. Plug-and-Play experience. Furthermore, because the RANGER is connected with the SignalFire Broker, the technical department of SignalFire can assist remotely when needed.

Method 3 – Private Broker Method

 

When using a private broker, the RANGER needs to first be configured to publish its data to said MQTT Broker. This is accomplished by connecting a computer running the RANGER toolkit software using a USB cable provided with the RANGER. The MQTT Broker is hosted by the user or a third party. The RANGER supports several modes for secured connection. TLS certificate with TLS validation and authentication is the most secured connectivity. The RANGER can be setup with a username and password as well to match the broker’s credentials.

All the parameters (Tags, MQTT Topics) are available for use by the web application. Such web application must be capable of parsing SparkPlug messages over MQTT. These parameters are listed in the published RANGER Tag Guide that can be found on www.signal-fire.com and are fully available bi-directionally. If a Tag is writable, the hosting/publishing application can send a write command to change said parameter. In this scenario, SignalFire’s technical support has no capabilities to remotely troubleshoot the RANGER because the RANGER isn’t connected to SignalFire’s MQTT Broker. Also, the HART Remote PACTware connectivity isn’t possible as it requires HART Tunneling via the SignalFire Cloud.

Method 4 – REST API Data Polling Method

 

For applications that don’t support MQTT/SparkPlug technology, SignalFire offers a REST API to poll data from the SignalFire Cloud’s database. The REST API offers several commands to poll data from one or many RANGERs at once, to poll a time delimited series of values, etc. The data is formatted using JSON, a common data type widely used by many applications.

For a secured connection, SignalFire will setup a connection using a Token. Once SignalFire configures the account for API connectivity, the Token is requested by the user and can solely downloaded by the user who requested API integration. Every REST API request is secured using such Token.

The REST API implementation does require a subscription to the SignalFire Cloud. The benefit are the use of the SignalFire Cloud for setup, commissioning, troubleshooting, managing of RANGERs with remote technical support from SignalFire.

A user can implement the REST API commands using Python script, JavaScript or Curl. To facilitate the deployment, obtain the schema for the data and to validate the returned variables, the REST API is fully functional with tools like OpenAPI, Swagger or ReDoc.

Capability SignalFire Cloud SignalFire’s MQTT Broker Private Broker REST API Data Polling
Method #1 Method #2 Method #3 Method #4
MQTT Broker Hosted and Managed by SignalFire ✓ ✓ ✓
SignalFire Cloud Features & Ready to Use Web App ✓ ✓ Not Applicable ✓
SignalFire Real Time Remote Support ✓ ✓ ✓ ✓
Data Connectivity Using MQTT Sparkplug Not Applicable Not Applicable Not Applicable ✓
Data Connectivity Using REST API ✓ ✓ Not Applicable ✓
Bi-Directional Communication with RANGER with SignalFire Cloud Not Applicable ✓ ✓
Bi-Directional Communication with RANGER by 3rd party ✓ ✓ ✓
Published RANGER data Instantly Synchronized with Host ✓ ✓ ✓
Automated Store Forward upon loss of communication ✓ ✓ ✓ ✓

Stay in the Loop – With Exclusive Updates