0
Answered

Extract SA from J1939 Message?

Carl 7 years ago in IQANdesign updated by Gustav Widén (System support) 7 years ago 1

Hi Guys,


How can extract the SA from a CAN message?

0

Traning

Gerrit van Bruggen 7 years ago 0
0
Answered

IQAN 5.0 Backwards Compatibility

Chris Litwin 7 years ago in IQANdesign updated by Ulrik Zakariasson (Software development) 7 years ago 1

What is the backwards compatibility of IQAN Design 5, IQAN Run 5, and IQAN Simulate 5? Also, are the previous versions going to continue to be supported?

0
Completed

Changing current output step size

Eric Metz 7 years ago in IQANdesign updated by Ulrik Zakariasson (Software development) 7 years ago 2

I would like to be able to change the step size of a Current Output channel's min and max settings while in IQANrun or from an MD4.  I have installations where the application has already been loaded to an MD4 and the system has tuned for the vessel.  I know I could change the step size using IQANdesign, and checking "Adjustable values" in the "Send Options" dialog box when loading the file, but then I will overwrite all of the other values that are set correctly.  In most situations, I would not be OK with doing this.  


I think I figured out a work around, but it is a little cumbersome:

1. Using IQANrun, get settings from MD4

2. Using IQANdesign, send application with updated step size, and check "Adjustable values" in the Send Options dialog box when loading application.

3. Using IQANrun, send previously saved settings to MD4


Please consider adding the ability to adjust step size from the MD4 or from within IQANrun

0
Answered

Black Buttons on Color Background

Tia Muller 7 years ago in IQANdesign updated by Ulrik Zakariasson (Software development) 7 years ago 3

Is it possible to have black outlines (and text) on text buttons with a colored background screen? It seems they are automatic on white background but even after changing theme colors and copy/pasting black buttons they switch white on any colored background. 

0

Log Scrolling

Drew 7 years ago updated by Gustav Widén (System support) 7 years ago 3

I have created a an event log in my MD3 project. On the display, if there are multiple pages worth of log entries, an arrow appears. For example there is a little arrow on the right indicating that I can scroll down for more logs. When I push the down button, nothing happens, but when I push the up button, it moves to the next page. Is there a way to correct the direction of the log scrolling, or do I have something configured wrong. 

0
Answered

DM1 and IQAN-G3

Masia Jean-Baptiste 7 years ago in IQANdesign updated by Gustav Widén (System support) 7 years ago 1

Hello


it is possible to retrieve DM1 information (under info> Modules> J1939module) (SPN and FMI) with the IQAN G3,

best regard

0

How To Have More Than One DM1?

Carl 7 years ago in IQANdesign updated by Michael Carlyle 7 years ago 1


Hi Guys,

If I send a DM1 CAN message (PGN 65226) I get all good in CANAnalyzer.

How do I Send another at the same time and have it also appear? I have tried switching the two DM1 Outputs off alternatively but nothing changes in the analyser detection part, only the data stream changes.

What's the correct way to send out multiple DM1's at the same time????

0

How To Have More Than One DM1?

Carl 7 years ago 0

Hi Guys,

If I send a DM1 CAN message (PGN 65226) I get all good in CANAnalyzer.

How do I Send another at the same time and have it also appear? I have tried switching the two DM1 Outputs off alternatively but nothing changes in the analyser detection part, only the data stream changes.

What's the correct way to send out multiple DM1's at the same time????

0
Answered

For Loop

Ted Bort 7 years ago in IQANdesign updated by Jean-Marc Zanni 6 years ago 3

Does IQAN5 support For Loops? I have not found any reference to it in documentation but the IQAN5 Qcode editor autocompletes the word for and provides syntax help for the command:

for
for <variable> := <start> to <end>
...
next


However when I run my code in the simulator the channel with the for loop shows that it's in an Error state.