+1

I need to print Few stored details of customers from MD3 through a printer.

SANDEEP RAJAN 7 years ago in IQANdesign updated by Nicolas Vargas 5 years ago 6

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 


+1
Under review

Show PCC header and text in keypad PIN code dialog

Dingoma 7 years ago in IQANdesign updated by Gustav Widén (System support) 5 years ago 9

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)

+1
Answered

Interactive message channel doesn't show with QShow

Diogo Tasquin Reducino 7 years ago in IQANdesign updated by Ulrik Zakariasson (Software development) 7 years ago 3

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?


+1
Fixed

Probable bug with MD3 display pages visibility - IQANdesign 5

Diogo Tasquin Reducino 7 years ago in IQANdesign updated by Ulrik Zakariasson (Software development) 7 years ago 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?

+1
Completed

Channel names QCode and external functions

Noah Breece 7 years ago in IQANdesign updated by Ulrik Zakariasson (Software development) 7 years ago 3

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.


Image 997


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.


Image 996
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.
Image 998   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.

+1
Answered

Sum of all cells in an array

mgoutier 7 years ago updated by Gustav Widén (System support) 7 years ago 7

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

+1

Ramifications of using Public vs. Function Group Output Scope

Barnhart Crane 7 years ago in IQANdesign updated by Noah Breece 7 years ago 4

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?

+1
Answered

Network settings to allow MC43 to connect

C. Harp 7 years ago updated by Ulrik Zakariasson (Software development) 7 years ago 2

I need to know which ports I need to open on my firewall to allow an IQAN module to connect. 

+1
Completed

Disable smooth animations on MD4

Antonio Garcia 7 years ago in IQANdesign updated by RobinArvidsson 7 years ago 7

Hello All!


I've been giving a try IQAN 5, and it's new graphical features, because I wanted to make some dinamic drawings to represent the position of an elevator crane.


I Found it easier to use images (X,Y,Angle) instead of lines (X1,Y1,X2,Y2), for this purpose. And, obviously, with images I can get a closer representation of the actual machine.


But...smooth animations totally runined my plans. 

When X and Y properties get a new value (from a variable), the image will move instantly. 

But, when its angle property changes, the rotation of the image won't change instantly, it will turn "smoothly". Similar to the smoothed movement of gauges or bars... which I don't really like much either, by the way.


Please, watch this example:


http://www.sgingenieria.es/Antonio/crane.mp4


Is there a way to disable animations?

Perhaps a checkbox or smooth factor (in images, gauges and bar properties..) in future releases...?


Thanks a lot!