• English
  • 中文
  • Français
  • Deutsch
  • Español
Contact Us
Home
Email
Follow Prosoft Technology on Twitter
Follow Prosoft Technology on Facebook
Follow Prosoft Technology on LinkedIn
Follow Prosoft Technology on YouTube
    • PROFINET Controller Module for ControlLogix®
    • EtherNet/IP™ to DH+ Gateway
    • Universal QuickServer Gateway
  • Solutions
    • Amusement
    • Automated Material Handling
    • 汽车解决方案
    • IIoT Solutions
    • Knowledge Base / Rockwell In-chassis / ControlLogix / MVI56 Series / MVI56-MNETC

      What does a -36 modbus error code indicate?

      Search KB

      Categories

      • Gateways
      • Rockwell In-chassis
        • Programmable Modules
        • CompactLogix
        • ControlLogix
          • MVI56E Series
          • MVI56 Series
            • MVI56-DNPSNET
            • MVI56-AFC
            • MVI56-MNETC
            • MVI56-GEC
            • MVI56-DNP
            • MVI56-104S
            • MVI56-PDPMV1
            • MVI56-MNET
            • MVI56-DFCM
            • MVI56-MCM
            • MVI56-BAS
            • MVI56-GSC
        • MVI94 - Flex I/O
      • Schneider In-chassis
      • Wireless
      • Accessories
      • Protocols
      • Software
      • Legacy Products
      • Certifications
      • Technical Support
      • Miscellaneous
      • 星期五, 2016年 十月 14日

      A negative thirty six (-36) error code is generated when we have successfully connected to a device and issued the device a Modbus request, but it has not responded to the request within the defined response time out period. This is akin to calling some one on the phone, having some one answer the phone, but then when you ask them a question there is nothing but silence on the line.

      Common causes of this error include:

      - Having a response time out setting that is too low (the device is trying to respond but we're not giving them enough time to do so)

      - Using the incorrect Slave/Node ID (usually when talking to a Modbus TCP/IP to Modbus RTU converter and thus the Slave/Node ID is very important)

      - When we are attempting to use MBAP messaging but the device is expecting Encapsulated Modbus messaging (or vice versa). Our modules use MBAP messaging for all commands where the port is 502, Encapsulated Modbus when any other port is used. Note, some of our drivers have a setting called MBAP over ride which will cause us to use MBAP messaging even when using a non 502 port if enabled. If your device has such a setting, it should be located in the client settings. In the unlikely event that you need to use encapsulated Modbus on port 502, our modules (as of 8/20/2015) do not have that capability. (While not exclusive to them, encapsulated Modbus is usually only used by Modbus TCP/IP to Modbus RTU converters)

      Attachments

      Related Products


Solutions

  • Amusement
  • Automated Material Handling
  • 汽车解决方案
  • IIoT Solutions
  • Mining and Metals
  • Modernization
  • Oil and Gas Solutions
  • Secure Remote Connectivity
  • Water / Wastewater
$(document).ready(function(){ $('.popup-youtube, .popup-vimeo, .popup-gmaps').magnificPopup({ disableOn: 700, type: 'iframe', mainClass: 'mfp-fade', removalDelay: 160, preloader: false, fixedContentPos: false }); //pagelayout banner? if($('.banner-image') !== 'undefined' ){ var banner_image_src = $('.banner-image img').attr('src'); $('.banner-image').hide(); $('.banner-page-title').css('background-image', 'url(' + banner_image_src + ')'); $('.banner-page-title').css('background-repeat', 'no-repeat'); } //if( $('.analytics-file-download' ) !== 'undefined' ) { // $('.analytics-file-download' ).click(function(){ // var action = $( this ).attr( 'href' ); // var label = $( this ).attr( '_gaq-label' ); // var category = $( this ).attr( '_gaq-category' ); // return ga('send', 'event', category, action, label); // }); //} //initialize search? $("#div_search_field input").focusin(function(){ $(this).css("color", "#000000"); }); var initialSearch = $('form.search input.text').attr("value"); var currentSearch = ""; $('form.search input.text').focusin(function(){ currentSearch = $('form.search input.text').attr("value"); if( currentSearch == initialSearch ) { $('form.search input.text').attr("value",""); } }); }); //Homepage slideshow if( $('#slider') !== 'undefined' ) { $('#slider').nivoSlider({ pauseTime: 7000 // time for a slide to show, in milliseconds; subtract 2 seconds for actual time due to transition time }); } //eZ Live Viewer //(function(){var ff=document.createElement('script');ff.type='text/javascript';ff.async=true;ff.src=('https:'==document.location.protocol?'https':'http')+'://liveviewer.ez.no/statjs/sst-118-973155090/stat.js';var s=document.getElementsByTagName('script')[0];s.parentNode.insertBefore(ff,s);})(); // Pardot integration piAId = '281892'; piCId = '1546'; (function() { function async_load(){ var s = document.createElement('script'); s.type = 'text/javascript'; s.src = ('https:' == document.location.protocol ? 'https://pi' : 'http://cdn') + '.pardot.com/pd.js'; var c = document.getElementsByTagName('script')[0]; c.parentNode.insertBefore(s, c); } if(window.attachEvent) { window.attachEvent('onload', async_load); } else { window.addEventListener('load', async_load, false); } })();