0
Answered

Bluetooth enable G11 gateway

Evert-Jan 3 years ago in IQANdesign updated by Gustav Widén (System support) 3 years ago 2

I did set the G11 enable on false and also the Bluetooth enable on false, but still I can connect with IQANGO, and for example change the system ID. How can I disable the Bluetooth radio?

0
Not a bug

CAN bus D failure

Codie 3 years ago in IQANdesign updated by Gustav Widén (System support) 3 years ago 1

I'm having an issue with a My CAN bus D on an MC43. It had worked the other day then I had made a program change and now it continually gives me CAN Bus failure faults. I have disconnected the wires so there is no chance of a wiring issue. I have made a simple program that only sends one PGN out and that also fails. I have used known working code that i swapped from Can Bus E and the problem continues on D. This is happening on two different panels that I have. I have to think that it is some type of bug or the MC43 needs to be rebooted in some way but I have already sent a blank program to it. 

0
Fixed

Get parameter on SP changes type from Integer to State after first run

Johan Palm 3 years ago in IQANscript updated by Gustav Widén (System support) 3 years ago 2

The value type of Get parameter is initially Integer, but after successful execution, the value type changes to State (see bottom right corner) and Script file Check throws a Value type mismatch error for Set variable since it's not allowed to assign State values to Integer script variables.

This was tested with IQANrun 6.04.2.5572, IQANscript 6.04.1.5081, IQANdesign 6.04.5.5888, and IQANsimulate 6.04.1.5081.

Initially:

Image 2351

After execution:

Image 2352

The IQANdesign project used contains only an adjustable empty State parameter channel (SP).

Image 2353

0
Fixed

Script hangs on switch-else despite switch-case evaluated to true

Johan Palm 3 years ago in IQANscript updated by Gustav Widén (System support) 3 years ago 5

The attached script was created in IQANscript 5.07.1.4875 and tested in IQANrun 5.07.1.5363 as well as IQANrun 6.04.2.5572.

Creating the script in IQANscript 6.04.1.5081 makes no difference.

The script hangs on a blank page in IQANrun after either switch-case has evaluated to true and it's not possible to continue execution.

Image 2350

Stuck.issx

0

IQANgo on Android phone (China)

Andy Pauly 3 years ago in IQANgo updated by Gustav Widén (System support) 3 years ago 2

Hello

We are preparing ourselves to commision a prototype in China with a G11. IQANgo cannot be downloaded on a local Android phone. Is there a hidden way to do so??? Can anybody help??

Regards

Andy Pauly

0

Dynamic Source Address Claimed by Sensor

Arbutus 3 years ago in IQANdesign updated by Gustav Widén (System support) 3 years ago 3

Image 2348


We are using a pair of STW T01 J1939 Temperature sensors connected independently to the "C" bus on an MD4-7. The sensors create dynamic Source Address on start up - am looking for a way to use the Initialization Function group to read the two source address' and populate that value into the appropriate sensor source address field. Assume we can use CFG_NET_AddrRange to read that value but not sure a) how to identify one sensor from the other and b) once the value is read to populate the source address into the source address field?

0

Dynamic address claim

Codie 3 years ago in IQANdesign updated by Gustav Widén (System support) 3 years ago 2

We are a manufacturing company utilizing MD4's and MC43's to control Hybrid transmissions. I want to be able to keep the same program and not have to adjust the source address all the time. These transmissions must connect to each other over CAN and communicate for several functions. The address claim in Iqan will disable if two modules have the same address. Is there a way to make them dynamic so if Address EX: 23 is already taken it will move its address to 24 and so on. I have used the Initializing source address to make these adjustable but its not really ideal as these could have to be setup daily.

0
Answered

Generic CAN message reception flag

Steven Park 3 years ago in IQANdesign updated by Gustav Widén (System support) 3 years ago 5

Hi,

I am using Generic CAN message channel to process data from 3rd party CAN device. The device periodically sends the same message and I am wondering if there's a way to differentiate the message being processed in the current cycle from the message received from the previous cycle. Some kind of a reception flag would be really helpful

0
Answered

Connecting to Multiple Master Modules with Single Master Projects on Shared J1939 Bus

Chris Litwin 3 years ago in IQANrun updated by Gustav Widén (System support) 3 years ago 3

How does IQANrun or IQANgo behave when you try to connect to master modules that have their own single master project but share a J1939 bus? If I try to connect to them on that shared bus will it give me the option to select which master module/project to connect to?