• 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
    • Two-Port Building Automation Gateway
  • Solutions
    • Amusement
    • Automated Material Handling
    • Automotive
    • IIoT Solutions
    • Knowledge Base / Gateways / PLX31/32 Gateways

      How do I get Floating Point (or Double INT or Unsigned INT) data?

      Search KB

      Kategorien

      • Gateways
        • ProLinx 4000/5000
        • PLX8x Gateways
        • QuickServer
        • PLX31/32 Gateways
        • PLX35 Gateways
        • AN-X / AN-X2
        • PLX51 Gateways
      • Rockwell In-chassis
      • Schneider In-chassis
      • Wireless
      • Accessories
      • Protocols
      • Software
      • Legacy Products
      • Certifications
      • Technical Support
      • Miscellaneous
      • Mittwoch, 19. Oktober 2016

      All ProSoft gateways and In-Chassis modules contain a database that is based upon 16 bit words.
      To store 32 bit data types 2 consecutive registers or elements are required.
      Examples of these 32 bit data types are REAL, FLOAT and DINT's also known as double Integers.

      To access 32 bit data types in Rockwell Automation controllers it will be necessary to use the COP or CPS instruction to copy the value into the appropriate data type.  (Please refer to the following article for in-depth information on using 32 bit values with ProSoft modules.)

      Note: Since two consecutive registers are required to store each 32 bit value in the internal database, it is important to remember that the next available value is not just the current address +1, but rather it would be current address +2.

      Attachments

      Related Products


Solutions

  • Amusement
  • Automated Material Handling
  • Automotive
  • 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); } })();