+4

Synchronis time with NMEA GPS

Florent Mirieu de Labarre 10 years ago in IQANdesign updated by Ville Karlsson 4 years ago 1

Hi

I use a GPS (GARMIN 1020xs) on my product, for this function http://forum.iqan.se/topic/1063339-backlight-auto-adjuste/ I need to know the real time. By using the NMEA (= Canbus), I can read the GPS time, but it is impossible to change the time of IQAN master.


What do you think about this function ?


PS : there are a time synchronisation with the modem ? (cellular operation give time to a cellphone).


Regards

+4
Answered

Force Ouptus in Diagnostics Mode

Julio Caraballo 10 years ago in IQANdesign updated 9 years ago 3
Hello,

Is there any way to force outputs in diagnostics mode?.
It is very useful to trace step by step when a problem appears.

Thanks in advance.
+4

Ability to change logic function block quickly by drop down box?

Kevin 10 years ago in IQANdesign updated by Gustav Widén (System support) 4 years ago 6

Would it be possible to add an extra drop down box to easily switch the logic block type? When sending safety signals between modules, I often copy and paste the APP OUT into the new module so i know what names I have used as the property name. This saves time when switching back to the other module application to see what the names are.



It would be much easier if I could copy the APP OUT and simply change them all to APP IN rather than having to create new APP IN's and insert the names into each one?



Could have a drop down box on every logic block type to change to any type of function? whether it be I/O / calculation / misc / interface etc?

+4
Completed

Passive State Machine - New channel type request

Nick Pridham 11 years ago in IQANdesign updated by Ulrik Zakariasson (Software development) 10 years ago 11
I would like to have a SMC channel but without automatic priority ordering.  This means jump conditions can trigger, the state machine changes state and then remains in that state until jump conditions relating to that state trigger.

Need a store value for this function too. 
+3

IQANdesign 7.05 released, CAN FD on diagnostics bus

Gustav Widén (System support) 4 weeks ago in IQANdesign updated 2 weeks ago 5

Main features


Configurable speed on Diagnostics bus

It is possible to select between three different speeds:

  • 250 kbps, classic CAN (default)
  • 500 kbps, classic CAN
  • 500/2000 kbps, CAN FD with 500 kbps arbitration and 2 Mbps data

Image 4976

CAN FD gives the highest increase in bandwidth with efficient packaging utilizing up to 64 bytes in the data field.

All IQAN master modules and G12 support speeds above 250 kbps.

CAN FD is supported on IQAN-MD5 displays, IQAN-MC4/MC4xFS CAN-A to -C and IQAN-G12.

To connecting with IQANdesign/IQANrun over CAN, select the correct arbitration speed; 250 or 500 kbps. 

When set to 500 kbps, IQANdesign/IQANrun will automatically detect if the system is running 500 kbps classic or FD with 500/2000.

Image 4977

The status bar in IQANdesign/IQANrun shows the Diagnostics bus speed of the connected system. 

Image 4978

It is also possible to check the Diagnostics bus speed from the menu system, system info. 

Image 4979

NOTE. All modules on the bus must be run the same speed. The G12 automatically detects the speed in use on the bus when it starts up.

If an IQAN master module is started without application (bypass application), it will detect the diagnostic bus speed used by other modules on the bus.

Configurable speed on Master bus

Speed may be 250 kbps or 500 kbps classic CAN, or CAN FD with 500/2000 kbps. 

Image 4981

This makes it possible to keep Diagnostics and Master bus mixed when increasing Diagnostics bus speed.

On the master bus data field remains at 8 bytes also with FD (future improvement possible).


CAN FD on Generic bus

FD speeds 250/250, 250/500, 250/1000, 500/500, 500/1000 and 500/2000 is now supported on Generic CAN.

Image 4980


Camera improvements

-Camera modules renamed to highlight the support for 3rd party cameras with SOME/IP, the protocol used by the SV camera. 3rd party cameras controlled by RTPS is now called RTSP (in previous version this was “generic” camera)

Image 4982

-Modified RTSP camera timeout to support more camera models

-RTSP camera will show the currently configured URL in the hint. 

Image 4983

(RTSP port number is not shown, it is fixed to 554).

Other 7.05 updates

Several improvements in IQANrun, see: 

Release notes - IQANrun 7

Also see 

Release notes - IQANdesign 7

Release notes - IQANsimulate 7

Release notes - IQANscript 7

+3

cast String into Array

D CBN 4 months ago in IQANdesign 0

A string text is an array of characters.
Why it is actually impossible to cast a string text into array object (equivalent to memcpy function in C Language) ?

Image 4797

It will be a revolution to have this in next release of IQAN Design:

-> From array object, we can have a way to convert S/N text into integer..

-> From others subjects, they can compare text strings, etc..

+3

Version 7.03 released

Gustav Widén (System support) 10 months ago in IQANdesign updated by Christopher Fridstaden 10 months ago 4

Feature highlights

Apply login to IQANdesign

Login previously defined for IQANrun/IQANgo users is now required also for IQANdesign. This modified functionality is applicable to projects where an access level is defined on any of the properties: 

  • Update project 
  • Remote access
  • Send settings (IQANdesign clear settings)

IQANdesign will give a warning if an access level is not defined for Update project. 

Support for MC4x/XC4x-M24 

Support for new hardware versions of

  • MC4x-M24, 
  • MC4xFS-M24 and
  • XC4x-M24.

Applications updated to 7.03 will run on both original and -M24 versions of MC4/MC4xFS hardware.

XC4x Firmware is updated to 2.02, this version supports both original and -M24 version of the XC4x expansions.

More updates and details, see  Release notes - IQANdesign 7

IQANrun updates

  • Improved keyboard navigation and shortcuts
  • Right click popup menu added to graph
  • New command line arguments

See Release notes - IQANrun 7

+3

String Compare or Text Handling?

705David 12 months ago in IQANdesign 0

Is there any plan to add string compares or other string functions to IQAN yet?

I run into this wall somewhat regularly as our machines get more complex. Adding even simple comparison to strings would be useful. The problem I am trying to solve right now is that I have no way to compare a string to know if it has changed.


Alternatively, if there was some channel status on a text parameter to know if it was updated, that would be useful as well.


I did read through Gustav's thread about string functions here: String functions / Software / IQAN

Doesn't seem there has been much advancement on this topic and those string functions wouldn't accomplish what I am looking to do.

+3

Import TXT files

lbartik 2 years ago in IQANdesign updated by I CAN GO 2 years ago 2

It would be very nice to be able to open/import TXT files (inverse operation of IQANdesign.exe ProjectFile.idax -saveas ProjectFile.txt).

This would multitudes of options for code maintenance, quality control, and version management that don't exist in the current panacean GUI-as-IDE paradigm.

+3

GitHub

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

Hello,

It would be extremely beneficial to have GitHub "capabilities" with design files for version control. Great example would be to link IQAN with COPIA.

Cheers