EasyManua.ls Logo

SICK Inspector PIM60 User Manual

SICK Inspector PIM60
82 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #20 background imageLoading...
Page #20 background image
// Initiate the image and refresh when page is loaded
window.onload = function(){
refreshLiveImage();
};
//-->
</script>
...
</head>
<body>
<img id="liveImage" src="/LiveImage.jpg?ShowOverlay"/>
</body>
Alternatively, you can use the live image component that is used on the Inspector's default
Live image page, which has automatic refresh, setting for refresh interval, and magnifier.
Figure 3.1 Inspector's default live image component
To use the default live image component, include the userliveimage.js script in your page,
and call the sickLiveImage() function as in the following example:
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Live Image</title>
<script type="text/javascript" src="/jquery.js"></script>
<script type="text/javascript" src="/userliveimage.js"></script>
<script type="text/javascript">
//<!--
$(document).ready(function () {
$("#liveImage").sickLiveImage({
width: 640,
height: 480,
nocache: true,
minInterval: 500,
refreshInterval: 1000,
magnifier: true,
imgUrl: "/LiveImage.jpg",
refreshText: "Refresh interval"
});
});
//-->
</script>
</head>
<body>
<div id="liveImage"></div>
</body>
</html>
8015726/2013-11
©SICK AG Advanced Industrial Sensors www.sick.com All rights reserved
Subject to change without notice
20
Reference Manual
Web interface
Interfaces
Inspector PIM

Table of Contents

Question and Answer IconNeed help?

Do you have a question about the SICK Inspector PIM60 and is the answer not in the manual?

SICK Inspector PIM60 Specifications

General IconGeneral
BrandSICK
ModelInspector PIM60
CategoryAccessories
LanguageEnglish

Summary

WARNING

VSPM-6F2113 (Inspector PIM60), VSPM-6B2113 (Inspector PIM60 Base)

Inspector has LED illumination, Risk Group 1 (low risk) per IEC 62471:2006.

VSPM-6F2313 (Inspector PIM60-LUT)

Inspector has LED illumination, Risk Group 1 (low risk) per IEC 62471:2006.

VSPM-6F2413 (Inspector PIM60-IR), VSPM-6B2413 (Inspector PIM60-IR Base)

Inspector has LED illumination, Risk Group 0/Free Group (exempt risk) per IEC 62471:2006.

2 I/O Extension Box

2.2 IP Address Configuration

Configuring the IP address for the I/O extension box for Inspector operation.

2.3 SOPAS Single Device Setup

Setting up the I/O extension box within the SOPAS Single Device application.

2.5 Troubleshooting

Covers common issues like LED flashing, loss of contact, and unanswered requests.

3 Web Interface

3.2 Get Results via Web API

Retrieving live images, detailed results, logged images, and statistics using the Web API.

3.3 Control Sensor via Web API

Managing device configuration, backup, and restore using the Web API command channel.

4 Ethernet Raw

4.2 Get Results via Ethernet Raw

Configuring TCP/UDP, ASCII/binary output, attributes, and example formatting strings.

4.3 Control Sensor via Ethernet Raw

Setting up image triggering, command syntax, reference object selection, and single port solution.

5 EtherNet/IP

Appendix B Command Channel

Appendix C Restore Configuration over Web API

Related product manuals