0
Fixed

IQAN 4.03.27 - Qcode Errors

ksilovich 8 years ago in IQANdesign updated by Ulrik Zakariasson (Software development) 8 years ago 5

With the new Iqan 4.03.27, the qcode window now re-formats all my code if I try to add some code in it. I never had this issue with 4.02.

Example, I had a functional code, and went to add a variable at the top of the qcode, and it did this.

Image 429





0

IQAN system communication with PLC over Ethernet or CAN

Dave Heiling 8 years ago in IQANdesign updated by Jos Lentfert 8 years ago 1

Has anyone had the need to communicate with Industrial PLC's? The Ethernet port would be the best way to do it if the MD4 could support Ethernet communications with the PLC. It is expensive to incorporate a CAN to Ethernet converter and also it adds another piece of hardware in teh system that you need to mount and support. Is there any plans to add Ethernet communication protocol to the MD4 (other than camera and PC communications?)


Along the same line, has anyone created an EDS document for the IQAN MD3 or MD4 that can be used to set up communications with the Alan Bradley PLC over CAN?

0
Answered

Expansion Bus and J1939 on the same bus CAN

Masia Jean-Baptiste 8 years ago in IQANdesign updated by fdube 5 years ago 2

It is possible to use tha same Bus Can for two different CAN systéme .

J1939 an Expansion on the BUS CAN C on the MD3

Image 423


When I look the project check, I don't have error.


Image 424


Best regards
Jean-Baptiste
RGDH
Develloper for IQan system

Answer

Hi, yes you can share J1939 and expansion Bus.

Only Generic CAN can't be mixed with the other protocols.


One thing to consider when you share a CAN-Bus line is the traffic load. You can measure it with IQAN analyze.

0
Completed

show only preferences from menu system

jan 8 years ago in IQANdesign updated by Ulrik Zakariasson (Software development) 8 years ago 5

Is there a way to show only preferences (or other category of main menu) by pushing menu (or custom made) button?

0
Answered

Use application default value from a COUT in MAC

Conrad Elektro 8 years ago in IQANdesign updated 8 years ago 6

Hello,


I like to use the application default value, 'max current', of a COUT in a math channel. Is this possible? I don't want to use integer parameters because you loose the standard adjustable menu of the COUT channel.


Kind regards,


Robin

0

digits pin code

jan 8 years ago updated by Ulrik Zakariasson (Software development) 8 years ago 1

Hello,

Is there any way to add more digits as 4 to the pincode

Answer
Wilfried 8 years ago

Standard, every pincode in IQAN has 4 digits, so standard, it is not possible to have more digits

0
Answered

Multiple Main Group?

James A 8 years ago in IQANdesign updated by Ulrik Zakariasson (Software development) 8 years ago 1

I am using a MD3 with the cycle time set to 10ms under the Main Group.


The cycle time needs to be that low because it is important for the IQAN system to be as responsive as possible for the machine it is being used in and prevent a malfuntion. As time has progressed the IQAN program has evolved the utilization rate has continued to climb.


Is it possible to have a multi-threaded program, or maybe multiple main groups? I'm thinking 1 main group with all the critical functions with a cycle time of 10ms and a seperate group with a higher cycle time of say 50ms.


I am making use of function groups and disabling them as needed but I was hoping for a better solution esp. for the critical time sensitive functions.

0
Answered

Low frequency PWM

Ed Schippers 8 years ago in IQANdesign updated by Ulrik Zakariasson (Software development) 8 years ago 3

Hi

To control a visco fan clutch a low frequency PWN signal is needed ideal 1 to 5 Hz

a standard Iqan PWM goes only as low as 10 Hz.

is it a problem to use a Dout and plus this output? using a timer and change the on period?

Answer

I used a standard Dout, but the principle you are describing.



worked fine..!

0
Fixed

IQAN Design 4.02 issues

ksilovich 8 years ago in IQANdesign updated by Ulrik Zakariasson (Software development) 7 years ago 2

2 issues I have ran across with IQAN Design 4.02.16

1) Some time when working the Select All function stops working. I have to close the program and restart it to use it again.
Image 403


2) When resizing a Comment Box it will jump left and up quite a bit. It doesn't stay fixed in the location it was in before.
On a side note of that it would also be nice that when you copy and paste a comment it remains the same size. Currently when you past it it goes to a define size instead of what was copied.



0
Answered

J1939 code reader in 4.02 not working

Michael Carlyle 8 years ago in IQANdesign updated by Mark Walser 5 years ago 12

We have written our own code reader (DM1) for engine which works in 3.19 but when converted to 4.02 it does not read the PGN's and reads as false (not evaluated). The PGN's have always had a warning of "invalid Identifier" since Iqan 3 but still would read and worked fine. Now they are not evaluated. The PGN's are 65226, 60416, and 60160 and I believe are necessary for reading DM1 faults and BAM messaging.


Is there a change in 4.02 that would cause this? How do I get these to read?