Skip to Main Content
コグネックスサポートハブ
LogoLogo

How to Enable/Disable Read Setup in DataMan Via a Single DMCC Command Using Profinet

Instructions on how to use Profinet commands to send a single DMCCs when using Siemens PLCs. This procedure is valid only for reader model DM80, DM280, DM290, DM370, DM380, DM390, DM470, DM580.

2025/10/31

Question

How to Enable/Disable Read Setup in DataMan via a single DMCC command using Profinet

ATTENTION :

This procedure is valid only for new generation readers, DM80, DM280, DM290, DM370, DM380, DM390, DM470, DM580.

Answer

You will need to use the following command to enable the specific setup, receiving this command will enable the specified setup and disable all the other.

For example, please follow the steps as below to enable Setup 0.

||>SETUP.ENABLE-SINGLE 0

Put ||>SETUP.ENABLE-SINGLE 0$R$L in “User Data”.

DMCC command string must first be placed in “User Data” before invoking this event, and we need put $R$L instead of \r\n when using Siemens software.

How to EnableDisable Read Setup in DataMan Via a Single DMCC Command Using Profinet_Image-1

Set “Execute DMCC” bit to “True” to invoke the DMCC operation, and then “Execute DMCC Ack” also will be set to “True” once the “Execute DMCC” operation is complete.

Reset “Execute DMCC” bit, and then “Execute DMCC Ack” will be set to “False” as well.  

How to EnableDisable Read Setup in DataMan Via a Single DMCC Command Using Profinet_Image-2