Hi everybody,
sorry for the delay but I had to do some other work before I could finish this.
I added a lot of comment to the files and put them on dropbox. The link is : https://www.dropbox.com/s/irqnwwbeib3scmi/translogparser.rar
If you have any questions please do not hesitate to ask them...
this is a partial implementation. the opening tags from PHP are missing ( due to html tags ). I also don't advice anybody to insert data into the trans.log. The difference with the different versions are the actions that are supported. The log entries have the following structure :
1. unsigned...
translog.php
<?php
include("actions.php");
include("action_struct.php");
class Entry
{
public $Term;
public $Timestamp;
public $ActionID;
public $Action;
Public $Size;
Public $Data;
Public $DataStruct;
}
$sFilename = "C:\\temp\\trans.log";
$oFile = fopen($sFilename...
Hi Coorsman,
this was more easy then i thought. It is nog encrypted like people say it is just binary. I have created a parser in PHP for the information i was looking for. If anyone is interested I could give you the code to work with. It is a project in progess, but it gives you an idea about...
Hello Coorsman,
thanks for the answer. The problem with the GND tables it that it doesn't hold information about which table a check was registered to and that is just the information i need. The reprint tool shows me the tablenumber together with the checknumber and i noticed that it parses...
Hello Coorsman and TahoeMiah,
In a distant post you two have discussed the parsing of the trans.log file and did some research into its construction. I am currently in the need to filter some information from the logfile ( the tablenumber connected to a check ) and before I am going to reinvent...
The solution i use when getting into this type of trouble is using an USB to COM convertor from Aten. It gives me the option to change the portnumber to the needed com number and Aloha will give a notification of which device errored out.
I have a question about using the Aloha com objects. I have the idl file which tells me the functions that are implemented in the com object, but which dll/exe file implements these com objects. I have all the BOH com objects, that is no problem but I need the FOH. In a very old post somebody...
Dear Coorsman,
could you also send me a copy of the AKB document that includes the variables that can be used in a custom checkout file?
With regards,
Hellbender
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.