You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>Returns a 32-bit integer value from <code>address</code> to <code>address + 1</code> registers type <code>Register</code>. The <code>swapped</code> parameter change the registers order, when function convert set of registers to a 32-bit integer value.</p>
676
+
<p>Returns a register value at <code>address</code> as 2 ANSI symbols with <code>codepage</code> for <code>deviceId</code>.</p>
<p>Returns a 32-bit integer value from <code>address</code> to <code>address + 1</code> registers type <code>Register</code> with <code>deviceId</code>. The <code>swapped</code> parameter change the registers order, when function convert set of registers to a 32-bit integer value.</p>
676
681
<divclass="notecard note">
677
682
<p><strong>Note:</strong> This function is available only for <code>Register.Input</code> and <code>Register.Holding</code> registers.</p>
<p>Returns a 64-bit integer value from <code>address</code> to <code>address + 3</code> registers type <code>Register</code>. The <code>swapped</code> parameter change the registers order, when function convert set of registers to a 64-bit integer value.</p>
687
+
<p>Returns a 64-bit integer value from <code>address</code> to <code>address + 3</code> registers type <code>Register</code> with <code>deviceId</code>. The <code>swapped</code> parameter change the registers order, when function convert set of registers to a 64-bit integer value.</p>
683
688
<divclass="notecard note">
684
689
<p><strong>Note:</strong> This function is available only for <code>Register.Input</code> and <code>Register.Holding</code> registers.</p>
<p>Returns a 32-bit unsigned integer value from <code>address</code> to <code>address + 1</code> registers type <code>Register</code>. The <code>swapped</code> parameter change the registers order, when function convert set of registers to a 32-bit unsigned integer value.</p>
694
+
<p>Returns a 32-bit unsigned integer value from <code>address</code> to <code>address + 1</code> registers type <code>Register</code> with <code>deviceId</code>. The <code>swapped</code> parameter change the registers order, when function convert set of registers to a 32-bit unsigned integer value.</p>
690
695
<divclass="notecard note">
691
696
<p><strong>Note:</strong> This function is available only for <code>Register.Input</code> and <code>Register.Holding</code> registers.</p>
<p>Returns a 64-bit unsigned integer value from <code>address</code> to <code>address + 3</code> registers type <code>Register</code>. The <code>swapped</code> parameter change the registers order, when function convert set of registers to a 64-bit unsigned integer value.</p>
701
+
<p>Returns a 64-bit unsigned integer value from <code>address</code> to <code>address + 3</code> registers type <code>Register</code> with <code>deviceId</code>. The <code>swapped</code> parameter change the registers order, when function convert set of registers to a 64-bit unsigned integer value.</p>
697
702
<divclass="notecard note">
698
703
<p><strong>Note:</strong> This function is available only for <code>Register.Input</code> and <code>Register.Holding</code> registers.</p>
<p>Returns a double value from <code>address</code> to <code>address + 3</code> registers type <code>Register</code>. The <code>swapped</code> parameter change the registers order, when function convert set of registers to a double value.</p>
708
+
<p>Returns a double value from <code>address</code> to <code>address + 3</code> registers type <code>Register</code> with <code>deviceId</code>. The <code>swapped</code> parameter change the registers order, when function convert set of registers to a double value.</p>
704
709
<divclass="notecard note">
705
710
<p><strong>Note:</strong> This function is available only for <code>Register.Input</code> and <code>Register.Holding</code> registers.</p>
<p>Returns a float value from <code>address</code> to <code>address + 1</code> registers type <code>Register</code>. The <code>swapped</code> parameter change the registers order, when function convert set of registers to a float value.</p>
715
+
<p>Returns a float value from <code>address</code> to <code>address + 1</code> registers type <code>Register</code> with <code>deviceId</code>. The <code>swapped</code> parameter change the registers order, when function convert set of registers to a float value.</p>
711
716
<divclass="notecard note">
712
717
<p><strong>Note:</strong> This function is available only for <code>Register.Input</code> and <code>Register.Holding</code> registers.</p>
<p>Writes a <code>value</code> to the register at <code>address</code> as 2 ANSI symbols coded with <code>codepage</code>.</p>
738
+
<p>Writes a <code>value</code> to the register at <code>address</code> as 2 ANSI symbols coded with <code>codepage</code> for <code>deviceId</code>.</p>
<p>Writes a 32-bit integer <code>value</code> to the <code>Register</code> addresses. The <code>swapped</code> parameter change the registers order, when function convert a 32-bit integer value to the set of registers.</p>
742
+
<p>Writes a 32-bit integer <code>value</code> to the <code>Register</code> addresses with <code>deviceId</code>. The <code>swapped</code> parameter change the registers order, when function convert a 32-bit integer value to the set of registers.</p>
738
743
<divclass="notecard note">
739
744
<p><strong>Note:</strong> This function is available only for <code>Register.Input</code> and <code>Register.Holding</code> registers.</p>
<p>Writes a 64-bit integer <code>value</code> to the <code>Register</code> addresses. The <code>swapped</code> parameter change the registers order, when function convert a 64-bit integer value to the set of registers.</p>
749
+
<p>Writes a 64-bit integer <code>value</code> to the <code>Register</code> addresses with <code>deviceId</code>. The <code>swapped</code> parameter change the registers order, when function convert a 64-bit integer value to the set of registers.</p>
745
750
<divclass="notecard note">
746
751
<p><strong>Note:</strong> This function is available only for <code>Register.Input</code> and <code>Register.Holding</code> registers.</p>
<p>Writes a 32-bit unsigned integer <code>value</code> to the <code>Register</code> addresses. The <code>swapped</code> parameter change the registers order, when function convert a 32-bit unsigned integer value to the set of registers.</p>
756
+
<p>Writes a 32-bit unsigned integer <code>value</code> to the <code>Register</code> addresses with <code>deviceId</code>. The <code>swapped</code> parameter change the registers order, when function convert a 32-bit unsigned integer value to the set of registers.</p>
752
757
<divclass="notecard note">
753
758
<p><strong>Note:</strong> This function is available only for <code>Register.Input</code> and <code>Register.Holding</code> registers.</p>
<p>Writes a 64-bit unsigned integer <code>value</code> to the <code>Register</code> addresses. The <code>swapped</code> parameter change the registers order, when function convert a 64-bit unsigned integer value to the set of registers.</p>
763
+
<p>Writes a 64-bit unsigned integer <code>value</code> to the <code>Register</code> addresses with <code>deviceId</code>. The <code>swapped</code> parameter change the registers order, when function convert a 64-bit unsigned integer value to the set of registers.</p>
759
764
<divclass="notecard note">
760
765
<p><strong>Note:</strong> This function is available only for <code>Register.Input</code> and <code>Register.Holding</code> registers.</p>
<p>Writes a double <code>value</code> to the <code>Register</code> addresses. The <code>swapped</code> parameter change the registers order, when function convert a double value to the set of registers.</p>
770
+
<p>Writes a double <code>value</code> to the <code>Register</code> addresses with <code>deviceId</code>. The <code>swapped</code> parameter change the registers order, when function convert a double value to the set of registers.</p>
766
771
<divclass="notecard note">
767
772
<p><strong>Note:</strong> This function is available only for <code>Register.Input</code> and <code>Register.Holding</code> registers.</p>
<p>Writes a float <code>value</code> to the <code>Register</code> addresses. The <code>swapped</code> parameter change the registers order, when function convert a float value to the set of registers.</p>
777
+
<p>Writes a float <code>value</code> to the <code>Register</code> addresses with <code>deviceId</code>. The <code>swapped</code> parameter change the registers order, when function convert a float value to the set of registers.</p>
773
778
<divclass="notecard note">
774
779
<p><strong>Note:</strong> This function is available only for <code>Register.Input</code> and <code>Register.Holding</code> registers.</p>
0 commit comments