AGG Software Forums
July 27, 2024, 11:45:16 AM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Welcome on our forum!
 
  Home Help Search Login Register  
  Show Posts
Pages: [1] 2 3 ... 54
1  Online Help Center / Data loggers and plug-ins / Re: Advanced OPC Data Logger on: May 12, 2021, 03:35:59 PM
Hello,

You can use the SQL Database Pro plugin and execute the UPDATE SQL statement.
2  Online Help Center / Data loggers and plug-ins / Re: Help rq.: Intercept and change data between balance and 3'rd party software. on: April 30, 2021, 06:55:55 AM
Please, submit a ticket https://support.aggsoft.com, and we'll schedule a remote support session.
3  Online Help Center / Data loggers and plug-ins / Re: Help rq.: Intercept and change data between balance and 3'rd party software. on: April 29, 2021, 02:00:45 PM
Hi,

Our software can only receive data from one COM port, transform it and send a new data packet to another COM port. You can use our Virtual Null Modem to create additional COM ports.

Tutorial:
https://www.aggsoft.com/asdl-scale-data-filter.htm

Data flow:
Software [Sends balance Command] -> Virtual COM1 -> Virtual COM2 -> Data Logger (Configuration 1) -> Redirection -> Real COM port -> Balance

Balance -> Real COM port -> Data Logger (Configuration 2) -> Redirection -> Virtual COM2 - Virtual COM1 - Software
4  Online Help Center / Data loggers and plug-ins / Re: Advanced Serial Data Logger - Excel Export on: January 21, 2021, 07:06:09 AM
What device does output this data? We can prepare a custom parser module for it.

Also, I can connect to your computer remotely and help with setup.

Please, open a ticket at https://support.aggsoft.com/, and we'll schedule an appropriate time.
5  Online Help Center / Data loggers and plug-ins / Re: Advanced Serial Data Logger - Excel Export on: January 15, 2021, 07:02:39 AM
Hello,

If you want to extract the entire row and send it to Excel, you do not need parsing using delimiters. You should only specify line ending characters.

Please, look here:
https://www.aggsoft.com/asdl-barcode-data-logger.htm

If you want to split data to separate columns, you may do the following:

Date, Time, Room - you may extract this data from a fixed position using the ASCII Data Parser plugin.
Alarm type - use the following regular expression in ASCII Data Parser

[\d\.]{3,}\ {2,}(.+?)\ {2}

Call type - use the following regular expression

\ {2,}(.+)$

Maybe, fields in your data are delimited by the TAB ASCII character. Then you may extract data using it.
6  Online Help Center / Data loggers and plug-ins / Re: COM Port is closed on: November 19, 2020, 09:58:29 AM
Sorry, but I cannot answer precisely. It is necessary to try.
7  Online Help Center / Data loggers and plug-ins / Re: COM Port is closed on: November 19, 2020, 07:28:30 AM
Unfortunately, our software cannot help in the Spy mode.

Is it possible you can use a special monitor cable?
https://www.aggsoft.com/rs232-pinout-cable/serial-port-monitor-cable.htm

But in this case, you need two COM ports on your computer (one for a printer and another for captured data).
8  Online Help Center / Data loggers and plug-ins / Re: COM Port is closed on: November 18, 2020, 02:07:14 PM
Hello,

If the COM port is already used for a printer, our software cannot connect to it. You may try the "Spy" mode, but I'm not sure.
9  Online Help Center / Advanced Serial Port Monitor / Re: Log file configuration on: October 20, 2020, 07:02:19 AM
The program saves all settings in the Windows registry.
HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\AGG Software\Advanced Serial Port Monitor
you may export this node and import it on another computer.
10  Online Help Center / Data loggers and plug-ins / Re: Log data from different IP addresses to IP Data Logger and export to Excel on: September 30, 2020, 07:22:48 AM
Can I connect to your computer remotely?

If yes, please open a ticket here:

https://support.aggsoft.com/
11  Online Help Center / Data loggers and plug-ins / Re: Log data from different IP addresses to IP Data Logger and export to Excel on: September 29, 2020, 11:26:50 AM
In this case, you should create 10 configurations.

1. In the first configuration, you should enable and configure the Aggregator plugin
1.1 Enable and configure the Excel data export plugin.

2. In other configurations, you should redirect data to the first configuration.
12  Online Help Center / Data loggers and plug-ins / Re: Log data from different IP addresses to IP Data Logger and export to Excel on: September 29, 2020, 10:27:10 AM
I'm not sure that it is a good idea to consolidate data from 10 data sources. If one data source pauses, all other data streams will be paused too.

I think you need one configuration, but write data to a new row in Excel for each data packet.
13  Online Help Center / Data loggers and plug-ins / Re: Log data from different IP addresses to IP Data Logger and export to Excel on: September 29, 2020, 07:24:07 AM
Hello,

Yes, the logger can receive data from multiple data sources. Did you create a separate configuration for each data source in our logger?
14  Online Help Center / Data loggers and plug-ins / Re: leading zeros on: August 25, 2020, 06:45:16 AM
You should use it in the ASCII Data Parser plugin.
15  Online Help Center / Data loggers and plug-ins / Re: leading zeros on: August 22, 2020, 09:16:33 AM
Try the following:

Sart signature: ?
End signature: @
Parse full data packet: yes

The regular expression for the first variable:

\?0*([\d\-]+)\d{3}\ {3}

The regular expression for the second variable:

(\d{3})\ {3}

The regular expression for the 3rd variable:

(\d+)\@
Pages: [1] 2 3 ... 54
Powered by SMF 1.1.21 | SMF © 2015, Simple Machines