Automation Options

56.3.8 Virtual Router Log

The 'Virtual Router' log file is stored by default within Etere's installation folder in the following format:

[drive]:\Program Files\ETERE\Log\user.[station]\au.etereau.[station].[user].[router].log, where:

- [drive] : Is the partition on which Etere is installed (e.g. C:\).

- [station] : The automation related station (e.g. 001, 002, 003, etc).

- [user] : The name of the workstation where the automation is running.

- [router] :The resource ID of the virtual router (e.g. 1c, 2c, 3c, etc).

E.g., au.etereau.001.michael.3c.log


Reading router logs

It is possible to know the exact configuration of a virtual router just by interpreting the following parameters contained within the log:

-- LOG STARTED 04/08 10:10:25.531 --

.....

04/08 10:10:25.531 Backup routers: 0 [TEtereVirtualRouter.DecodeUserSettings]


It indicates the number of virtual routers simultaneously controlled by the main one. For example:

BackupRouters=1,VirtualInputsTable=[0;1;1;1;0][0;2;1;1;0][1;1;1;1;0][1;2;1;1;0],VirtualLevelsTable=[0;1;1;1;255][0;2;1;1;255][1;1;1;1;255][1;2;1;1;255][0;1;2;1;255][0;2;2;1;255],VirtualOutputsTable=[0;1;1;1;0][0;2;1;1;0][1;1;1;1;0][1;2;1;1;0],VirtualInputs=6,VirtualOutputs=2 [TEtereVirtualRouter.DecodeUserSettings]

04/08 10:10:25.531 Virtual inputs: 9 [TEtereVirtualRouter.DecodeUserSettings]


It is related to the number of virtual inputs.


04/08 10:10:25.531 Virtual outputs: 1 [TEtereVirtualRouter.DecodeUserSettings]


It is related to the number of virtual outputs.


04/08 10:10:25.531 Physical inputs table:


[0;1;10;1;10][0;2;10;1;10][0;1;1;1;1][0;2;1;1;1][0;1;2;1;2][0;2;2;1;2][0;1;3;1;3][0;2;3;1;3][0;1;4;1;4][0;2;4;1;4][0;1;5;1;29][0;2;5;1;5][0;1;6;1;30][0;2;6;1;6][0;1;7;1;7][0;2;7;1;7][0;1;8;1;32][0;2;8;1;8][0;1;9;1;63][0;2;9;1;9][0;1;11;1;11][0;2;11;1;11][0;1;12;1;12][0;2;12;1;12] [TEtereVirtualRouter.DecodeUserSettings]


It details the physical inputs mapping, each string [a,b,c,d,e] is a mapping where:


- A: Virtual router (main=0, backup1=1, backup2=2, etc)

- B: Physical router (e.g.: 1=Axon, 2=Leitch, 3=MC Maestro, etc.)

- C: Virtual input

- D: Virtual output

- E: Physical input

E.g.: [0;1;10;2;11] means that each time the virtual input 10 is switched to the virtual output 2 from the main virtual router, the physical input 11of the physical router 1 is selected.


04/08 10:10:25.531 Physical levels table:

[0;1;9;1;255][0;2;9;1;255][0;1;12;1;255][0;2;12;1;255][0;1;10;1;255][0;2;10;1;255][0;1;1;1;255][0;2;1;1;255][0;1;2;1;255][0;2;2;1;255][0;1;3;1;255][0;2;3;1;255][0;1;4;1;255][0;2;4;1;255][0;1;5;1;255][0;2;5;1;255][0;1;6;1;255][0;2;6;1;255][0;1;7;1;255][0;2;7;1;255][0;1;8;1;255][0;2;8;1;255][0;1;11;1;255][0;2;11;1;255][1;1;1;1;255][1;2;1;1;255] [TEtereVirtualRouter.DecodeUserSettings]

It indicates the physical routers levels mapping, each string [a,b,c,d,e] is a mapping where:


- A: Virtual router (main=0, backup1=1, backup2=2, etc)

- B: Physical router (e.g., 1=Axon, 2=Leitch, 3=MC Maestro, etc.)

- C: Virtual input

- D: Virtual output

- E: selected levels, it is an 8-bit bitmap, one by each level (255 -> 0xFF means that all the 8 levels are selected)

E.g.: [0;1;10;2;255] means that each time the virtual input 10 is switched to the virtual output 2 from the main virtual router, all the 8 levels of the physical router 1 are selected.


04/08 10:10:25.531 Physical outputs table:

[0;1;10;1;10][0;2;10;1;1][0;1;1;1;58][0;2;1;1;1][0;1;2;1;58][0;2;2;1;1][0;1;3;1;58][0;2;3;1;1][0;1;4;1;58][0;2;4;1;1][0;1;5;1;58][0;2;5;1;1][0;1;6;1;58][0;2;6;1;1][0;1;7;1;1][0;2;7;1;1][0;1;8;1;58][0;2;8;1;1][0;1;9;1;58][0;2;9;1;1][0;1;11;1;11][0;2;11;1;1][0;1;12;1;12][0;2;12;1;1] [TEtereVirtualRouter.DecodeUserSettings]

It details the physical outputs mapping, each string [a,b,c,d,e] is a mapping where:

- A: Virtual router (main=0, backup1=1, backup2=2, etc)

- B: Physical router (e.g.: 1=Axon, 2=Leitch, 3=MC Maestro, etc.)

- C: Virtual input

- D: Virtual output

- E: Physical input

E.g. [0;1;10;2;11] means that each time the virtual input 10 is switched to the virtual output 2 from the main virtual router, the physical input 11of the physical router 1 is selected.


...

-- LOG CLOSED --

NB: Further information on virtual routers can be found in the proper Using Virtual Routers section from the Etere Configuration chapter.