Automotive and Embedded Networks

cancel
Showing results for 
Search instead for 
Did you mean: 

VCOM Toolkit FlexRay channel

Hello,

 

I'm trying the new Vehicle Communication Toolkit, and when I generate the RBS xml configuration file for FlexRay, I need two parameters I'm not sure how to get: ChannelName and HWChannel.

 

Accessing a FlexRay database, the XNET Cluster Property Node shows the FlexRay.Channels property, which is a U32 enumeration. According to the documentation:

 

The values (enumeration) for this property are:

1 Channel A only
2 Channel B only
3 Channels A and B

 

However, I don't see any more references to channels, and I don't know hot to translate this to the RBS parameters needed.

 

Reading the database as text I can see:

<fx:CHANNEL ID="channel1_A" xsi:type="flexray:CHANNEL-TYPE">

<ho:SHORT-NAME>Channel1_A</ho:SHORT-NAME>

(...)

 

I'm guessing Channel1_A could be the value I need for ChannelName, and maybe A could be HWChannel, but I get the error:

Error: AutosarCfg (Code: 304): Channel A not found

 

Does anyone know where to get these values? I don't know much about FlexRay.

 

Thanks!

Best regards,
Néstor

LabVIEW 2017 + Windows 10
0 Kudos
Message 1 of 2
(1,966 Views)

Hi JoePerkins

Considering on error code description you should check for proper spelling using MAX; For Get/Set Property, ensure that the channel name exists in the task.

Also, here is another forum post which can be helpful in this case. 

 

Regards)

0 Kudos
Message 2 of 2
(1,631 Views)