0

QReplace

J C. Crow 5 years ago in IQANdesign updated by Gustav Widén (System support) 5 years ago 1

What is the proper syntax for the QCode MEM functions. I am trying to use QAdd, QSubtract, and QReplace. In some instances I want add 1, subtract 1, or jump to a predefined value based on four IDC channel status. 

0

'Compare with' scrolling bug

Joe 5 years ago in IQANdesign updated 5 years ago 2

When comparing two applications, the scroll bar on the far left does not work properly. If you drag the scroll thumb down a bit (50% or so) and click to the left of it to access the page where the discrepancy lies, you end up back at the top of the page. You may have to drag it down a couple of times and click to the left to see what I am talking about.

0

IQANdesign 5.07 released

Version 5.07 is now released, with a subset of the updates from IQANdesign 6.02.

Feature update


New Qcode keyword ”This”

Sometimes a calculation channel needs to refer to its own value from the previous cycle. Previously, this was done using the channel name, now the keyword This can be used.

Example:

//Blink, use IDC delay-on and delay-off to set the duration
Result := not(This)

Other:

Various bug fixes, see release notes:

http://divapps.parker.com/divapps/iqan/Downloads/IQANdesign%205/ReleaseNotes5.07.1.htm

http://divapps.parker.com/divapps/iqan/Downloads/IQANrun%205/ReleaseNotes5.07.1.htm

0
Answered

Public Scope and cycle utilization

Pawel Pekala 5 years ago in IQANdesign updated by Gustav Widén (System support) 5 years ago 6

How public scope channels impact overall cycle utilization and multi master buss load.

Thank you


Paul 

Answer

Public scope means that all other channels within the same master module application can read the channel value and status, regardless of  the function group these other channel are located in. 

(The exception is channels in instances of external functions, these do not see public scope from the main project) 


But by using public (and private) scope, you can reduce the usage of FGI channels. Each FGI use a small amount of time to calculate, when you have hundreds of FGI:s that adds up and there is a potential saving. 

Also see the new 6.02 feature for propagating function group outputs, can be used to eliminate mid-level calculations channels. 



To transfer a channel value and status to an application on another master, you use Master bus APPOUT/APPIN (consuming plenty of bandwith). Or send the value using J1939/Generic CAN. 


Display pages and the menu system can read channel values from any application, this is done automatically via the Diagnostics bus. The update rate is limited, but the diagnostics bus can get to a quite high bus utilziation, a good reason to avoid mixing it with too much other traffic. 

0

COUT not available due to Pin conflict

Chris Litwin 5 years ago in IQANdesign updated 5 years ago 3

I just encountered a situation in IQANdesign 6.02 where there was an available COUT channel on an XC43, but it does not let me choose it from the Add button. I'm guessing it doesn't show up because it needs to be a unidirectional version, as I am using the other LS as a DOUT HS + LS. If I right click on the channel that appears to be not available I can add it.

0
Not a bug

Low VIN error even with "Alarm low = no"

Pierre Fagrell 5 years ago in IQANdesign updated 5 years ago 3

In IQAN 6.02 I get the VIN low error and VIN high error even if errors are disabled for an input. Please see the screenshot:

Image 1974

0
Answered

low Vin error not showing back up after power cycle

C. Harp 5 years ago in IQANdesign updated by Gustav Widén (System support) 5 years ago 4

I have an issue on a project where a vin error fails to show up after clearing the error and cycling power on the module. Currently the error will fault and show 0 mV on the input as is should, but after acknowledging the message I expect the error message will come back up after i power cycle the module. It fails to show the error again even thought the sensor is still disconnected during the power cycle. 

The only way I can make the error reappear is to reconnect the sensor and then disconnect it. 

Does anyone have ideas on what might be causing this to not show back up after power cycle? It has always worked for me in the past on projects.

0
Fixed

Improper syntax in IF / Then / Else / Endif Help

Jean-Marc Zanni 5 years ago in IQANdesign updated by Gustav Widén (System support) 5 years ago 1

Just noticed when looking into the Qcode syntax help window, the Help for the IF/THEN/ELSE/ENDIF appear to be incorrect:

Image 1969

The endIf statement appear to have a space...

Using 6.01.  Not upgraded to 6.02 yet...

0
Not reproducible

multiple address on multi component system

fdube 5 years ago in IQANdesign updated by Gustav Widén (System support) 4 years ago 9

Hi IQAN Community,


I am working on a multi-component system where there is a MD4-7 connected to an XC23 through a J1939 CAN bus.

Both of these devices have an ID tag corresponding to an address 4. There is no problem during most days, but I do have intermittent errors like the one below.

Any ideas on what causes this error message?

Thanks,

Image 1962

0
Answered

CAN Module documentation

Peter Nyman 5 years ago in IQANdesign updated 5 years ago 2

Is there a way to print the list with 'name identifier bit offset length..' for a CAN module.
If not it should be implemented and perhaps integrated in the project documentation function.
A copy function so that one could paste for example in excel would also be nice.