Measurement Studio for .NET Languages

cancel
Showing results for 
Search instead for 
Did you mean: 

ASAM XIL INtegration with NI Veristand

We are integarting ASAM 2.1 version with Veristand using .net and the setup is Linux RT but getting "Setting value out of range or unknown setting option"

0 Kudos
Message 1 of 3
(104 Views)

Hello,

When integrating ASAM 2.1 with VeriStand on a Linux RT target through the .NET API, the error “Setting value out of range or unknown setting option” usually indicates a mismatch between what the ASAM client is trying to set and what VeriStand actually supports. This can happen if the parameter name does not exist in the deployed system definition, if the value being written is outside the defined min/max range, or if the feature is not supported on the Linux RT environment even though it works on Windows. It can also occur due to type mismatches, such as sending an integer to a channel expecting a floating-point value. To resolve this, first confirm that the parameter or channel exists and matches your XIL configuration, then check the allowable range and data type in System Explorer, and finally test with a simple user-defined channel to rule out RT compatibility issues.      

0 Kudos
Message 2 of 3
(25 Views)

Thanks for the reply. for 2.1 version of ASAM tool is working Good. But now I have 2 queries as below

 

1. Is there a way to avoid redeploying of system definition file if its already deployed when we use port.configure() method in c#

2. we have 2.0.1 version of ASAM and dont see any reference of Port configuration file for this. Can u please help me with this if you have any idea on this topic

0 Kudos
Message 3 of 3
(19 Views)