Questions tagged [honeywell]

Honeywell International, Inc. is an American multinational conglomerate company that produces a variety of commercial and consumer products, engineering services, and aerospace systems for a wide variety of customers, from private consumers to major corporations and governments.

Honeywell International, Inc. is an American multinational conglomerate company that produces a variety of commercial and consumer products, engineering services, and aerospace systems for a wide variety of customers, from private consumers to major corporations and governments.

Honeywell is a Fortune 100 company, in 2012 it was listed as 77th in the Fortune 500 America's ranking. Honeywell has a global workforce of approximately 130,000, of whom approximately 58,000 are employed in the United States. The company is headquartered in Morristown, New Jersey. Its current chief executive officer is David M. Cote. The company and its corporate predecessors were part of the Dow Jones Industrial Average Index from December 7, 1925, until February 9, 2008.

The current "Honeywell International Inc." is the product of a merger in which Honeywell Inc. was acquired by the much larger AlliedSignal in 1999. The company headquarters were consolidated to AlliedSignal's headquarters in Morristown, New Jersey; however the combined company chose the name "Honeywell" because of its superior brand recognition.

Honeywell has many brands that commercial and retail consumers may recognize. Some of the most recognizable products are its line of home thermostats (particularly the iconic round type) and Garrett turbochargers.

Wikipedia: http://en.wikipedia.org/wiki/Honeywell

74 questions
6
votes
1 answer

Android - Honeywell Dolphin - How to detect Laser Scanner

I hope find some help from anyone who has worked on Honeywell Dolphin devices. I'm developing an Android barcode/qr code scan app for multi-devices and the major devices are Dolphin devices. (e.g Dolphin 70e Black) But to get an app with full…
MrLeblond
  • 1,005
  • 9
  • 26
4
votes
2 answers

Why does Tomcat return a 500 error for 14 minutes and then continues again?

We have a JRuby on Rails applications which runs fine until a certain moment. Then suddenly Tocmat returns a 500 error for about 14 minutes (we've put a redirect to the login page in the 500 error html page). The redirect to the login page returns a…
Lieven Cardoen
  • 25,140
  • 52
  • 153
  • 244
4
votes
1 answer

Honeywell android Barcode scanner

I have Dolphin 70e Black device.I want to scan QR code using the Laser Scanner in the device and How to start the scanning in the device in My App Please help
kukku
  • 489
  • 5
  • 17
3
votes
1 answer

Chrome future update Restrict "private network requests". Will it affect scanning hardware on devices that make local connections?

I wrote an Angular app and its purpose is a mobile warehouse management system. The app is used primarily on mobile computers with an integrated barcode scanner. They are Honeywell TC60. This device has Android 8 OS and Chrome installed. The…
Kyle Waid
  • 302
  • 3
  • 14
3
votes
4 answers

Capture barcode reader (keyboard-wedge) events from javascript

I am developing a web application that has to be used on Honeywell Dolphin 75e devices running Android 4.4. The integrated barcode reader can operate in "keyboard wedge" mode, but only when a text field has focus. With desktop browsers I can use…
T'lash
  • 552
  • 1
  • 3
  • 15
3
votes
3 answers

getting RC=notconnected error while trying to scan a barcode through program on windows mobile on honeywell scanphone6000

We have developed a windows mobile 6.5 application that scans a barcode on Honeywell Scanphone 6000. We have used the sample code that comes with Honeywell Scanphone as power tools. Now, we have to start scanwedge application in the background in…
2
votes
0 answers

Can i use Honeywell android application in my android phone for testing purpose

I am developing an app for my Honeywell CN80 device. But i don't have device right now. So can i debug android app in my mobile device to test application? Or any other solution to debug application?
2
votes
1 answer

Read I2C transaction of 2 bytes in Python

I'm trying to implement reading from I2C communication on Python. The problem that I've faced is that the sensor which I'm reading from answers with two bytes in one transaction. Is there a Python library which provides such a reading. Here is the…
2
votes
1 answer

is it possible to control beep sound of scanner?

Hi Im C# Developer and i have 2d scanner (Honeywell Solaris 7980g) with serial port communication . My Application scan the QRCode and as a time scanner scan the code , by default scanner play beep sound . i want to play beep sound after checking…
2
votes
2 answers

How can I use a scanner library and scan in the background of the my android app using an embedded scanner?

I have a Honeywell Dolphin 70e and it has physical buttons to trigger the scanning. I can create a listener for those buttons, and use ZXing to scan. However the scanner has an embedded laser scanner so I would like the app to stay on the same page,…
sonfollower
  • 1,047
  • 2
  • 10
  • 20
2
votes
2 answers

Play Sound with Honeywell Captuvo SL22 device

I would like to play a sound from the skid before and/or after a successful scan with different tones. It has a higher pitched speaker or piezo electric device that's easier to hear in our current environment as opposed to using the ipod…
Nick N
  • 984
  • 9
  • 22
2
votes
4 answers

how to know gps device point at which direction?

Currently I manage to get the direction degrees using below code: d = Math.Atan2(Math.Sin(long2 - long1) * Math.Cos(lat2), _ Math.Cos(lat1) * Math.Sin(lat2) - Math.Sin(lat1) * Math.Cos(lat2) * Math.Cos(long2 - long1)) Dim direction As Double =…
DnR
  • 3,487
  • 3
  • 23
  • 31
1
vote
0 answers

OPCUA subscribing to all events

I want to get all events when subscribing to server object at UA Expert, for that how can I listen to the Server object. I am using prosys JAVA sdk 4.2.0 As of now when I am subscribing directly to the specific sub-objects node of server object, I…
1
vote
0 answers

Flutter: How do I read a barcode using a Honeywell handheld that runs Android?

I have a handheld scan gun, the brand is Honeywell and model is CK65. I need to be able to read a standard barcode, i.e. not a QR code. I have the flutter demo app running on the device, now I just need to make a test function that can read a…
TheMortiestMorty
  • 421
  • 2
  • 4
  • 12
1
vote
0 answers

Control flash light on Win 10 Honeywell RT10W tablet

Does anyone have any experience or advice on how to access the flash light on a Honywell RT10W tablet? We use C # and WPF, the tablet has Windows 10 Enterprice LTSC. The camera is successfully controlled via UWP. However, flash control is failing.…
Jan Janek
  • 11
  • 2
1
2 3 4 5