Cognex DataMan Communications And Programming Manual

Below you will find brief information for DataMan Barcode Readers, DataMan 260 Fixed-Mount Barcode Readers. This guide provides instructions on integrating DataMan readers into your network, using DataMan Control Commands (DMCC), and utilizing the DataMan SDK. It covers network configuration, DMCC API, and scripting for data formatting. Also, the document helps you connect the reader across subnets and troubleshoot a network connection.

PDF
Document
DataMan Barcode Readers: AI Chat & PDF Access | Manualzz

Advertisement

Advertisement

Advertisement

Key features

  • Network configuration guidance
  • DMCC API integration information
  • DataMan SDK development details
  • Scripting for data formatting options
  • Error management instructions
  • Custom communication protocol API
  • Fixed-mount and handheld reader connectivity
  • Wireless configuration options
  • Live image display functionality

Frequently asked questions

You can connect your DataMan device via a simple Ethernet connection. You can either set the IP address and subnet mask of your DataMan device manually or let them be configured automatically using DHCP.

DataMan Control Commands (DMCC) are a method of configuring and controlling a DataMan reader from a COM port or through an Ethernet connection, either directly or programmatically through a custom application.

In Microsoft Visual Studio, click Create Solution/Project. Under Project, right-click References and choose Add Reference… In the pop-up window, click the Browse tab and look for the Cognex.DataMan.SDK.*.dll file. Add the line using Cognex.DataMan.SDK; to the beginning of your code.

Set the reader to live display mode by using the commands mySystem.SendCommand("SET LIVEIMG.MODE 2"). Then, periodically poll the device for images by using mySystem.GetLiveImage(ImageFormat, ImageSize, ImageQuality).

User questions

H N

Jennifer H.

How to troubleshoot FTP image transfer issues when using a NAT device?
To troubleshoot FTP image transfer issues, especially when using a NAT device, verify the FTP server IP address using the `dmccSet` command. Also, verify the correct FTP port and firewall settings for proper communication.
Preparing document for printing…
0%