SRADGalaxySettings Structure

Structure defining the parameter in SRADGalaxySettings

typedef struct __declspec (align(2))
{
   unsigned short perf_en;
   OP_ETH_GENERAL_SETTINGS opEthGen;
   OP_ETH_SETTINGS opEth1;
   OP_ETH_SETTINGS opEth2;
   OP_ETH_SETTINGS opEth3;
   OP_ETH_SETTINGS opEth4;
   OP_ETH_SETTINGS opEth5;
   OP_ETH_SETTINGS opEth6;
   OP_ETH_SETTINGS opEth7;
   OP_ETH_SETTINGS opEth8;
   OP_ETH_SETTINGS opEth9;
   OP_ETH_SETTINGS opEth10;
   OP_ETH_SETTINGS opEth11;
   OP_ETH_SETTINGS opEth12;
   CAN_SETTINGS can1;
   CANFD_SETTINGS canfd1;
   CAN_SETTINGS can2;
   CANFD_SETTINGS canfd2;
   CAN_SETTINGS can3;
   CANFD_SETTINGS canfd3;
   CAN_SETTINGS can4;
   CANFD_SETTINGS canfd4;
   CAN_SETTINGS can5;
   CANFD_SETTINGS canfd5;
   CAN_SETTINGS can6;
   CANFD_SETTINGS canfd6;
   CAN_SETTINGS can7;
   CANFD_SETTINGS canfd7;
   CAN_SETTINGS can8;
   CANFD_SETTINGS canfd8;
   SWCAN_SETTINGS swcan1;
   unsigned short network_enables;
   SWCAN_SETTINGS swcan2;
   unsigned short network_enables_2;
   LIN_SETTINGS lin1;
   unsigned short misc_io_initial_ddr;
   unsigned short misc_io_initial_latch;
   unsigned short misc_io_report_period;
   unsigned short misc_io_on_report_events;
   unsigned short misc_io_analog_enable;
   unsigned short ain_sample_period;
   unsigned short ain_threshold;
   unsigned int pwr_man_timeout;
   unsigned short pwr_man_enable;
   unsigned short network_enabled_on_boot;
   unsigned short iso15765_separation_time_offset;
   unsigned short iso_9141_kwp_enable_reserved;
   ISO9141_KEYWORD2000_SETTINGS iso9141_kwp_settings_1;
   unsigned short iso_parity_1;
   unsigned short iso_msg_termination_1;
   unsigned short idle_wakeup_network_enables_1;
   unsigned short idle_wakeup_network_enables_2;
   unsigned short network_enables_3;
   unsigned short idle_wakeup_network_enables_3;
   unsigned short can_switch_mode;
   STextAPISettings text_api;
   TIMESYNC_ICSHARDWARE_SETTINGS timeSyncSettings;
   unsigned short hwComLatencyTestEn;
   RAD_REPORTING_SETTINGS reporting;
   DISK_SETTINGS disk;
   LOGGER_SETTINGS logger;
   ETHERNET_SETTINGS2 ethernet1;
   ETHERNET_SETTINGS2 ethernet2;
   int16_t network_enables_4;
   RAD_GPTP_SETTINGS gPTP;
}SRADGalaxySettings;

Remarks

ItemDescription

perf_en

Performance test. Default value = 0

opEthGen

opEth1

See OP_ETH_SETTINGS structure

opEth2

See OP_ETH_SETTINGS structure

opEth3

See OP_ETH_SETTINGS structure

opEth4

See OP_ETH_SETTINGS structure

opEth5

See OP_ETH_SETTINGS structure

opEth6

See OP_ETH_SETTINGS structure

opEth7

See OP_ETH_SETTINGS structure

opEth8

See OP_ETH_SETTINGS structure

opEth9

See OP_ETH_SETTINGS structure

opEth10

See OP_ETH_SETTINGS structure

opEth11

See OP_ETH_SETTINGS structure

opEth12

See OP_ETH_SETTINGS structure

can1

See CAN_SETTINGS structure

canfd1

See CANFD_SETTINGS structure

can2

See CAN_SETTINGS structure

canfd2

See CANFD_SETTINGS structure

can3

See CAN_SETTINGS structure

canfd3

See CANFD_SETTINGS structure

can4

See CAN_SETTINGS structure

canfd4

See CANFD_SETTINGS structure

can5

See CAN_SETTINGS structure

canfd5

See CANFD_SETTINGS structure

can6

See CAN_SETTINGS structure

canfd6

See CANFD_SETTINGS structure

can7

See CAN_SETTINGS structure

canfd7

See CANFD_SETTINGS structure

can8

See CAN_SETTINGS structure

canfd8

See CANFD_SETTINGS structure

swcan1

See SWCAN_SETTINGS structure

network_enables

Bitfield containing the software license enables. Depending on the hardware license purchased the customer may have to conditionally select which hardware channels to enable. For example the neoVI Red license allows the user to enable any 2 Dual Wire CAN channels and any 2 LIN channels. To enable a specific network its corresponding bit must be set (1). In order to transmit or receive on a network it must be enabled.

swcan2

See SWCAN_SETTINGS structure

network_enables_2

Bitfield containing the software license enables. Depending on the hardware license purchased the customer may have to conditionally select which hardware channels to enable. For example the neoVI Red license allows the user to enable any 2 Dual Wire CAN channels and any 2 LIN channels. To enable a specific network its corresponding bit must be set (1). In order to transmit or receive on a network it must be enabled.

lin1

See LIN_SETTINGS structure

misc_io_initial_ddr

MISC IO Initial Data Direction Register. Controls the initial data direction of the tri-states on all misc digital pins. Each bit corresponds to an individual misc pin. Bit value of 0 signifies an input and bit value 1 signifies and output. Bit values corresponding to non existent pins (EX MISC7-MISC15 on FIRE) have no effect.

Default value = 0

Examples:

Set MISC1 to be output, all else input: misc_io_initial_ddr = 1

Set MISC1and MISC2 to be output, all else input: misc_io_initial_ddr = 3 (11 binary)

Set all MISC pins to output: misc_io_initial_ddr = 65535 (1111111111111111 binary)

misc_io_initial_latch

MISC IO Initial Latch Register. Controls the initial output latch value on all misc digital pins. Each bit corresponds to an individual misc pin. Bit value of 0 signifies an low voltage and bit value 1 signifies high voltage. Bit values corresponding to non existent pins (EX MISC7-MISC15 on FIRE) have no effect.

Default value = 0

Examples:

Set MISC1 to be high, all else low: misc_io_initial_latch = 1

Set MISC1and MISC2 to be high, all else low: misc_io_initial_latch = 3 (11 binary)

Set all MISC pins to high: misc_io_initial_latch = 65535 (1111111111111111 binary)

Note: In order for digital outputs to work correctly the corresponding bit in misc_io_initial_ddr must be set to output and corresponding bit in misc_io_analog_enable must be cleared.

misc_io_report_period

Period in milliseconds of device report message holding digital and analog data.

Default value = 100

Note: Periodic reporting requires misc_io_on_report_events[0] to be set.

misc_io_on_report_events

Bitfield holding enables for various report triggers for the General IO report. Default value = 0 Bit field values:

misc_io_analog_enable

MISC IO Initial Latch Register. Controls the initial output latch value on all misc digital pins. Each bit corresponds to an individual misc pin. Bit value of 0 signifies an low voltage and bit value 1 signifies high voltage. Bit values corresponding to non existent pins (EX MISC7-MISC15 on FIRE) have no effect.

Default value = 0

Examples:

Set MISC1 to be high, all else low: misc_io_initial_latch = 1

Set MISC1and MISC2 to be high, all else low: misc_io_initial_latch = 3 (11 binary)

Set all MISC pins to high: misc_io_initial_latch = 65535 (1111111111111111 binary)

Note: In order for digital outputs to work correctly the corresponding bit in misc_io_initial_ddr must be set to output and corresponding bit in misc_io_analog_enable must be cleared.

ain_sample_period

Controls how long the Analog to Digital Converter samples before preforming a convert in milliseconds. If it is set to zero the hardware will perform the conversion immediately after sampling. This option defaults to 0 but is accessible so that high impedance analog sources can still be used by manually increasing the sample period.

Default value = 0

ain_threshold

Percent of full voltage change required to trigger a REPORT_ON_MISCX_AIN event. Valid range is 0-100.

Default value = 0

Examples:

Report fires every time ADC value changes: ain_threshold = 0

Report fires every time ADC value changes by 400 mV: ain_threshold = 1

Report fires every time ADC value changes by 800 mV: ain_threshold = 2

Report fires every time ADC value changes by 40 V (Unpractical): ain_threshold = 100

Note: Periodic reporting requires proper misc_io_on_report_events bit to be set.

pwr_man_timeout

Number of milliseconds of no bus activity required before neoVI enters low power mode. Note pwr_man_enable must be set for power management to be enabled.

Default value = 10000

pwr_man_enable

1 = enable Power Management, 0 = disable.

Default value = 0

network_enabled_on_boot

Normally neoVI only initiates its comm channels when CoreMini is running or if neoVI is online with DLL/Vehicle Spy 3. Practically this means the the CAN controllers stay in Listen Only mode until the device goes online. Once online the neoVI loads the user settings. Setting this parameter to 1 will change this behavior so that the neoVI enables its controllers immediately on boot.

Default value = 0

iso15765_separation_time_offset

In an ISO15765-2 Transmission, the receiver transmits a flow control message that informs that transmitter how much time there should be between individual CAN messages. This parameter allows the user to shift that spacing to make it smaller or larger. Valid range is -1563 to 1563 units where each unit represents 6.4us. Defaults to 0. If IFS plus the offset is negative than the Tx Messages will be back to back.

Default value = 0

Examples:

ISO15765-2 Tx Message Inner frame spacing is exactly what is specified in flow control message: iso15765_separation_time_offset = 0

ISO15765-2 Tx Message Inner frame spacing is what’s specified in flow control message.+ 998.4 us: iso15765_separation_time_offset = 156

ISO15765-2 Tx Message Inner frame spacing is what’s specified in flow control message.- 998.4 us: iso15765_separation_time_offset = -156

iso_9141_kwp_enable_reserved

ISO9141 Parity setting: 0 - no parity, 1 - even, 2 - odd

iso9141_kwp_settings_1

iso_parity_1

ISO9141 Parity setting: 0 - no parity, 1 - even, 2 - odd

iso_msg_termination_1

Not Available

idle_wakeup_network_enables_1

Bitfield containing list of hardware networks to look at for sleep enable. To enable a specific network its corresponding bit must be set (1). In order to transmit or receive on a network it must be enabled.

idle_wakeup_network_enables_2

Bitfield containing list of hardware networks to look at for sleep enable. To enable a specific network its corresponding bit must be set (1). In order to transmit or receive on a network it must be enabled.

network_enables_3

Bitfield containing the software license enables. Depending on the hardware license purchased the customer may have to conditionally select which hardware channels to enable. For example the neoVI Red license allows the user to enable any 2 Dual Wire CAN channels and any 2 LIN channels. To enable a specific network its corresponding bit must be set (1). In order to transmit or receive on a network it must be enabled.

idle_wakeup_network_enables_3

Not Available

can_switch_mode

Not Available

text_api

See STextAPISettings structure

timeSyncSettings

hwComLatencyTestEn

Not Available

reporting

disk

See DISK_SETTINGS structure

logger

See LOGGER_SETTINGS structure

ethernet1

See ETHERNET_SETTINGS2 structure

ethernet2

See ETHERNET_SETTINGS2 structure

network_enables_4

Not Available

gPTP

See RAD_GPTP_SETTINGS structure

Last updated