+4

​It will be nice if we could see "multi point vector object" as points on visual graph

Shubhankar Chaudhury 7 years ago in IQANdesign updated by Gustav Widén (System support) 7 years ago 0


Attaching an example of 8 point vector object, it would be nice if we can see these points on a visual graph and edit them on the graph itself.

Image 928

+4
Under review

Atan2 - two-argument arc tangent function

Gary Posey 7 years ago in IQANdesign updated by Ulrik Zakariasson (Software development) 7 years ago 1

Any plans for the addition of Atan2 function? 

+4

Item selection boxes (crossing and window)

DavidH 7 years ago in IQANdesign updated by Gustav Widén (System support) 3 years ago 2

As a frequent user of CAD programs, I've become accustomed to the two types of item selection windows.


  1. Dragging from left to right will select all objects that are entirely enclosed in the selection box.
  2. Dragging from right to left will select all objects that are crossed by the selection box.


Could these two types of selection boxes be included in a future version of IQANdesign? (for display page editing and function groups).


Thanks

+4
Under review

Array Channel as Function Group In/Out

Vincent Thiele 7 years ago in IQANdesign updated by Jean-Marc Zanni 6 years ago 5

I've been running into some limitations with passing Array Channels between Function Groups that I would very much like to see addressed. It has been very helpful to allow Array Channels to be Function Group outputs, but having that as an option begs to let them do more. Specifically:


1) Array Copying - It seems like we should be able to say "ArrayA := ArrayB" for the Qcode instead of "ArrayA[n] := ArrayB[n]" for all n items. This is notably frustrating when trying to pass an array from a child function group out of the parent function group. An alternative global solution (though I really want array copying for other purposes as well) would be the ability to set a Function Group Output from a child function group as a Function Group Output for the parent without the need to create an object to copy the data in order to set it as an output.


2) Arrays and Function Group Inputs - If I have an array in a one function group, I currently have no way to pass the data to another function group without breaking out all of the items into individual channels for linking to a FGI. I see two options that would work for my needs, and it would be nice to see both implemented if possible. a) Allow the FGI to have an Input type of Array and be able to pull date from the FGI via index like an array or b) Allow FGIs to link to a specific index of an array so I don't have to create a math channel for the sole purpose of copying the data from an Array index to link to the FGI.


Thanks!


+4

IQANdesign 4.07

Gustav Widén (System support) 7 years ago in IQANdesign updated 7 years ago 4

Main feature updates


MD4: Theme colors for menu system

New properties available on display page container makes it possible to change theme colors for the IQAN-MD4 menu system.

Image 735


Control all SP state names through single TP

If the state names of an SP is connected to a TP and that TP has the same SP as mode selector, the retrieval of the name(s) from the TP will be based on the state ordinal in the SP instead of the SP channel value.

Image 736

Example: You have an adjustable TP with states to define driver names and want those driver names to be the state names of an SP so you can see them in a state picker.

Image 737




MD4: Add "Copy mode" to menu system

The "copy mode" feature on adjust groups, previously available in MD3 and IQANrun, is now also available in the MD4 menu system. It can for example be used to copy driver settings for COUT:s. To enable this feature, set allow copy mode to yes.

Image 738


The function becomes available in the MD4 men system in the list view of adjust groups.

Image 739

When copying a mode, the user select which mode to copy from, and this gets copied to the active mode.

Image 740



For full release notes, see:

IQANdesign:

http://divapps.parker.com/divapps/iqan/Downloads/IQANdesign%204/ReleaseNotes4.07.7.htm

IQANrun:

http://divapps.parker.com/divapps/iqan/Downloads/IQANrun%204/ReleaseNotes4.07.5.htm


+4

IQANdesign 5 preview

Ulrik Zakariasson (Software development) 7 years ago in IQANdesign updated 7 years ago 0

Exclusive preview of IQANdesign 5 and Parker IQAN Connect at the CONEXPO show in Las Vegas. Come and see it, three days left! We're in South Hall, booth S80242.

View our short IQANdesign 5 video at http://www.vimeo.com/IQAN.
Learn more about the digital ecosystem IQAN Connect at http://www.parker.com/IQANConnect.

Image 681

The IQAN team in Las Vegas: Håkan Jisland, Ulrik Zakariasson and Johan Lidén.
+4
Completed

Force touch number pad for Pin Code Channels

Ethan Zeman 7 years ago in IQANdesign updated by Gustav Widén (System support) 2 years ago 6

I noticed that for the adjust screens you have implemented a touch number pad to access pin code protected screens in IQAN Design 4.0.

However, for Pin Code Channels, the scroll and select interface for each number is still used.

Any plans to implement the touch number pad for the pin code channel diaglog screens as well?

+4

multiple line button text

David Dufour 8 years ago in IQANdesign updated by Gustav Widén (System support) 7 years ago 2

Did you expect to implement in the future the option to allow multiple text line in the button?


Actually, we can only have 1 line. In my understanding, I'm unable to do this.


Could be useful to minimize the space used when more text is required.


Thanks!

+4
Answered

With the advent of arrays, are there plans to do higher level math functions like matrix algebra?

Joe 8 years ago in IQANdesign updated by Gustav Widén (System support) 3 years ago 6

I want to do matrix multiplication. Any plans for this in the future?

+4
Completed

Finite State Machines - Delayed transitions

Rick 8 years ago in IQANdesign updated by Ulrik Zakariasson (Software development) 8 years ago 4

Just an idea: how about adding a delayOn property for FSM transition lines?

I'm a fan of the FSM component, as it cleans up the pages, and can be explained to non-programmers, showing how stuff globally works.


But since we're using delays often ("hold button for a second", ...), I still end up having a lot of additional IDC blocks.