MoviTHERM

About MoviTHERM

This author has not yet filled in any details.
So far MoviTHERM has created 156 blog entries.

How to connect a FLIR FC-Series R camera to the MoviTHERM MIO

Connecting a FLIR FC-Series R Camera to the MoviTHERM MIO

In this video, we show how to configure the MoviTHERM MIO-FCR-1 and the FLIR FC-Series R thermal camera. Topics include setting ROIs, connecting the camera and MoviTHERM MIO-FCR-1, and how to assign alarms to the analog and digital outputs in the MoviTHERM MIO module.

The MoviTHERM MIO Series – Intelligent I/O Module for FLIR® Cameras – supporting one of the following Camera models: FLIR AX8, FLIR FC Series R or FLIR A310

Remote Monitoring Applications Made Simple

More info about the MoviTHERM MIO Series Intelligent I/O Modules

 

2024-08-30T15:56:04-07:00Thursday, March 21, 2024|Support|

How to grab an image from a FLIR A35 A65 using LabVIEW

Grab an Image from a FLIR A35 A65 Using LabVIEW

How to grab an image and display the absolute temperature from the thermal camera FLIR A35 A65 using LabVIEW from National Instruments.

The following instructions are intended to provide some beginner level advice and it is a “Hello World” example and a first step in how to capture a thermal image from a FLIR A35 A65 using LabView. The FLIR A35 A65 has a Gigabit Ethernet interface and supports the world-wide machine vision standard GeniCAM. This example actually works for the whole FLIR Ax5 Series.

Download the source code: FLIR_A35_A65_using_LabVIEW.zip (219 KB)

FLIR A65

Here is what you will need for this to work:

  • A PC with a LabVIEW development environment installed.
    • LabVIEW 2015 or later
    • NI Vision Development Module 2015 or later
    • IMAQdx 15.5 or later
  • FLIR A35 or FLIR A65 Thermal Camera connected to PC via Ethernet Cable
FrontPanel FLIR A35 A65 using LabVIEW

The above is a screenshot of the LabVIEW front panel. In the center is the image display, showing a black and white thermal image of a coffee mug. The brighter the intensity, the higher the temperature. The mouse cursor was placed in the center of the cup. The temperature is superimposed onto the image. The outside of the coffee mug is 64.46 degrees Celsius in this example. Also noticeable is that the image of the mug creates a reflection on the table surface. The surface is reflective in the long wave thermal band that the camera is sensitive to (8 to 14µm).

When you run the VI, it will connect to the camera. This assumes that the camera’s IP address and subnet mask matches the PC’s settings. Instructions on how to do this would go beyond the scope of this example. Once connected, you should see a thermal image after a few seconds. When you hover your mouse pointer over the image, it will display the temperature right next to it and also update the thermometer indicator to the right of the image.

Image Grab and Temperature Measurement from FLIR A35 A65 Using LabVIEW

BlockDiagram FLIR A35 A65 using LabVIEW

Here is how is works:

A: Open Camera VI
This VI will query attempt to connect to the selected camera. It will load the camera configuration file and create a unique reference to the camera.

B: Property Node
This property node configures the camera settings via GeniCAM as follows:

1) Pixel Format:
Sets the pixel format to either 8-bit or 16-bit. In this example, 16 bit format is chosen.

2) Sensor Gain Mode:
This will give the temperature value in 10mK from the camera.

3) Sensor Video Standard:
This attribute will set the frame rate of the camera. Currently, it is set to 50Hz.

C: IMAQdx Configure Grab VI
Sets the camera up for grabbing images.

D: IMAQ Create VI
Is used to create a reference in memory to store the images, streaming from the camera.

E: IMAQdx Grab2 VI
Is used to acquire the most recent frame from the given memory location.

F: IMAQ ImageToArray VI
Is used to convert the image to a 2D array.

G: This function converts from 10mK to Celsius (Note: this can be replaced to calculate the temperature to Fahrenheit)

H: This property node will extract the location of the mouse cursor in the image.

I: Index Array VI
Is used to extract the temperature at a given location of the mouse pointer and display it on the front panel.

J: IMAQ Clear Overlay VI
Is used to remove the previous overlay.

K: IMAQ Overlay Text VI
Is used to write the temperature value at the location of the mouse pointer.

L: IMAQ Dispose VI
Is used to clear the memory that was allocated to store the image.

M: IMAQdx Close Camera VI
Is used to close the unique reference that was created to communicate with the camera.

 

2024-08-30T15:55:52-07:00Thursday, March 21, 2024|Support|

How to grab an image from a FLIR A315 using LabVIEW

Grab an Image from a FLIR A315 Using Labview

How to grab an image and display the absolute temperature from the thermal camera FLIR A315 using LabVIEW from National Instruments.

The following instructions are intended to provide some beginner level advice and it is a “Hello World” example and a first step in how to capture a thermal image from a FLIR A315 using LabView. The FLIR A315 has a Gigabit Ethernet interface and supports the world-wide machine vision standard GeniCAM.

FLIR A315

Download the source code: FLIR_A315_using_LabVIEW.zip (206 KB)

Here is what you will need for this to work:

  • A PC with a LabVIEW development environment installed.
    • LabVIEW 2015 or later
    • NI Vision Development Module 2015 or later
    • IMAQdx 15.5 or later
  • FLIR A315 Thermal Camera connected to PC via Ethernet Cable
FrontPanel FLIR A315 using LabVIEW

The above is a screenshot of the LabVIEW front panel. In the center is the image display, showing a black and white thermal image of a coffee mug. The brighter the intensity, the higher the temperature. The mouse cursor was placed in the center of the cup. The temperature is superimposed onto the image. The outside of the coffee mug is 64.46 degrees Celsius in this example. Also noticeable is that the image of the mug creates a reflection on the table surface. The surface is reflective in the long wave thermal band that the camera is sensitive to (8 to 14µm).

When you run the VI, it will connect to the camera. This assumes that the camera’s IP address and subnet mask matches the PC’s settings. Instructions on how to do this would go beyond the scope of this example. Once connected, you should see a thermal image after a few seconds. When you hover your mouse pointer over the image, it will display the temperature right next to it and also update the thermometer indicator to the right of the image.

Image Grab and Temperature Measurement from FLIR A315 using LabVIEW

BlockDiagram FLIR A315 using LabVIEW

Here is how is works:

A: Open Camera VI
This VI will query attempt to connect to the selected camera. It will load the camera configuration file and create a unique reference to the camera

B: Property Node
This property node configures the camera settings via GeniCAM as follows:

1) Pixel Format:
Sets the pixel format to either 8-bit or 16-bit. In this example 16 bit format is chosen

2) IR Format:
This will give the temperature value in 10mK from the camera.

3) IR Frame Rate:
This attribute will set the frame rate of the camera. Currently it is set to 50Hz

4) Auto Focus:
This will send a trigger to the camera to auto focus on to an object

C: IMAQdx Configure Grab VI
Sets the camera up for grabbing images.

D: IMAQ Create VI
Is used to create a reference in memory to store the images, streaming from the camera

E: IMAQdx Grab2 VI
Is used acquire the most recent frame from the given memory location

F: IMAQ ImageToArray VI
Is used to convert the image to a 2D array

G: This function converts from 10mK to Celsius (Note: this can be replaced to calculate the temperature to Fahrenheit)

H: This property node will extract the location of the mouse cursor in the image

I: Index Array VI
Is used to extract the temperature at a given location of the mouse pointer and display it on the front panel

J: IMAQ Clear Overlay VI
Is used to remove the previous overlay

K: IMAQ Overlay Text VI
Is used to write the temperature value at the location of the mouse pointer

L: IMAQ Dispose VI
Is used to clear the memory that was allocated to store the image

M: IMAQdx Close Camera VI
Is used to close the unique reference that was created to communicate with the camera

2024-08-30T15:55:37-07:00Thursday, March 21, 2024|Support|

How to grab an image from a FLIR A615 using LabVIEW

Grab an Image from a FLIR A615 Using LabVIEW

How to grab an image and display the absolute temperature from the thermal camera FLIR A615 using LabVIEW from National Instruments.

The following instructions are intended to provide some beginner level advice and it is a “Hello World” example and a first step in how to capture a thermal image from a FLIR A615 using LabView. The FLIR A615 has a Gigabit Ethernet interface and supports the world-wide machine vision standard GeniCAM.

FLIR A615

Download the source code: FLIR_A615_using_LabVIEW.zip (257 KB)

Here is what you will need for this to work:

  • A PC with a LabVIEW development environment installed.
    • LabVIEW 2015 or later
    • NI Vision Development Module 2015 or later
    • IMAQdx 15.5 or later
  • FLIR A615 Thermal Camera connected to PC via Ethernet Cable
FLIR A615 LabVIEW Image Display Frontpanel

The above is a screenshot of the LabVIEW front panel. In the center is the image display, showing a black and white thermal image of a coffee mug. The brighter the intensity, the higher the temperature. The mouse cursor was placed in the center of the cup. The temperature is superimposed onto the image. The outside of the coffee mug is 64.46 degrees Celsius in this example. Also noticeable is that the image of the mug creates a reflection on the table surface. The surface is reflective in the long wave thermal band that the camera is sensitive to (8 to 14µm).

When you run the VI, it will connect to the camera. This assumes that the camera’s IP address and subnet mask matches the PC’s settings. Instructions on how to do this would go beyond the scope of this example. Once connected, you should see a thermal image after a few seconds. When you hover your mouse pointer over the image, it will display the temperature right next to it and also update the thermometer indicator to the right of the image.

Image Grab and Temperature Measurement from FLIR A615 using LabVIEW

 

The image below is the block diagram of the code that belongs to the front panel above.

LabVIEW FLIR A615 image grab block diagram

Here is how is works:

A: Open Camera VI
This VI will query attempt to connect to the selected camera. It will load the camera configuration file and create a unique reference to the camera

B: Property Node
This property node configures the camera settings via GeniCAM as follows:

1) Pixel Format:
Sets the pixel format to either 8-bit or 16-bit. In this example 16 bit format is chosen

2) IR Format:
This will give the temperature value in 10mK from the camera.

3) IR Frame Rate:
This attribute will set the frame rate of the camera. Currently it is set to 50Hz

C: IMAQdx Configure Grab VI
Sets the camera up for grabbing images.

D: IMAQ Create VI
Is used to create a reference in memory to store the images, streaming from the camera

E: IMAQdx Grab2 VI
Is used acquire the most recent frame from the given memory location

F: IMAQ ImageToArray VI
Is used to convert the image to a 2D array

G: This function converts from 10mK to Celsius (Note: this can be replaced to calculate the temperature to Fahrenheit)

H: This property node will extract the location of the mouse cursor in the image

I: Index Array VI
Is used to extract the temperature at a given location of the mouse pointer and display it on the front panel

J: IMAQ Clear Overlay VI
Is used to remove the previous overlay

K: IMAQ Overlay Text VI
Is used to write the temperature value at the location of the mouse pointer

L: IMAQ Dispose VI
Is used to clear the memory that was allocated to store the image

M: IMAQdx Close Camera VI
Is used to close the unique reference that was created to communicate with the camera

2024-08-30T15:53:05-07:00Thursday, March 21, 2024|Support|

What software is compatible with the FLIR AX8?

Software Compatible with FLIR AX8

The following is a list of software compatible with the FLIR AX8 camera

 

Software Support Comment
FLIR IP Config

Note
The FLIR IP Config version must be
1.9 or later.
Yes
  • Detecting FLIR AX series cameras on the network.
  • Assigning IP addresses.
  • Accessing the built-in camera web server.
Camera web server Yes Configuration and setup of analysis and alarms.
FLIR Tools/Tools+ No
FLIR IR Monitor No
EthernetIP & Modbus TCP Yes Connecting to a PLC for readout of analysis and alarms.
Pleora Ebus SDK No
FLIR GEV Demo No
ThermoVision System Developers Kit No
ThermoVision LabVIEW Digital Toolkit No

 

2024-08-30T15:52:53-07:00Thursday, March 21, 2024|Support|

Manufacturing Tomorrow Publishes Article on Induction Seal vs Heat Seal

Our Article on Induction Seal vs Heat Seal Makes Headlines in Manufacturing Tomorrow

Manufacturing Tomorrow, a leading online publication covering the latest trends and technologies in the manufacturing industry, has published our article titled “Induction Seal vs Heat Seal: What’s the difference?“. The article compares and contrasts the two sealing methods commonly used in the packaging industry, providing insights into the pros and cons of each method.

With a focus on helping manufacturers make informed decisions when choosing between induction sealing and heat sealing, the article has garnered positive feedback from industry experts and professionals alike. We are thrilled to see our article featured on Manufacturing Tomorrow and look forward to continuing to provide valuable insights to the manufacturing community.

You can read the article on Manufacturing Tomorrow’s website.

thermal packages

2023-03-27T15:47:55-07:00Monday, March 27, 2023|News|

MoviTHERM Announces Partnership with HA Industries in Latest Episode of The Thermal Review

MoviTHERM Announces Partnership with HA Industries in Latest Episode of The Thermal Review

MoviTHERM and HA Industries Partner to Provide Advanced Solutions in Infrared Welding, as Discussed on Latest Episode of Thermal Review.

IRVINE, Calif., February 22, 2023 – MoviTHERM, a leading provider of thermal imaging solutions, has announced a new partnership with HA Industries, a company specializing in infrared welding automated machinery. The announcement was made in the latest episode of The Thermal Review podcast, featuring special guest Mark Erndt, President of HA Industries, alongside David Bursell, VP of Business Development of MoviTHERM, and Markus Tarin, President and CEO of MoviTHERM.

During the episode, the three experts delved into the world of infrared welding, discussing its benefits and challenges. They also explored how MoviTHERM and HA Industries’ new partnership would benefit their customers, as the two companies work together to provide the best possible solutions for quality assurance in infrared welding.

Mark Erndt commented on the partnership, saying, “Our visions are aligned, and with the passion we both have, we are confident that we will achieve great things together. I strongly believe that the more the public understands the benefits of infrared welding, the better it will be for the industry in terms of bonding parts together effectively and efficiently. With this partnership, we are excited to expand our reach and continue to drive innovation in this field.”

Markus Tarin added, “We share Mark’s enthusiasm for this partnership and are equally excited about what we can achieve together. Our combined expertise and passion for innovation will allow us to push boundaries and create next-generation technology that can help manufacturers produce better parts at a lower cost, without compromising on quality.”

The Thermal Review is a popular web series that explores the latest trends and advancements in thermal imaging. Each episode features experts in the field who share their knowledge and insights with viewers.

To watch the latest episode of The Thermal Review featuring MoviTHERM and HA Industries, visit the MoviTHERM YouTube channel.

About MoviTHERM: MoviTHERM – Advanced Thermography solutions was founded in 1999. The company provides IoT Cloud monitoring solutions for thermal imaging applications for early fire detection, machine condition monitoring, and other applications. In addition, MoviTHERM offers solutions for plastic welding, package sealing, and non-destructive testing. MoviTHERM is a Teledyne FLIR Premium Partner and master distributor for FLIR Thermal Cameras for automation and science applications.

About HA Industries: HA Industries designs and builds fixtures, machines, tooling, and systems that optimize a variety of component assembly applications. The company provides innovative solutions for welding plastic parts using infrared energy, resulting in strong, precise, and repeatable bonds. HA Industries serves various industries, including automotive, medical, and consumer goods.

2023-02-22T18:22:25-08:00Wednesday, February 22, 2023|News|

Laundry Fire: Precautionary Steps for Staff & Early Detection

Precautionary Steps to Prevent a Laundry Fire

Article Published by American Laundry News

We are excited to share an important article for those working in the laundry industry about laundry fire prevention and the crucial steps that need to be taken to avoid these dangerous events. The article, “Prevent Laundry Fires Before They Start” was written by one of our own employees at MoviTHERM and published in American Laundry News.

The author sheds light on the importance of taking preventative measures in the laundry industry and provides practical steps that staff can follow to reduce the risk of fires. Additionally, the article also discusses the various early detection equipment that is available to keep laundry facilities safe.

This article provides valuable information on the importance of taking preventative measures, practical steps for staff, and the early detection equipment available to keep laundry facilities safe. By reading this article, you can learn how to ensure the safety of your workplace and reduce the risk of a fire.

Read the article on American Laundry News

2023-02-03T12:04:26-08:00Friday, February 3, 2023|News|

Expert Insights on Fire Safety in Industrial Laundry Facilities

Expert Insights on Fire Safety in Industrial Laundry Facilities: A Podcast with Markus Tarin and Bill Sullivan

We are thrilled to announce that our very own CEO, Markus Tarin, was invited to be a guest speaker on the American Laundry News podcast. Markus, who is the CEO of MoviTHERM, an innovator in fire detection technology, based in Irvine, California, will be joining fire protection engineer Bill Sullivan from the City of Madison Fire Department in Wisconsin, to discuss the importance of fire safety in industrial laundry facilities.

In this episode, Markus and Bill will share their expert insights on the steps that should be taken in the event of a fire in industrial laundry facilities.

Markus will also share his knowledge of the importance of effective fire detection and prevention methods. He will talk about the benefits of using state-of-the-art fire detection technology such as thermal imaging cameras, which can detect temperature changes and identify hot spots before they turn into full-blown fires. Markus will also discuss the importance of regular maintenance and inspections of fire protection equipment, as well as the importance of keeping the facility free of combustible materials.

We are excited for Markus to be a guest speaker on this American Laundry News podcast episode, as it provides a valuable resource for anyone working in an industrial laundry facility. It offers expert advice on how to keep employees, facilities, and oneself safe from the risk of fire. We encourage everyone in the industry to tune in and learn more about fire safety.

You can listen to the episode on American Laundry News’ website.

2023-01-25T17:13:40-08:00Wednesday, January 25, 2023|News|

Watch Episode 9 of The Thermal Review

Episode 9 of The Thermal Review is Out Now

Markus Tarin and David Bursell talk 2022 Thermal Highlights and What to Expect in 2023

If you’re interested in staying up-to-date on the latest developments in the world of thermal imaging and automation, we highly recommend tuning in to the newest episode of the Thermal Review podcast, episode 9. This episode provides an in-depth review of the major thermal highlights of 2022 and offers a glimpse into what to expect in the infrared and automation world in 2023.

Listening to this episode will give you valuable insights and an understanding of the current and upcoming trends and technologies in thermal imaging and automation. The episode is hosted by experts in the field, Markus Tarin and David Bursell, who will be sharing their knowledge and experiences, providing you with a deeper understanding of the industry.

Thermal imaging and automation technology are rapidly evolving, and it’s important to stay informed about the latest developments. By listening to this episode, you’ll be able to stay ahead of the curve and gain a competitive edge in your industry. Whether you’re an engineer, scientist, or business professional, this episode will be of great value to anyone interested in the field.

You can watch episode 9 on YouTube or listen on Spotify or Apple Podcasts.

2023-01-23T15:29:42-08:00Monday, January 23, 2023|News|
Go to Top