Skip to content

Releases: baaron4/ExcelPaster

V3.2.3

09 Feb 21:09

Choose a tag to compare

  • Adds Totalflow Register FindAndReplace features
  • Adds AutomatePCCU tab which lets you setup a computer to AutoCollect and email a Totalflow

Full Changelog: V3.2.0...V3.2.3

Excel Paster V3.2.0

13 Jul 20:38

Choose a tag to compare

-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

09 Jun 14:22
ea3c36a

Choose a tag to compare

-Made changes to C9 Report Generators
-Added Excel to PDF Generator

3.0.2

13 Jan 16:44
047ea39

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.0.1...3.0.2

3.0.1.

29 Nov 15:00

Choose a tag to compare

-Brought in all changes made by Jon
-Improved Report generator
-Removed unused tabs

Added new report generator items

08 Jan 21:39

Choose a tag to compare

Can now choose between 2 different types of reports with/without hexanes.

Report Generator Excel Function Added

07 Jul 18:50

Choose a tag to compare

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

21 May 05:18

Choose a tag to compare

Added report generator for .txt files to .pdf

Modbus TCP Client Tab

22 Apr 19:50

Choose a tag to compare

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

Modbus Tab

Set IP Dynamic, Lookup All Device on Pad in DB, IP Ping

13 Mar 04:49

Choose a tag to compare

V1_3Snapshot

  • 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.