Files
cms_thermo_active/Client.Config/Config.xml
T
CMS3762\carminatini 498158b0fa First working version
2017-12-27 16:54:24 +01:00

37 lines
1.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Config>
<Client>
<TranspColor>#FF00FF</TranspColor>
<RenderingMethod>GPU</RenderingMethod> <!-- GPU/CPU -->
<RunningOnSecondaryScreen>false</RunningOnSecondaryScreen>
<DeveloperMode>true</DeveloperMode>
</Client>
<Connection>
<Url>http://localhost:9000/index.html</Url>
<Id>1</Id>
<DeleteCahceFolderOnStartup>false</DeleteCahceFolderOnStartup>
</Connection>
<VendorHmi>
<Type>OSAI</Type><!-- NO_NC/DEMO/FANUC/SIEMENS/OSAI -->
</VendorHmi>
<ExtSoftwares>
<Software>
<LongName>Calculator</LongName>
<ShortName>CAL</ShortName>
<Path>C:\Windows\System32\calc.exe</Path>
<Arguments></Arguments>
</Software>
<Software>
<LongName>NotePad</LongName>
<ShortName>NP</ShortName>
<Path>C:\Windows\System32\notepad.exe</Path>
<Arguments></Arguments>
</Software>
<Software>
<LongName>MsPaint</LongName>
<ShortName>PA</ShortName>
<Path>C:\Windows\System32\mspaint.exe</Path>
<Arguments></Arguments>
</Software>
</ExtSoftwares>
</Config>