+3
Under review

Idea: ​Ability to change TP channel value using Qcode

Tuomas 9 years ago in IQANdesign updated by Nick Pridham 9 years ago 4

Ability to change TP channel value using Qcode like:


if VDIN-Choice1 = true then TP1 := "Your choice value is:" + MAC-value1 + " that is under the limit"


If VDIN-Choice2 = true then TP1 := "Your choice value is:" + MAC-value2 + " that is over the limit

+3

IQANrun 3 Free app available on App Store

Ulrik Zakariasson (Software development) 10 years ago updated 9 years ago 17
Image 21

IQANrun takes the first step to mobile devices. With this free version you can perform some basic functions like, viewing system status, logs, measure and adjust.
Today the app works with IQAN-MD4 and basically it allows you to do the same things as you can do in the IQAN-MD4 systems menu.
Future releases will come with Android versions and Pro versions will include more functionality such as SW update, settings viewer, save logs and graph measure.

Please see the attached presentation and press release for additional information.
Press release - IQANrun 3 Free.pdf
Presentation - IQANrun 3 Free for tablets.pdf

Image 18
+3
Completed

Create new Measure Group with IQANRun 3.xx

Mirre 11 years ago in IQANrun updated by Ulrik Zakariasson (Software development) 7 years ago 7
+3
Completed

J1939 at 500kbps

Frederick Prigge 10 years ago in IQANdesign updated by Ulrik Zakariasson (Software development) 10 years ago 3
Hi, I am seeing more and more components that run J1939 at 500kbps. I know the specification says it is fixed at 250, but some engine controllers and some hybrid components are now requiring 500kbps. In IQAN design this particular CANbus type has a fixed baud rate, you cannot change it. For now I have to hardcode 29bits messages and use geneic CAN busses to talk to these components, but without all the added benefits of using your "real" J1939 implementation.

Please add selectable baud rate for J1939 busses as well.

Thanks for your great product.
+3
Completed

JFOUT multi-packet for handling text strings

Nick Pridham 10 years ago in IQANdesign updated by Gustav Widén (System support) 1 year ago 12

I have an application where I want to send text strings over CAN on a very occasional basis. A tool for handling extended outgoing CAN frames for this task would be very useful.

Please include an auto ASCII converter in the tool.

+3

IQAN video tutorial on Qcode

Gustav Widén (System support) 9 years ago in IQANdesign updated by Er. Abrar Shaikh 8 years ago 3

Part four of the IQANdesign tutorial is now available, this one is introducing some of the Qcode sytax:



+3
Under review

Dyamic range for Gauge and Bar control

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

There are many applications that require a variation in units. Currently if I want to display a pressure gauge, I would need to create a PSI pressure gauge, and a BAR pressure gauge. Then control the visibility properties of the gauge to display the desired gauge.

It would be helpful to tie an integer parameter to the "Min value" and "Max value" of the gauge control or bar control. By doing this it would also be necessary to change the "Tick count" value with an integer parameter. This way the programmer would only need to make one gauge and control the properties inside the "Display application" as opposed to multiple gauges.

+2

previous iqan versions

Will 3 weeks ago in IQANdesign updated 3 weeks ago 4

Can anyone point me in the direction of the iqan design 2.63 software download? I've been sent an .ida file and cannot open it in the more current versions. I went to the software downloads website and was unable to find any links or forum posts that were related to this. Thanks for your help ahead of time!

+2

VIN Low Error - Can we add a delay or disable the error

J C. Crow 2 months ago in IQANdesign updated 2 months ago 2

We have had multiple issues using ratiometric sensors that end up sending voltages below the 0.5 threshold. If the input drops to 0.250 then the system throws a VIN low error. The error value only exists for an instant. The sensor output is jumpy. I wish we could add some averaging, signal stabilization or add a delay on the error to filter out these events. Or maybe we could define the low error value instead of using the minimum/2. 

In retrospect, it realize I could have set the range to 0 V and extrapolated the value of the output to keep the calibration the same, but I cannot do this on an existing program because the min and max outputs are not part of the calibration.