
Simplify hiding display pages
I request the possibility to use the positive flank of a digital channel to show a displaypage and the negative flank of the same digital to hide it again. This would save a lot of internal digitals. Today i often use an extra digital activated by not(the original digital). Maybe a checkbox close to the show/hide property called use flanks or hide on negative flank.

Camera Feed on display. Connecting vs. Streaming
We are having issues troubleshooting some infrequent camera issues and we can't find anything in the documentation.
Curious as the difference when the camera screen states 'Connecting' vs 'Streaming'
Connecting seems to be when no camera is present (IP Address not found?) but we can't seem to figure out what would make the camera screen display 'Streaming' but then this screen just stays up. We do not have immediate access to said camera so I can't do a packet sniff to see what network traffic drives this.
Thanks

Option to send only certain parameters to system?
We would like to see the ability to have more options on the send dialogue box where it asks what parameters etc to send or reset. Sometimes we have multiple machines running software where we are tweaking small parts of a program prior to delivery by changing parameters and default values. Once we have a final piece of software we then insert it into the remaining machines but cannot reset default values because it will change all the other parameters in the software instead of what we have been tweaking. Can we have a way of selecting certain parameters to overwrite?

Select Case
A 'Select Case' statement in QCode would be nice; much cleaner than a series of 'If, elseif' statements.

Finite State Machines on the Application Logic Tab Bug
There appears to be a Bug in the Finite State Machines. When clicking through Finite State Machines that are identical but have different inputs for their transitions (for example: created by cutting and pasting and then updating the information in the transitions) the information in the transitions does not change even thought the "Chanel Name:" at the top of the page updates. You must click out of the FSM to a different page and then back into the next one in order for the information to be updated correctly. Please see pics below:
FIRST FSM (Data Is Correct):
SECOND FSM (Data Is Incorrect):
SAME FSM (After cilicking different page and then back into FSM Data Is Correct):

How to reset switch trigger to False for Amber and Green when in Red condition?
I have created a Qcode using Enable/Disable SMC
Green // used to go to green from yellow when Message Enable >= 2
if (Message Enable >= 2 and Switch_Trigger_Now = True) then
Result:= True
endif
Red // used to remove the slider
if (Message Enable = 0) then
Result:= True
endif
Amber //used to keep at Amber whether off or on when in state 1
if (Message Enable = 1 or Message Enable >= 2 and Switch_Trigger_Now = False) then
Result:= True
endif
if (Message Enable = 1 and Switch_Trigger_Now = True) then
Result:= True
endif

I would like for the Green and Amber buttons to reset to 0 when the Red state condition is met.
Unfortunately the reset does not work after the user pushes the button and it stores the last value of the slider. However the condition of keeping the slider on when Amber and retaining to switch to Green is detectable.
Are there any suggestions on how the Red state can be used to reset the slider button.
I can also provide in file format if this helps.

Is there a way to keep the switch button static to false when a certain condition is met?
I am trying to keep a button disabled even when a user touches the screen to try to enable. Is this possible in IQAN?

Parameter value jumps after enabling Funtion Group
I have found a problem with using parameter channels in combination with the enable of Function Groups.
The problem occurs when I want to adjust a parameter channel which is in a disabled Function Group. When I try to adjust the slider, it jumps back to its old value upon release. So far, so good. But when I enable the Function Group, the slider jumps to the place where I released it last.
This means an unauthorized person can adjust all sliders and the values will be copied after login.
I tested this in simulation with IQAN Design 5.04 and a MD4-10" display.

Tilt display
Does anyone have an app that shows the position of a tilt sensor (graphically). Looking for some inspiration.
Customer support service by UserEcho