<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.crossfires.net/index.php?action=history&amp;feed=atom&amp;title=DAS</id>
	<title>DAS - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.crossfires.net/index.php?action=history&amp;feed=atom&amp;title=DAS"/>
	<link rel="alternate" type="text/html" href="https://wiki.crossfires.net/index.php?title=DAS&amp;action=history"/>
	<updated>2026-08-05T23:30:52Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.1</generator>
	<entry>
		<id>https://wiki.crossfires.net/index.php?title=DAS&amp;diff=334&amp;oldid=prev</id>
		<title>Erwin: Created page with &quot;DAS, or Diagnostic Assistance System,is the main software used for diagnosing pre-2013 cars. Each component of this software is explained here.  == log.dll == Main logger DLL...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.crossfires.net/index.php?title=DAS&amp;diff=334&amp;oldid=prev"/>
		<updated>2026-08-05T12:30:01Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;DAS, or Diagnostic Assistance System,is the main software used for diagnosing pre-2013 cars. Each component of this software is explained here.  == log.dll == Main logger DLL...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;DAS, or Diagnostic Assistance System,is the main software used for diagnosing pre-2013 cars. Each component of this software is explained here.&lt;br /&gt;
&lt;br /&gt;
== log.dll ==&lt;br /&gt;
Main logger DLL used by CAL, which in turn is used by DAS.&lt;br /&gt;
&lt;br /&gt;
Writes its logs to LOGGERF.TXT.&lt;br /&gt;
&lt;br /&gt;
=== API ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!DllExport&lt;br /&gt;
!&lt;br /&gt;
|-&lt;br /&gt;
|DLL_Log_Init(unused int, unused int, logdir char*, loglevel int, mode char*)&lt;br /&gt;
|mode:&lt;br /&gt;
- APPEND: write append to the given file&lt;br /&gt;
&lt;br /&gt;
- REWRITE: overwrite the given file&lt;br /&gt;
|-&lt;br /&gt;
|DLL_Get_Last_Error()&lt;br /&gt;
|Returns the last error set by the application&lt;br /&gt;
3000: log file already opened&lt;br /&gt;
|-&lt;br /&gt;
|DLL_Log_Write(unused int, flag byte, &lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== cal_real.dll ==&lt;br /&gt;
Called by cal.dll (to toggle between simulator mode and real mode).&lt;br /&gt;
&lt;br /&gt;
Main API to interact with the vehicle.&lt;br /&gt;
&lt;br /&gt;
=== Logging ===&lt;br /&gt;
This DLL either logs with DLL_Log_Write, or using SendMessageA on windows with class &amp;quot;MfxTraceWindow&amp;quot; (like Trc2File.exe), and if no window is found, uses OutputDebugString.&lt;br /&gt;
&lt;br /&gt;
=== Configuration ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+LOGGER.INI&lt;br /&gt;
used for DLL_Log_Init()&lt;br /&gt;
!AppName&lt;br /&gt;
!KeyName&lt;br /&gt;
!Options&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|LOGGER&lt;br /&gt;
|LEVEL&lt;br /&gt;
|0&lt;br /&gt;
1&lt;br /&gt;
&lt;br /&gt;
2&lt;br /&gt;
&lt;br /&gt;
3 (default)&lt;br /&gt;
|Set log level&lt;br /&gt;
|-&lt;br /&gt;
|LOGGER&lt;br /&gt;
|MODE&lt;br /&gt;
|REWRITE (default)&lt;br /&gt;
APPEND&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+CAL.INI&lt;br /&gt;
!AppName&lt;br /&gt;
!KeyName&lt;br /&gt;
!Options&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|SERVER&lt;br /&gt;
|PLATFORM&lt;br /&gt;
|PART_D&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|PATH&lt;br /&gt;
|DRIVER&lt;br /&gt;
|&lt;br /&gt;
|PART_D specific setting, location of the slave.ini file&lt;br /&gt;
|-&lt;br /&gt;
|SERVER&lt;br /&gt;
|CPULOADREDUCTION&lt;br /&gt;
|&lt;br /&gt;
|Calls CaesarSetOptions(&amp;quot;CPULOADREDUCTION=%s&amp;quot;) with the given value, if set&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+CABLE_ID.MAP&lt;br /&gt;
!AppName&lt;br /&gt;
!KeyName&lt;br /&gt;
!&lt;br /&gt;
!&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Erwin</name></author>
	</entry>
</feed>