0

XC22 messages persist

chuck streb 1 month ago in IQANdesign updated by Kevin 1 month ago 1

i am getting system messages that say the xc22 module isn't found. then it powers up and works but messages doesn't go away. highly annoying for operators

0

IQANanalyze alternatives

mgarner 1 month ago in IQANanalyze updated by Gustav Widén (System support) 3 weeks ago 1

Is functionality being added to another software to fill this gap now that IQANanalyze is being depreciated?

0

Add ability to import dbc file to highlight logged PGNs which are not in the dbc file.

Matt 1 month ago in IQANanalyze 0

I would like the ability to import a DBC file (exported from design) into iQANanalyze so that I can easily see what PGNs are actually on the bus, but not accounted for in my design program.

0

Controller Capacity

Nur 1 month ago in IQANdesign updated by Anders Olsson 1 month ago 1

Hello,

Where can we learn the capacity of the processor of the MC42-MC43 controllers, how much of it we use, and how much we need to use?

0
Under review

reference value in adjust not updating

Jamy 1 month ago in IQANrun updated 3 weeks ago 2

When calibrating the minimum and maximum settings of proportional solenoids, the millivolt (mV) value shown in the reference items may occasionally freeze, resulting in a misleading reading. I’ve found that exiting and then re-entering the adjust group refreshes the reference value and resolves the issue.

0

Remaining download displayed

Kevin 1 month ago in IQANrun updated by Gustav Widén (System support) 3 weeks ago 1

I wonder sometimes how long a download will take and the progress bar can sometimes be a bit misleading.

Can we have the total kb to be sent displayed alongside the kb already sent? This will make it easier to judge how much longer it will take. When downloading through Bluetooth it would be nice to know if it was likely to be one hour or five! This image is in Run, but maybe could be ported across to Design as well?

Image 4823

0

Function Group Deactivate

Nur 1 month ago in IQANdesign updated by Michael Carlyle 1 month ago 1

Hi, There are many function groups, I rewrote a function group. Can I run the other one without deleting that group? Or how can I deactivate that old function group?

0

Timer Channel

Nur 2 months ago in IQANdesign updated by Thomas Moberg (System support) 1 month ago 3

Hello, does the Timer channel send data only in 50 mS? Can we reduce this? We want it to do it more frequently. How can we do this?

0

Wire kit 20085205 missing Address wires for MD5?

Jacob Meng 2 months ago in IQANdesign updated by Jos Lentfert 2 months ago 4

Wire kit 20085205 does not have C1:31 and C1:45 for an address tag even though it is shown on the pinout. Is there an internal selectable tag? Do I need to manually add these wires?

0

math error

MScottM 2 months ago in IQANdesign updated 1 month ago 1

Hello,  

I have an MD4-7 that I'm working with.  On one of my screens I display GPS coordinates in decimal degrees and D.M.S.  Sensor is external NMEA2000 device. While working on this screen I noticed that my Minutes display of Longitude did not correlate with the decimal display.

I've verified the GPS position I'm using as a sample against two other GPS receivers so I know what the correct position should be to within a few meters.

The incoming decoded decimal portion of the longitude position is x.56, and when multiplied by 60 should give me Minutes of 33 and change.  The MD4 is displaying Minutes at 26

I've tried a couple different variants of the basic formula:

Result := (Longitude - floor(longitude)) * 60 

Variant uses integer value from int math channel to subtract the integer part of the number.

The Latitude calculation is giving what seem to be correct results at first glance (the number displayed is "more" correct in terms of actual position), however, 0.42 * 60 = 25.2.

Am I doing something wrong with the number types?  Is there some truncation/resolution issue in the background?

CALC - LON = raw decoded float value (NOT SHOWN)

CALC - LON-DEGREE-FLOAT (alternate math channel - troubleshooting)

CALC - LON-DEGREE (INT math channel - troubleshooting)

CALC - LON-MINUTES (longitude decimal minutes)

CALC - LON-SECONDS (longitude decimal seconds)

Image 4809

Image 4810