0
Answered

DOUT disabled in FG yet XC21 LED status light calls for DOUT open load

Pawel Pekala 8 years ago in IQANdesign updated by Thomas Moberg (System support) 7 years ago 3

We recently created a generic program to support multiple applications. Depending on machine configuration we enable/disable DOUTs via function groups to disable error messages on MD3 display. Although we do not receive any error messages on MD3 we do see that XC21 module calls for error code 1:1 DOUT open load. (IQANdesign 3.19.10)

Is there any way around this problem?

Thank you

0
Answered

Extract SA from J1939 Message?

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

Hi Guys,


How can extract the SA from a CAN message?

0
Answered

IQAN 5.0 Backwards Compatibility

Chris Litwin 8 years ago in IQANdesign updated by Ulrik Zakariasson (Software development) 8 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 8 years ago in IQANdesign updated by Ulrik Zakariasson (Software development) 8 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 8 years ago in IQANdesign updated by Ulrik Zakariasson (Software development) 8 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
Answered

DM1 and IQAN-G3

Masia Jean-Baptiste 8 years ago in IQANdesign updated by Gustav Widén (System support) 8 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 8 years ago in IQANdesign updated by Michael Carlyle 8 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
Answered

For Loop

Ted Bort 8 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.

0

IQANdesign 4.07.12

Gustav Widén (System support) 8 years ago in IQANdesign updated 8 years ago 9

An updated IQANdesign 4.07 containing MD4 specific bug-fixes is now available. See release notes for details:

http://divapps.parker.com/divapps/iqan/Downloads/IQANdesign%204/ReleaseNotes4.07.12.htm


The release contains a mix of retro-fixes that were already solved in 5.00, and fixes that will be released in 5.01.

0
Answered

Decimal To Binary ????

Carl 8 years ago in IQANdesign updated by Ulrik Zakariasson (Software development) 8 years ago 2

Hi Guys,


Has anyone found a way to convert a decimal to binary?


We are trying to do it so we can take an SPN say SPN 2923 and convert it to binary (101101101011)

We then take this and chop it up to last 3 (011) and copy to a Byte 5 (Bit 6-8) then the next 8 (01101) Byte 4 (Bits 1 - 8) then the last 4 (1101) add 0 to fill (00001101) and copy this to Byte 4. This allows an SPN to be inputted and converted to DM1 to send.



Cheers.