0

IQAN Creative Studio 3.17 released

Highlighted change:

24962 Remove 30 day limit on evaluation license
You can use the tools without a license as long as you like. The functional limitations are still there though, the tools are limited to simulation only.

For more details see:
http://divapps.parker.com/divapps/iqan/downloads/ReleaseNotes_IQAN_Creative_Studio_3-17-2.htm




0
Answered

fame input channel unassigned

Zach 10 years ago in IQANdesign updated by Ulrik Zakariasson (Software development) 9 years ago 2
I made a j1939 frame input channel, and hooked it up to three jpins.
The jpins are configured for error checking, 0 error value.
The jfin is red with an unassigned error.

I think maybe this is caused by how I made a new function group and a new j1939 module, but I perhaps have not linked them correctly, or does this sound like another issue?
I checked through some of the forums to see a similar issue, and I saw a person had disabled the error checking as a workaround. I am hoping not to do that.
0
Completed

Pin Code Channel with integer values

Arno Heeren 10 years ago in IQANdesign updated 10 years ago 3
Hi,
in some situations when a connection with a PC or modem is not an option, customer need to give the driver/enduser access through the display to certain adjust, measure or log items.
To have a kind of restriction or limitation, it would be nice if this access could be limited in time.

If the Pin code channel would accept integer values, the Pin could be a function of the actual date or other values. So if someone calls in with a problem, the service engineer at the OEM can do some mental arithmetics. In case of a date based Pin-Code it will be void on the next day.

0
Answered

Change Color for Conditional Message

Zach Dockter 10 years ago in IQANdesign updated by Ulrik Zakariasson (Software development) 9 years ago 2

Is there a way to change the icon color for conditional messages? I'm getting Red for 'Warning' and yellow for 'Alarm'. Since Alarm is higher than warning, I'd rather the Alarm be red and the warning be yellow....

0
Answered

Loosing external reference when Grouping/moving Code

Jean-Marc Zanni 10 years ago in IQANdesign updated by Gustav Widén (System support) 10 years ago 4
One of the most difficult or time consuming task is to keep our code organized has it evolves. I do not know about others but our code is evolving with time as we encounter new options and configuration for our hardware. Sometimes a modification starts with the addition of a few functions but after few month we end up with a real spaghetti very difficult to troubleshoot. Since often those modifications are done under the gun during commissioning it is not easy to know where it is going to go.
The biggest reason why it is difficult to re-organize a code after the fact are all the external references of the objects. If we decide to move them into a new or existing function group to help clean-up the code all those connections are lost and we need hours to re-create them. That is if we where smart enough to first identify them. More specifically I am referring to:
-Display object
-Adjust group
-Log object
-measuring object
It would be so much nicer if those connections could be kept.
0

Configure video priority

Frank Guo 10 years ago in IQANdesign updated by Gustav Widén (System support) 10 years ago 1
Is it possible to configure the video priority level in IQAN Design? Sometime I may need to set the video as background. It would be good if in IQAN Design allowing me to set the layer of the video.
0
Fixed

Linear or circular bar animation crash program

Tuomas 9 years ago in IQANdesign updated by Ulrik Zakariasson (Software development) 9 years ago 6

-Design latest version

-MD4-5 display

-When using linear or circular bar the program crash down

-Only fixing by removing these elements

I believe these elements animation cause this because when bar animation goes to end then program will crash. Can you disable animation from these elements?

0
Answered

SAE J 1939

Masia Jean-Baptiste 10 years ago in IQANdesign updated by Ulrik Zakariasson (Software development) 9 years ago 2
Hello

On a original Tigercat vehicule Image 111 ,

We can find :one MD3 ,one XA2 , one XS2. The Md3 send (TSC1 : SAE J 1939 frame) and receive SAE J1939 from the ECU.
see the original drawing:

Image 112

My custumer want to add one MD3 and one MC2 in the tigercat to drive one other accessories
my system:
Image 113
My VIN must accelerate the engine and my proportionnal outputs. ( automotive system )

We would to like a new MD3 ( MD3(2) ) send a TSC1 (SAE J 1936 frame) and the old MD3 receive SAE J 1939 frame CAN . We have affraid that the engine received 2 TSC1 message and the engine stop !!! ( conflict !!!!!! )
Image 114

I don't have the original program of the vehicule (picture (1) MD3, XA2, XS2).
Do you have a solution for stop the TSC1 transmission on the original MD3 or other solution?

Please feel free to contact me if you have any questions .
0
Not a bug

Iqandesign 4.0 multiple TSC channels

Michael Carlyle 9 years ago updated 9 years ago 4

I have to send throttle commands on PGN 0 for speed and PGN 00001 for torque limitation.


This is possible in Iqandesign 3.19. In Iqandesign 4.0 I get an error message "Multiple TSC1" and the program won't run.

0
Answered

Sequential execution/validation

David Dufour 10 years ago in IQANdesign updated by Ulrik Zakariasson (Software development) 9 years ago 8
Hi,

I need to find the best method to do a sequencial communication.

Actually I need to send canopen packet in order and I need to respect this order.
As I can have multiple item, required or not (enabled/disabled) to send.

Case 1:

For example, with a scanreco remote control LCD screen I need to :

- Clear screen
- Activate FrameID of each component required to be visible on the screen
- after this I'll need to update each FrameID value with a 250ms timing.

Actually I was able to do this for testing purpose, but the program is a bit messy.

Case 2:

Sequential safety validation. Each step need to be validated in a specific sequence and in case of condition lost, I'll need to start again from the first step.

- Press "bypass" mode status on the screen
- Open the fence (Signal OFF)
- Close the fence (Signal ON
- Open the door (Signal OFF)
- Close the door (Signal ON)
- Activating bypass activated signal

In case of lost of the fence or door signal, I need to restart from the beginning this sequence.

I have in mind to use IDC + counter to do this, but I'm not sure to be in the right way.

I'm looking if you have example or recommendation to do this ?
I'm sure you notice that it's my very first project!

Best regards,

David