0
Answered

image iso on md3

Masia Jean-Baptiste 9 years ago in IQANdesign updated by Gustav Widén (System support) 9 years ago 4
Hello
It's possible to use a ISO image on the MD3 ?
Because i can't .

Best regards
Jean-Baptiste
RGDH
Develloper for IQan system

Answer
Yes, this is possible. To make the ISO symbols work on the MD3, they must be specified as BMP.

When using a BMP on the MD3, it will be automatically compressed, so size of the image is not that much of an issue.
For the MD4 however, the original file format is kept, and on the MD4 is best to always use PNG.

Although you do specifiy a file format for the ISO sympols, the option to export the images from the project file is grayed out by IQANdesign for these images. This is due to license restrictions.
0
Fixed

IQAN 4 bugs

ksilovich 8 years ago in IQANdesign updated by Ulrik Zakariasson (Software development) 8 years ago 6

I found a few bugs/annoyances in the new IQAN 4 design.


1)

I can not get any program to simulate. If I click run in Design or if I open it up straight from simulate I am getting this error.

Image 270


2)

The other annoyance is with the bottom Object List dialog box. Is there a way to pin it to stay open no matter what. It will close when you click on the background of the function group. IQAN 3 it never closed, and I prefer it that way.

0

saturated current out

Zach 9 years ago in IQANdesign updated by Gustav Widén (System support) 9 years ago 2
I see that Saturated in the manual says 50-100% of the requested is supplied.
I don't see any guide how to fix that.
I have a positive that works and a negative that doesn't for a current out to grapple rotate cw and ccw respectively.
CCW is yellow, saturated is the label.
0
Completed

Generic parameter in channel (GPIN) Value in simulation

AxelC 9 years ago in IQANdesign updated by Richard 10 months ago 4
It would be great to be able to enter the GPIN value with keyboard on simulation.
Actually depending on the size of the GPIN the possible values (from the cursor) doesn't allow to test every values.
For exemple, my speed value jump from 311 to 638.
0
Answered

IQAN J1939 - big or little endian?

C. Harp 9 years ago in IQANdesign updated by Ulrik Zakariasson (Software development) 9 years ago 1
Trying to find out if the JPOUT from IQAN systems is Big Endian or Little Endian? I know that it is a setting for the GPOUT but not sure what the default is for the JPOUT.
0
Answered

Language

Richard Staite 9 years ago in IQANdesign updated by Ulrik Zakariasson (Software development) 9 years ago 3

Can anyone tell me how to go about doing multi languages for for Text Parameter States

0
Not a bug

QCode bug: 'result' not in pulldown menu

Dave Minerath 8 years ago in IQANdesign updated by Ulrik Zakariasson (Software development) 8 years ago 6

When I try to use QCode and start typing


result:=


The pulldown menu only shows

<space>:=

after I type the first few chafracters.


So, if I type


re


The menu shows

:=


so I click on it, and the Qcode line ends up looking like this:


re :=(Warning Code Valve 3 GPIN>0)and (Warning Code Valve 3 GPIN<>12 and Warning Code Valve 3 GPIN<>15 )

instead of

result :=(Warning Code Valve 3 GPIN>0)and (Warning Code Valve 3 GPIN<>12 and Warning Code Valve 3 GPIN<>15 )

This worked fine in version 4.00, and seems to be new to 4.01.

Answer

Ok, I see. Some channel types don't use the

Result :=

syntax. Instead they use Qcode commands. The event counter is one of those. Look at the IQ hint for each channel type to see its Qcode syntax. This is from the IQ hint for event counter:

The event counter channel is controlled by using Qcode commands. The following commands are available:

    • QIncrease increments the value of the channel.
    • QDecrease decrements the value of the channel.
    • QReset resets the channel value to the value defined by the property Reset value.

So instead you would type something like this:

if (Warning Code > 0) and (Warning Code <> 12) and (Warning Code <> 15) then
  QIncrease
endif

You can read more about it in the user manual, chapter 4, especially page 93 which talks about Qcode commands.

0
Fixed

IQAN 4.0 bugs

ksilovich 8 years ago in IQANdesign updated by Gustav Widén (System support) 8 years ago 2

I have found a few glitches in the new IQAN Design.


1) The page Order number doesn't match in both windows. When moving a page to the bottom of the list. It will move in the main window, but the side bar it will stay in its old place.

Image 281


2) When you hide a component and select one under that hidden one. It will highlight the wrong item. Seems to be off by the number of

hidden components. See below, when you hide item 39 and selecting 40, it actually highlights 41.


Hidden with wrong item highlighted

Image 282


No items hidden with correct item highlighted.

Image 283



In IQAN Run.

3) When adjusting an item. It is covered up and I cant see what I am typing in.

Image 286


4) I was unable to set the machine ID like I normally able to. No matter what I did, I would get the following error. The system is a multi mater (2 MD3's, one at address 0 and 3)Image 284



0
Fixed

Graph time scale

Conrad Elektro 8 years ago in IQANdesign updated 8 years ago 6

Hello, We like the possibility to add graphs with IQANdesign. How can we set the time scale of the graph so that it starts again after 1 second instead of 50 seconds? We like to monitor a movement in 1 or 2 seconds. With the time scale of 50 seconds we can not see the result properly. Is it possible to change it or is there a workaround?

0
Answered

Simulink --> C-Code --> IQAN MD4 Display

Fero Freitag 8 years ago in IQANdesign updated by Andy Burky 7 months ago 4

We have created a software model in Simulink and Stateflow. For developing the prototype we have a CAN interface used. Thus, we could create a complex algorithm. By code generator we have created from the algorithm C code. Now to the question: Is it possible to C code to be loaded on the display MD4?