Releases: baaron4/ExcelPaster
V3.2.3
Excel Paster V3.2.0
-Added MRB find and replace function. Select a folder full of request block files. Choose a number you want to replace and enter it in the Find field (ex. all registers that start with 120) Then choose a number to replace it with and type that in the Replace field. Then select an output folder and hit Find and Replace.
Excel Paster V3.1.0
-Made changes to C9 Report Generators
-Added Excel to PDF Generator
3.0.2
What's Changed
- Fixed Report Generator by @CWaymaker in #3
New Contributors
- @CWaymaker made their first contribution in #3
Full Changelog: 3.0.1...3.0.2
3.0.1.
Added new report generator items
Can now choose between 2 different types of reports with/without hexanes.
Report Generator Excel Function Added
Made tweaks to Report Generator for recent files
Added Excel generator for gas reports. Reads Excel files and uses PDF template to generate PDF output
Report Generator
Added report generator for .txt files to .pdf
Modbus TCP Client Tab
Features:
- Added new tab for Modbus Communication over TCP.
-- Connects to desired IP Address and Port Number
-- Can perform Modbus Functions 1,2,3,4,5,6,15, and 16
-- Displays Request packet in Hex as settings are changed
-- Can read Data as 16-Bit int, 32-Bit int, float, or Boolean
-- If data Format is not 32-bit (16-Bit modicon or 16-Bit word swapped) will calculate the Data Pair for every 2 16-Bit Values
-- Packet Log for Sends and Recieves
-- Fixed 32-Bit and Float Write operations having wrong byte order
Set IP Dynamic, Lookup All Device on Pad in DB, IP Ping
-
New Feature: Added Button to IP Changer that sets that Ethernet adapter to Dynamic and waits a few seconds to find a the newly set IP
-
New Feature: Added Button to open your computers adapters in the Control Panel
-
Program no longer needs to be reset when Database is altered
-
New Feature: When Looking up IPs from database all IPs on that Pad will automatically show up in a list
-
New Feature: Ping IP will take the IP that is in the "Lookup IP from Database" section and ping it a specified number of times. The result window can be stopped/cleared.
-
WIP: Feature that can scan a currently connected to IP network for active devices. (Basically Angry IP clone). Disabled for now due to new threads not communicating back to main thread correctly
-
WIP: To Do List tab. Probably will get rid of, however it lets users import Excel Sheet to do lists. Nothing more at the moment
-
WIP: Modbus Test Tab. Will be placeholder for modbus communication over serial/ethernet tester since C# supports library's for modbus.