0
Answered

Issue sending 4 Byte data over J1939

Brendon 3 years ago in IQANdesign updated by Gustav Widén (System support) 3 years ago 2

I think this is a bug, but I might be doing something wrong.

I am trying to send a large number over J1939, i.e. 1,292,122,139

The resulting HEX value should be 4D 04 38 1B, however, what I receive is HEX 4D 04 38 00 resulting in 1,292,122,112.

Seems anytime I use 4 Byte messages, the last byte is always 00.

Same is true if I send: 1,000,000,001, 1,000,000,015, etc..

I am using IQAN Design 5.05.10.5539, and IQAN Analyze 5.009.1890

0
Fixed

Interactive Message Channel - Math object appears and cannot be interacted with

Daniel Winger 3 years ago in IQANdesign updated by Gustav Widén (System support) 3 years ago 4

We recently found a bug where a math object appears underneath the Hiding column within an IMSG. The math object cannot be clicked and only appears if the user first selects the grey background and then the IMSG channel. If the user moves from a different channel to the IMSG the additional math object does not appear. I have deleted the IMSG entirely and then recreated it and the problem is replicated. If any of the object list components are removed then the issue does not happen. When simulating the program the issue is similar but the rogue math object only appears briefly before disappearing.

I want to know why this error is appearing, and how to fix it (ideally without having to change the contents of the IMSG channel).

Note: this issue appeared after the program was updated to version 6.06

0
Fixed

IDC shows copy of Activating object on Blocking side

Pierre Fagrell 3 years ago in IQANdesign updated 8 months ago 5 1 duplicate

I think I have a GUI bug in iQANdesign 6.06

The activating object "B" in this channel shows up also as a blocking object.

Image 2666


If I click anywhere in the blocking window it disappears but will reappear as soon as the channel is closed and reopened.

It will also disappear if the property inspector is resized or the center divider is moved.

If the channel is opened with the activating window too small the ghost duplicate will be cutoff at the same point

Image 2665

The duplicate channel does not exist in a text export:

          BEGIN 92488
          Internal digital channel (IDC)
          Name=Allow elevated idle
          Description=
          Toggle=No
          Delay on=0
          Delay off=0
          Function selector=Not used
          X=620
          Y=480
            
            BEGIN 92489
            Function
            Name=Default function
            Description=
              
              BEGIN 92490
              Object group
              Name=Activating
              Description=
              Method=Or
              Valid=True
              Expression=
                
                BEGIN 92497
                Math object
                Name=A
                Description=
                Operator=not
                Operand 1=Production running instant
                END 92497
                
                BEGIN 92499
                Math object
                Name=B
                Description=
                Operator=<
                Operand 1=Engine Speed Limit Request - Minimum Continuous [rpm]
                Operand 2=1300
                END 92499
              END 92490
              
              BEGIN 92491
              Object group
              Name=Blocking
              Description=
              Method=Or
              Valid=True
              Expression=
                
                BEGIN 92495
                Math object
                Name=A
                Description=
                Operator=>
                Operand 1=Engine Speed Limit Request - Minimum Continuous [rpm]
                Operand 2=2005
                END 92495
              END 92491
            END 92489
          END 92488
0
Fixed

Bad New Text Button Behavior

Lars Bolduc 3 years ago in IQANdesign updated by Gustav Widén (System support) 8 months ago 11

Hello,

We use text buttons without text all over our systems.

We put transparent symbols in the buttons showing then what the button does.


In the latest update 6.06 you made the change: Automatic text on text button.


This put text all over all of the buttons in our programs.


Making all of our programs unusable.


We have migrated back to 6.05.19 but hope you will reconsider this change.

Image 2663

Regards,

0
Fixed

Symbol Button SVG

Roy den Drijver 3 years ago in IQANdesign updated by Gustav Widén (System support) 3 years ago 4

Hello Everyone,

While making a HMI for our prototype machine using a MD4-5 I ran into an issue with the Symbol Button. The first image shows the display within IQANdesigns User Interface tab with the resulting output on the MD4-5 using IQANSimulate in the second image (with the black border). I also tried using the MD4-5 screen we have in house but the output is the same as the output while using IQANSimulate. I added two more images with some more information about the current configuration of the user interface and the configuration of one of the malfunctioning buttons.

I hope someone can show me what I am doing wrong or tell me if this is a bug with the Symbol Button and give me some suggestions for resolving the issue in a different way.

Thank you in advance.

Kind regards.

Image 2658

Image 2660

Image 2661

Image 2662

0

Graphs and Variable Adjustment

chuck streb 3 years ago in IQANdesign updated 3 years ago 4

I would like to see graphs in IQANdesign while i adjust variables to optimize my control loops.

Is there an easy way to do this? without jumping between IQANrun and IQANDesign?

0

static variables use

chuck streb 3 years ago in IQANdesign updated 3 years ago 2

i would believe this code would move BeltVelFlt from var0 to var4 but i doesn't. I am missing something

Suggestions


static var0 := 0

static var1 := 0

static var2 := 0

static var3 := 0

static var4 := 0

var4 := var3

var3 := var2

var2 := var1

var1 := var0

var0 := BeltVelFlt

Result := (var0- var4)/4/glLoopTime

0

I have a question

claudio 3 years ago updated by Gustav Widén (System support) 3 years ago 2

Health At All How can I control a car relay with HS digital outputs, without having the circuit error interrupted with a MC43?

Image 2650

Image 2649

0

s-curve function

chuck streb 3 years ago in IQANdesign updated 3 years ago 4

i am writing a trajectory routine. i need smooth jerk, acceleration and velocity between two unknown locations. I monitor users requests. lots of articles refer to s-function. Is there anything like this here or any idea's.

My first thought was average function of size say 8. but looking for better

Thank you

0

Range label colors

NEricson 3 years ago in IQANdesign updated by Thomas Moberg (System support) 3 years ago 3

When setting the colors in a gauge, I see the ability to change the needle colors and size but not for the labels. I believe I have all the options set to something other than white but still have white labels? Can the label colors in a gauge be changed? 

Image 2640