
Software function: Second Highest Number ( and 3rd, 4th, 5th ...)
Hello
I have a situation where a external system creates about 4000 error numbers. I have to find the active error by looking into 4000 error messages. To find the first active error is easy by using the MAXof function. But to find the 2nd, 3rd, 4th, 5th, 6th is extremely hard. The ARRAY is now 40% of the application file because there is no 2nd highest number (.. and 3rd, 4th, 5th...) function available in IQAN. Is there any chance to get this function implemented into IQANdesign??
Thanks
Andy Pauly

Design 5 to include the XC4x modules in the future?
I am needing to run a MD3 and XC43 on the same system. Currently the MD3 is not available in Design 6 and the XC4x modules are not available in Design 5. I am curious if the XC4x modules will be eventually added into 5? Its interesting that Design 5 can have MC4x but not XC4x.

Slow transitioning state change on FSM
I have discovered an issue on one of my systems. I am wanting to get feedback on maybe explanation for what is causing this. To my understanding, the FSM's should be a immediate transition from one state to another when the logic conditions have been met. I am experiencing state switching as long as 2500 milliseconds. I would expect a quick transition (<500 milliseconds). I am not sure why this is going on and curious if this has been experienced by anyone else.
Note: Running Design 5 on an MC42.

State Picker Sizing
It would be nice if the state picker drop down menu would auto size so all text would be displayed no matter the width of the button selected. It would also be nice if the height of the button could be adjusted.

Read j1939 dbc
Hi,
the manual (for IQAN Design 5.03) states on page 38: "IQANdesign will create J1939 or generic frames and parameters, depending on the data in the .dbc file". How must the DBC-file be formed for IQAN Design to interpret it as J1939 signals? So far, I have only been able to import signals as generic signals.

label- and value controls change position when moving between layers
IQAN5 appears to have a bug related to display layers. When moving components from one layer to another, theirs top and horizontal positions shift and do not maintain originally defined locations.

Kvaser Air Bridge Light
Is the Kvaser CAN bus interface Air Bridge light ( https://www.kvaser.com/product/kvaser-air-bridge-light-hs ) compatible with the IQAN Design Platform ?

Effective strategy to scan errors into an array rather than declaring each error type in QCode as a function.
Say for example there are 100 fault types all with their own range conditions and I only wish to store errors which become active. I am aware that all limits can be declared individually as a function which may become lengthy.
However, what would be the most versatile Qcode strategy to list error codes in the sequence that they occurred in?
Is there a method for this to be performed using a csv look up table to declare limits?

Simulate Input and Output Statuses
Is there a way to set the statuses for inputs and outputs in IQAN Simulate 5? I know I can set COUT channels, but that option is greyed out on all other channels.

Status propogation and assignment
We often need to handle values differently based on input status that occur somewhere else in application. This requires us to check the status as it comes in and pass a status along with the actual value. This would be much more convenient if the status was propogated to any function that used that value. It would also be great if we could set the status. This could allow us to clear an error or set a low/high warning based on calculated thresholds. The image shows how a status is lost after passing the value to another function.
Customer support service by UserEcho