Skip to content

Commit

Permalink
Added TX notifier
Browse files Browse the repository at this point in the history
- Added TX notifier
- Moved RX case to receiver loop
  • Loading branch information
rfporter committed Jul 9, 2018
1 parent 7a59a05 commit 1f2c9cd
Show file tree
Hide file tree
Showing 6 changed files with 181 additions and 176 deletions.
13 changes: 7 additions & 6 deletions MB Master.vipb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<VI_Package_Builder_Settings Version="0.6" Created_Date="2014-11-11 02:31:37" Modified_Date="2018-07-05 13:33:01" Creator="leonidas" Comments="" ID="57e1337f7739dbf4c2be4361f5c2e62a">
<VI_Package_Builder_Settings Version="0.6" Created_Date="2014-11-11 02:31:37" Modified_Date="2018-07-09 13:06:45" Creator="leonidas" Comments="" ID="40ce9cc5f2dbb327e12ee941ceefe435">
<Library_General_Settings>
<Package_File_Name>MB_Master</Package_File_Name>
<Library_Version>1.3.2.8</Library_Version>
<Library_Version>1.3.2.10</Library_Version>
<Auto_Increment_Version>false</Auto_Increment_Version>
<Library_Source_Folder>..\builds\MB Master\Source Distribution</Library_Source_Folder>
<Library_Output_Folder>..\builds\MB Master</Library_Output_Folder>
Expand Down Expand Up @@ -47,12 +47,13 @@ It supports RTU, ASCII and TCP modes with the following function codes:
0x2B/0x0E - Read Device Identification

Supports sharing a COM port across multiple Modbus sessions using VISA locks (10 second timeout).
Supports sharing a Modbus session across multiple communication loops using a DVR as a mutex.</Description>
Supports sharing a Modbus session across multiple communication loops.</Description>
<Copyright/>
<Packager>Ryan Porter</Packager>
<URL>https://lavag.org/files/file/286-plasmionique-modbus-master/</URL>
<Release_Notes>Added Device ID Objects to Modbus Comm Tester
Implemented transaction IDs for Modbus TCP</Release_Notes>
Implemented transaction IDs for Modbus TCP
Added PDU request and PDU response to ADU class</Release_Notes>
</Description>
<Destinations>
<Toolkit_VIs>
Expand Down Expand Up @@ -503,7 +504,7 @@ Implemented transaction IDs for Modbus TCP</Release_Notes>
<Path>..\builds\MB Master\Source Distribution\MB_Master\Read Device Identification.vi</Path>
<VI_Title/>
</Items_Data>
<GUID>01DD350F31E12DE1F4F628FFF1E2C61C</GUID>
<GUID>F92C64D0B7863D611A40F955589E2FC2</GUID>
</Functions_Palette_Data>
<Functions_Palette_Data>
<Parent_Palette_Index>0</Parent_Palette_Index>
Expand Down Expand Up @@ -580,7 +581,7 @@ Implemented transaction IDs for Modbus TCP</Release_Notes>
<Path>..\builds\MB Master\Source Distribution\MB_VISA_Lock\Dispose VISA Lock Ref.vi</Path>
<VI_Title/>
</Items_Data>
<GUID>57585BDF9635DEB948B910028461274C</GUID>
<GUID>C3BDB1A638B2C60C4A82B464A262AC30</GUID>
</Functions_Palette_Data>
</Library_Palette_Definition>
</VI_Package_Builder_Settings>
Binary file modified MB_Master_TCP/Core.vi
Binary file not shown.
344 changes: 174 additions & 170 deletions MB_Master_TCP/MB_Master_TCP.lvclass

Large diffs are not rendered by default.

Binary file modified MB_Master_TCP/Querry.vi
Binary file not shown.
Binary file modified MB_Master_TCP/TX.vi
Binary file not shown.
Binary file modified Tools/Transaction ID Test.vi
Binary file not shown.

0 comments on commit 1f2c9cd

Please sign in to comment.