April 04, 2025, 03:52:49 AM
|
Show Posts
|
Pages: [1]
|
2
|
Online Help Center / Data loggers and plug-ins / Re: leading zeros
|
on: August 21, 2020, 03:46:27 PM
|
Allo,
Below are 2 data packets. with desired results.
First sample
?880698-00-2061 28103@ need to parse as field 1 880698-00-2 (11 characters) field 2 061 (3 characters) field 3 28103 (up to 9 characters)
Second sample
?0088-190031061 28230@ need to parse as field 1 88-190031 (9 characters with first leading 0 dropped) field 2 061 (3 Characters) field 3 28230 (up to 9 characters)
I hope this can be done.
Thanks.
|
|
|
6
|
Development / Feature Requests / CNC program transfer
|
on: November 01, 2017, 03:39:01 AM
|
Allo,
I thought maybe File request might be what I am looking for...
Let's I send a command such as:
% PRG TEST.CNC %
I would like the system to read this and it would tell the system to send TEST.CNC back to the origin IP where the request was made.
Is this possible?
Thanks.
|
|
|
7
|
Development / Feature Requests / parser setup
|
on: March 20, 2017, 09:33:25 PM
|
Allo,
Just wondering if while in Parser setup it would be possible to drag and drop field. Currently in the even of adding a field the whole queue has to be rewritten.... Would be nice to insert mid way then adjust the items as needed.
Thank you.
|
|
|
10
|
Development / Feature Requests / Configuration Enable or Disable
|
on: May 25, 2016, 05:52:08 PM
|
Allo,
Would it be possible to add an option to enable or disable a configuration in "Advanced TCP/IP Data Logger"
Currently if I am testing something, I can only delete the config after test if I don't want to use it....
Thanks.
|
|
|
11
|
Online Help Center / Data loggers and plug-ins / Software updates
|
on: May 01, 2014, 03:52:18 PM
|
Allo,
When I check for software update on Advanced TCP-IP Logger and SQL Pro, it frequently has updates. Is there a log of what the updates are? Bug fixes perhaps?
I have not yet found it.
My apology if I missed it!
Thanks.
|
|
|
14
|
Online Help Center / Data loggers and plug-ins / sqldbpro update
|
on: June 25, 2013, 03:19:26 PM
|
Allo
I am trying to install the last update to SQLDB pro. Upon running the installer, it returns an error:
An error occurred while trying to replace the existing file: DeleteFile Failed; Code 5 Access is denied.
I stopped the tcp-ip logger service but that did not help.
What needs to be done?
Thanks.
|
|
|
15
|
Online Help Center / Data loggers and plug-ins / elapsed time
|
on: June 24, 2013, 10:18:45 PM
|
Allo,
I am using Advanced TCP-IP data Logger, Sample configuration below. My question is about DATE_TIME_STAMP and DATA_SOURCE_FULL_NAME, I would like to be able to calculate the elapsed time between the last data received and of the same DATA_SOURCE_FULL_NAME.
For example I received Data at 6/24/2013 1:58:29 PM from 172.24.129.1:10003 and previously received Data at 6/24/2013 1:56:03 PM from 172.24.129.1:10003
I would love to be able to do the calculation as I receive this data. In this case 6/24/2013 1:58:29 PM - 6/24/2013 1:56:03 PM = 00:02:26 or 156 seconds.
Is this possible? Then I can just send this up to the sql server.
Thanks.
Name=SQL#1 SQL=insert+into+DATA%0D%0A(FULL_DATA_PACKET%2C+DATA_PACKET%2C+DATE_TIME_STAMP%2C+DATA_SOURCE_ID%2C+DATA_SOURCE_NAME%2C+DATA_SOURCE_FULL_NAME%2C+CLIENT_ID%2C+PART_%23%2C+P_TYPE%2C+PROBE%2C+AX0%2C+AZ0%2C+AX1%2C+AZ1%2C+AX2%2C+AZ2%2C+AX3%2C+AZ3%2C+AX4%2C+AZ4%2C+AX5%2C+AZ5%2C+AX6%2C+AZ6%2C+BX0%2C+BZ0%2C+BX1%2C+BZ1%2C+BX2%2C+BZ2%2C+BX3%2C+BZ3%2C+BX4%2C+BZ4%2C+COUNTER)+%0D%0AVALUES++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++%0D%0A(%3AP1%2C+%3AP2%2C+%3AP3%2C+%3AP4%2C+%3AP5%2C+%3AP6%2C+%3AP7%2C+%3AP8%2C+%3AP9%2C+%3AP10%2C+%3AP11%2C+%3AP12%2C+%3AP13%2C+%3AP14%2C+%3AP15%2C+%3AP16%2C+%3AP17%2C+%3AP18%2C+%3AP19%2C+%3AP20%2C+%3AP21%2C+%3AP22%2C+%3AP23%2C+%3AP24%2C+%3AP25%2C+%3AP26%2C+%3AP27%2C+%3AP28%2C+%3AP29%2C+%3AP30%2C+%3AP31%2C+%3AP32%2C+%3AP33%2C+%3AP34%2C+%3AP35)+++++++++++++++++++%0D%0A%0D%0A QueryType=No SendBack=No IgnoreErrors=No Parameter=P1|FULL_DATA_PACKET (Full data packet)|String| Parameter=P2|DATA_PACKET (Data packet)|String| Parameter=P3|DATE_TIME_STAMP (Datetime stamp)|DateTime| Parameter=P4|DATA_SOURCE_ID (Data source ID)|Integer| Parameter=P5|DATA_SOURCE_NAME (Data source name)|String| Parameter=P6|DATA_SOURCE_FULL_NAME (Data source full name)|String| Parameter=P7|CLIENTID (Client ID)|Integer| Parameter=P8|PART_A (Part_# (PART_A))|String| Parameter=P9|PROD_TYPE (Prod_type (PROD_TYPE))|Integer| Parameter=P10|PROBE (Probe (PROBE))|Float| Parameter=P11|AX0 (AX0)|Float| Parameter=P12|AZ0 (AZ0)|Float| Parameter=P13|AX1 (AX1)|Float| Parameter=P14|AZ1 (AZ1)|Float| Parameter=P15|AX2 (AX2)|Float| Parameter=P16|AZ2 (AZ2)|Float| Parameter=P17|AX3 (AX3)|Float| Parameter=P18|AZ3 (AZ3)|Float| Parameter=P19|AX4 (AX4)|Float| Parameter=P20|AZ4 (AZ4)|Float| Parameter=P21|AX5 (AX5)|Float| Parameter=P22|AZ6 (AZ6)|Float| Parameter=P23|AX6 (AX6)|Float| Parameter=P24|AZ6 (AZ6)|Float| Parameter=P25|BX0 (BX0)|Float| Parameter=P26|BZ0 (BZ0)|Float| Parameter=P27|BX1 (BX1)|Float| Parameter=P28|BZ1 (BZ1)|Float| Parameter=P29|BX2 (BX2)|Float| Parameter=P30|BZ2 (BZ2)|Float| Parameter=P31|BX3 (BX3)|Float| Parameter=P32|BZ3 (BZ3)|Float| Parameter=P33|BX4 (BX4)|Float| Parameter=P34|BZ4 (BZ4)|Float| Parameter=P35|COUNTER (Counter (COUNTER))|Integer|
|
|
|
|
Loading...
|
|