
Hidden pin code
Would it be possible to hide the number after you entered digit?
So once you have pushed the number it becomes a (*) instead of the number you have pushed?

Root Access Logs Download with Service Access
I would like the ability to have a value and event log which can only be viewed or cleared with root access, but will be saved into a clone when the clone is taken by a service tech with only service access. This way a service technician can download a clone in the field and send it to me and I will be able to access a higher level of logs than they could see.
I have tried linking the "visible" parameter to an IDC that is true only with root access and leaving "enabled" as yes, and every combination of view and clear access levels but have not been able to get what I want. Do you have any suggestions?
Thanks,

I need to print Few stored details of customers from MD3 through a printer.
Hello,
I need to print few stored data of customers from MD3 display like,
1. Customer Name
2. Vehicle ID
3. etc.,
via thermal printer.
The printer available in markets are bluetooth / USB enabled. I use G11 Bluetooth dongle connected with MD3.
Can someone help me in interfacing the bluetooth printer with MD3 via G11 bluetooth dongle / USB.
Also, Please provide support for me in understanding the program modifications required for same.
Regards,
Sandeep R
+91 99520 55137

Show PCC header and text in keypad PIN code dialog
Hello.
we have an application with 3 different pin codes for operator, service and technical department. We want to know if is possible that the message requiering pin code explains wich pin is needed. Something like "USER PIN CODE", "SERVICE PIN CODE". Service and technical pin code varies, so if for any reason operator needs service pin, we can send him, but it is only valid for a period of time. We need to know that the operator is on the correct page (not trying to use service pin when themachine requires the technical's department pin)

Interactive message channel doesn't show with QShow
I've set an IMSG to become active (QShow) after F2 is pressed for 2 seconds, using the following code:
static tempoPressionado := 0
tempoMinimo := 2000
if ResetaCalibração = TRUE and tempoPressionado > tempoMinimo then
QShow
elseif ResetaCalibração = TRUE and tempoPressionado <= tempoMinimo then
tempoPressionado := tempoPressionado + TempoDeCiclo
endif
With the measure feature in IQANdesign, I can see that the IMSG state changes from 0 to 1 (Passive to Active) as I expected but, on the IHM screen, it won't show up. How can I do it?

Probable bug with MD3 display pages visibility - IQANdesign 5
I've set up a control channel to Hide a display page and, afterwards, changed the Show property to Always (because I didn't want to use the control channel anymore). Even so, the page still behaved submitted to that previous control channel besides being set to Always.
Is this a normal behavior or it shouldn't work like this?

How do I delete an IQANdesign license number from a pc that has the software already installed?

Channel names QCode and external functions
Hi,
to start I wish to say that the development with external functions and solution library is a really nice addition to IQAN.
Now to my request. Lets say you have an external function called Function.
The Function has input x an output y.
Whe you create 2 new instances of the external function you can rename each function. That is good. The names of the input and outputs cannot be renamed. That is the way it should be.
However, here comes the problem. In the example I have Variable as a math channel. I cannot read any of the outputs from either Function A or B simply because now there are two channels in the system with same name y.
If I delete Function B, it is possible to assign the Variable math to y. And this is actually a problem in the display pages as well. If you use the same channel name then it is impossible to know which channel you are choosing properties and values for objects in display pages.
My suggestion is to use same syntax as any of the object oriented languages. Example in QCode: result := Function A.y
And similar when selecting in the display pages menus.

Sum of all cells in an array
Is there a way to get the sum of all of the values in an array?

Ramifications of using Public vs. Function Group Output Scope
I typically set the scope of a channel to public if they're used in 2 or more additional function groups, and function group output if the channel is used in only 1 other function group.
But I decided this somewhat arbitrarily. What are the ramifications of using public vs FGO? Does public scope cause things to run slower? Are there some good rules of thumb?
Customer support service by UserEcho