- Add key-Control unit-Immobilizer(CAN)-Add Key. Then please close all doors and switch the ignition on. Please input 4-Digit Pin Code, press “OK” to continue. Pls switch the iginition off and remove the key, press OK. 4.Test Remote locking /unlocking key function. Autel IM608 is successfully tested working fine with Chevrolet Cruze.
- Opel Diagnostics - OPCOM V1.45 Setup & Installation: IntroductionThis Instructable will help you set up and use the Opel hardware and software. It is specific to OPCOM V1.45 which was made in China. It was developed a number of years ago and software support has diminished since then. It is for this r.
- CN900 Mini key copy machine firmware update to new version 1.32.2.19: CN900 Mini Key Programmer 1.32.2.19 Update Feature: Add Toyota 71,74,8A Smart key ADD and DELETE via OBDII Add Toyota 71,74,8A Smart key all keys lost programming Add Toyota 8A smart key RENEW Add 8E Bank Data read, CS crypto Programming, CS Unlock Add Partial 48 Decoding and Copy.
- OP-COM opcom 2012V firmware 1.59 installation step-by-step OP COM USB diagnostic interface for Opel and Vauxhall firmware has newly updated to V1.59. Here is the step-by-step instruction on how to.
- 1ALiVE in Editor
- 2ALiVE in Game
- 3ALiVE Modules
- 4ALiVE and Third Party Scripts
ALiVE in Editor
Aug 10, 2016 How to program key with opcom 1.59 Wednesday, August 10, 2016 This is a instruction/ user manual on how to OPCOM OP-COM (fw: v1.39, v1.59) to program keys to Opel cars.
How exactly do TAOR & blacklist markers work?
See this description of TAOR usage. Blacklist and TAOR markers will only affect unit and location placement at mission start. Blacklist markers will not completely prevent units from moving into those areas during the game if they spot enemy there. However, Military AI Commanders will not find objectives in those areas.
How do I prevent a spawned unit/group from being profiled?
By default units/groups spawned during runtime by scripts other than ALiVE's Placement Modules will not be profiled by the Virtual AI System. In fact, on default settings, only units synced to the Virtual AI module will be profiled, so even manually placed units will remain as normal. For added flexibility, a command can be run on any spawned units to force the profiler to ignore them (for example, using an extended event handler):
_vehicle setVariable ['ALIVE_profileIgnore', true];
How do I set the CAS units to spawn at a certain height for things like the USS Nimitz?
In the CAS module there is a field for spawn height - be sure to use ASL not ATL !!
Is there a way to specify what type of enemy units spawn?
ALiVE is designed to spawn credibly realistic force compositions based on GENFOR combined arms tactics with simple modifiers that influence what type of battle group you will encounter, whilst keeping a reasonably balanced combined arms battelgroup. However, you can choose to override this by entering a maximum number of groups of each type or setting them to 0 to prevent them spawning at all.
Advanced users can create Custom Blacklists by editing staticData.sqf, or customise group types by Declaring Faction Mappings, or create an entirely custom faction with the Orbat_Tool.
What do the numbers mean (50|150) next to the placement modules in debug?
The first number (50) is the priority of the objective in relation to OPCOM. The second number (150) is the size of the objective (radius from centre). Taken together with some other data such as proximity to the location of the Mil Placement module, OPCOM will use these numbers to determine which objective to attack first.
Zone markers show the type of objective: red for military, yellow for civilian.
cluster id | cluster type | cluster priority | cluster size
Colour index for the location markers:
CIVILIAN
green - priority 0 e.g. CIV|0|150pink - priority 10blue - priority 30orange - priority 30white - priority 40yellow - priority 40black - priority 50
Relation to filtering settings:
size
none: 0tiny: 160small: 250medium: 400value: 700
priority
none: 0low: 10medium: 30high: 40

How do I reset persistence?
Change the mission filename. See ALiVE Data page for further details of how to reset persistence and stats.
ALiVE in Game
How do I bring up the ALiVE menu (Combat Support / Admin Actions / View Distance etc)?
Your player must have the required item defined on the Combat Support module (see below) and the relevant modules must be placed in the editor.
Use your App Key to open the ALiVE menu: the app key is found next to your right control key. If you do not have that key you can map it to any other key once in game by going to Configure >> Controls >> Configure Addons >> Addon: ALiVE.
Alternatively, the old method of mapping User Key 20 in the options menu of the game still works but you will need to restart ArmA for this to take effect.
Opcom Add Keywords
How do I change what item is required to access the Combat Support Interface?
The Combat Support module has a field for an item classname (default: LaserDesignator) - change this to taste. Try using the 'ALiVE_Tablet' object. Note that both ACRE and TFR are supported.
Can I have CAS limited to players with a Laser Designator but still allow transports to be used by all?
Players can interact with ALiVE transport choppers by boarding the chopper and selecting <scroll wheel> Talk to Pilot. This will bring up the tablet interface and allow you to give orders to the pilot. Once you arrive at your location remember to order the pilot to RTB before hopping out.
Can I save the progress without a dedicated server?
Set Persistence to Local in the ALiVE Data module. If you want to use War Room services such as Mission Stats, Server Monitoring and AAR, you need to run @aliveserver on the host machine and have a War Room account with the host details setup (ensure the IP address is correct).
Cloud Persistence works best with a dedicated server on a static IP. However, it is possible to set up a 'local server' on your PC (arma3server.exe) running the same mods and register that with the War Room. Be sure to check the IP address in your War Room group profile from time to time, as most people are on a dynamic IP and it may change. See the BI Community Wiki for info about setting up a server.
Advanced users can set up their own local instance of CouchDB.
ALiVE Modules
How do I get a community made faction to work with the ALiVE modules?
Check if the mod is on the known working faction list or load it with the Orbat_Tool to see which groups are compatible with ALiVE.
If you are the author of a unit mod working with ALiVE, please take a look at the config standardisation page
How do I get a community made map to work with the ALiVE modules?
Check if the mod is on the known working maps list.
If the map is not on the list you can request it be looked at by a ALiVE dev on our github page.
How do I define a custom objective for Military AI Commanders?
See the Military Placement (Custom Objectives) module.
Advanced Mission Editors can use the following script command to add Objectives: [_OPCOM,'addObjective',[_id, _pos, _size]] call ALiVE_fnc_OPCOM
ALiVE and Third Party Scripts
R3F Logistics: can I persist objects moved with R3F Log?
Place a gamelogic on the map named LOGIC_ALIVE (or you can simply name the ALiVE (Required) module ``LOGIC_ALIVE). You need to add the following line of code to R3F_LOGobjet_deplacablerelacher.sqf at line 12:
[LOGIC_ALIVE,'updateObject',[R3F_LOG_joueur_deplace_objet]] call ALIVE_fnc_logistics;
VCOM AI: How can I stop VCOM taking over my CAS Units?
There are a couple of methods. The simplest is to follow the Advanced Vehicle Placement instructions to place a Combat Support unit manually then for each crew member put setVariable ['NOAI',1,false]; in their init line. Alternatively, you can disable VCOM globally for specific unit types in init.sqf:
[
] call CBA_fnc_addPerFrameHandler;
Free download OP-COM vaux-com 150406b 150406d 131223c 121231i
OP-COM 150406b Released Notes- What’s new
New Interface firmware V01.64
Vehicle list updated to MY2015.
New models are added: Corsa-E, Karl / Viva, Vivaro-B.
New engine codes are added for MY2014, and MY2015, and the supported control unit list was updated.
New control units for the facelift Insignia are added.
Vivaro F4R 820, S3000, fault codes, measuring blocks, and programming options are added.
Vivaro M9R 630, EDC17C42, fault codes, measuring blocks are added.
Astra-H CIM module measuring blocks corrected.
Zafira-B AHL/AFL Trouble Codes / Basic Settings updated.
Zafira-B Z16XER programming functions are added.
Zafira-B Z17DTJ programming functions are added.
Meriva-B Key learning function added.
Agila-B with the diesel engine / standalone IMMO2 control unit key learning procedure corrected.
Vivaro key learning function corrected.
Trouble code reading / status bytes decoding corrected Vivaro / Vivaro PH3 / Movano-B.
Corsa-D BCM variant coding updated, support for newer control units are added.
Corsa-D IPC variant coding updated, support for newer control units are added.
Corsa-D ECM E89 Reset ECM added.
Corsa-D SDM programming corrected.
Support for the variant coding of a facelift Insignia Visteon IPC (GM B4).
Adam B12XEL fault codes / measuring blocks are added.
Antara A 22 DM / A 22 DMH fault codes / measuring blocks are added.
Astra-J A17DTR, A17DTJ measuring blocks corrected / programming functions are added.
Astra-J B16DTH, B16DTL fault codes / measuring blocks / programming functions are added.
Astra-J A16XHT fault codes / measuring blocks are added.
Astra-J B16SHL fault codes / measuring blocks are added.
Astra-J A16SHT fault codes / measuring blocks are added.
Astra-J A17DTE, A17DTF fault codes / measuring blocks are added.
Combo-D A 16 FDH oil life reset function / output tests are added.
Combo-D BCM output tests are added.
Combo-D IPC output tests are added.
Combo-D fault code clearing in all ECUs routine added.
Karl / Viva B10XE fault codes / measuring blocks are added.
Mokka A14NET fault codes / measuring blocks are added.
Mokka A16XER fault codes / measuring blocks are added.
Mokka B16DTH fault codes / measuring blocks are added.
Mokka A17DTS fault codes / measuring blocks are added.
Zafira-C B16DTJ fault codes / measuring blocks / programming functions are added.
Insignia A16XHT fault codes / measuring blocks are added.
Insignia A16SHL fault codes / measuring blocks are added.
Insignia A16SHT fault codes / measuring blocks are added.
Insignia B16DTH fault codes / measuring blocks are added.
Chevrolet Cruze Z20S1 oil life reset function added.
Chevrolet Cruze Z20D1 Fault codes / mearuing blocks / programming functions are added.
Lot of other small improvements / corrections / bug fixes to the software.
OP-COM 121231b Released Notes- What’s new
- New interface firmware, V01.47.
- Hopefully fixes stability issues with KWP-2000, and CAN protocol.
- Fault code lists have been updated, and corrected, a lot of new trouble codes have been added.
- A lot small, and even smaller bug was fixed in the program.
- Variant coding option was added to Astra-G, Zafira, and Vectra-B vehicles, with Z 22 SE GMPT-E15 engine control unit.
- Easytronic Measuring blocks were corrected on Meriva, Corsa-C, and Tigra-B models, and variant coding added.
- Easytronic Security Access procedure was corrected. In some cases, this function was not working correctly in previous versions.
- Easytronic Touch Point Adaptation procedure on Meriva, Corsa-C, and Tigra-B models was corrected.
- Variant coding of the Astra-G, and Zafira vehicles, with Z 16 YNG engine code has been corrected. With the previous versions, after
changing variant coding, the switching the CNG was not possible anymore.
- Insignia, Astra-J, Meriva-B TIM modul, new variants were added.
- Corsa-D BCM RPO (Regular Production Options) codes display was added.
- Astra-H, Zafira-B ABS/ESP control unit variant coding, based on parameters. In previous versions, this could only work with direct
hexadecimal codes!
- Corsa-D AFL trouble codes, measuring blocks, output tests, and variant programming were added.
- Meriva AFL trouble codes, measuring blocks, output tests, and variant programming were added.
- Vectra-C REC variant coding was corrected, in some rare cases, some options were not coded / decoded properly.
- Vectra-C AHS trouble codes, measuring blocks, output tests, and programming were added.
- Vectra-C EHS trouble codes, measuring blocks, output tests, and programming were added.
- Astra-H / Zafira-B ECC variant codes, and code index programming were added.
- Astra-H / Zafira-B SAC trouble codes, variant codes, and code index programming were added.
- Vivaro TID code index programming was added.
- Denso DEC 1.7l diesel engines with Z 17 DTR, Z 17 DTJ, A 17 DTR, A 17 DTJ engine code, fault codes, measuring blocks, and
programming options were added.
- Corsa-C, Meriva, Tigra-B Denso DEC 1.7l diesel engines Z 17 DT trouble codes, measuring blocks, and output test, and programming options
were added.
- Insignia, Astra-J, Zafira-C Bosch EDC17xx diesel engines, with A 20 DTH, A 20 DTJ engine code, trouble codes, measuring blocks, and
programming options were added.
- A Corsa-D GMPTHS0C engine control unit family (A10XEP, A12XEL, A12XER, A14XEL, A14XER) trouble codes added.
- A Corsa-D EDC17xx engine control unit family (Z13DTE, A13DTC, A13DTE, A13DTR) trouble codes added.
- A Corsa-D GMPTD1C engine control unit family (A17DTS) trouble codes added.
- Agila-B Airbag clearing trouble codes function was corrected, trouble codes, and measuring blocks were added.
- Ampera A 14 XXX engine code, Trouble Codes and Measuring blocks added. (I don’t know yet which engine code GM assigned for the
Ampera’s engine, sorry! This is why it’s marked with XXX)
- Insignia A 18 XER engine code, Measuring blocks added.
- Insignia A 20 DTR engine code, Trouble codes and Measuring blocks added.
- Insignia A 20 NHT engine code, Measuring blocks added.
- Insignia A 20 NFT engine code, Measuring blocks added.
- Insignia A 28 DTR engine code, Measuring blocks added.
- Insignia A 28 NET engine code, Measuring blocks added.
- Astra-J A 13 DTE engine code, Measuring blocks added.
- Astra-J A 14 NET engine code, Measuring blocks added.
- Astra-J A 14 XER engine code, Measuring blocks added.
- Astra-J A 16 XER engine code, Measuring blocks added.
- Astra-J A 16 LET engine code, Measuring blocks added.
- Astra-J A 17 DTC engine code, Measuring blocks added.
- Astra-J A 17 DTE engine code, Measuring blocks added.
- Astra-J A 17 DTS engine code, Measuring blocks added.
- Astra-J A 17 DTJ engine code, Measuring blocks added.
- Astra-J A 17 DTJ engine code, Measuring blocks added.
- Astra-J A 20 NFT engine code, Measuring blocks added.
- Astra-J A 20 DTR engine code, Measuring blocks added.
- Vivaro and Movano TECSHIFT transmission programming options added!
Opcom Add Keyboard
How to install Opcom Vaux-com software:
Use only software from CD
Installation
– Some antivirus can generate false alerts – disable antivirus during install, put op-com folder in excluding list
– Install one or more versions from CD
– plug opcom interface into computer
– install drivers
– start software
Always plug op-com interface into computer before using the software
Software will not start if the interface is not plugged.
Note: If you have problem to run on x64 try Win XP x86. For me its running on win 10 x64
I have a problem tor run on win 10 x64 in the past, at that time I was using my own mod (OP-COM_131223c Bulgarian and then copy only LangData from150406b). It happens to be a driver issue.
Then I had a problem with Comodo internet security. Not possible to run Op-com if have it installed, regardless of the settings. Even all security disabled.
Third option is that all those new clones are just not good regardless of chip branding. My tool is dated 2007-12-10. It come with something like fw 1.34 and was updated many times. Mostly by the op-com soft, if I remember last update i did through OPComFUT29b. (Google for it.) I did not have this share at that time.
Now I use the above share original posted by Fantomel and it works flawless.
And dont set as Administrator… no need, some soft got issue with win admin mod.
p.s
As some of you request where to buy, I found this PCB match mine from feedback pics and mine PCB. Also has reasonable fw ver. Can NOT guarantee that it will works with fw1.64 and above soft.
OP-COM vaux-com 150506a 150406b feedback:
feedback 1:
It cover very good Astra J but not as GDS2 with MDI
feedback 2:
OP-COM 150406b Pro is working with clon HQ OP-COM device and have fw 1.64!
Warning: OP-COM vaux-com – avoid garbage
the software and solution here are not tested by professionals, only shared by mates on the forum.
you might be trying it on your own risk; NO ONE will be responsible for a bad use
if you want have a OPCOM firmware 1.45 with Vaux-com 120309a for a good use.
Opcom v6: (opcom 1.45)
People advertise opcom as v1.65 or v1.70 or v1.95 ( I really don’t know if this is real because the opcom v16xxxx was in Polish not English ) for the one who don’t even know what they buy.
Opcom is a tool that use opcom software. Thr last opcom version is 150406 EN and 150506 DE.
Both is ask to upgrade the firmware in tge opcom tool to fw 1.64
So for opcom clones:
– if you are using opcom china clone 08-2010 which is actually opcom 100219a then the tool must have fw1.39 ( no newer )
-if you are using vauxcom 120309a ( w/ or w/o new data base ) you need to use opcom fw v1.45 ( no newer )
Source:http://blog.cardiagtool.co.uk/opcom-vaux-com-150406b-download-install-feedback/