+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 10 years ago in IQANdesign updated by Ulrik Zakariasson (Software development) 9 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

cast String into Array

D CBN 2 weeks 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) 7 months ago in IQANdesign updated by Christopher Fridstaden 7 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

Import TXT files

lbartik 1 year ago in IQANdesign updated by I CAN GO 1 year 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
Under review

Add ability to enter True or False into dual object outputs

705David 2 years ago in IQANdesign updated by Tim Reen 6 months ago 5

With the release of IQANDesign 7, there's a new warning for implicit value type conversion.

There are lots of cases where we use Dual objects to enable and disable features because it's a cleaner (less lines of code and easier to read) than using And Or and Not math objects.

When we use these dual functions we have used 0 or 1 in a lot of these dual objects which creates an implicit value type conversion warning because it is converting 0 or 1 to a bool.

Since it's possible to already add digital channels to the Dual Object, we think it should be possible to put True or False in them as well. This would allow us to continue using the Dual Object in this manner without the nuisance warnings.


Thanks

+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  

+3

QR Code for information

Marcel 2 years ago in IQANdesign 0

Just an idea: It would be helpful for me if iQanDesign could generate a QRcode with information about the system on a display page which a user can scan with his phone and email/app this information. All information that is important (serial number, software version, date of system, etc.) can be send in one message (information for the code must be selectable  by the programmer). Also for documenting/testing could this be useful.

+3
Completed

/n new line in imsg/cmsg

Mack 3 years ago in IQANdesign updated by Marcel 1 year ago 4

Request to add new line feature (\n or _ notation used in QCode would work) for IMSGs and CMSGs.