
Multiple TSC1 not working on IQAN 6
I have to output 2 different TSC1 messages to the same engine (SA 0) from different source addresses to set max rpm and commanded rpm. I tested this out several months ago with IQAN 5.03 on an MC43FS and it worked fine using the method I found on this forum post:
https://forum.iqan.se/communities/1/topics/39-iqandesign-40-multiple-tsc-channels
Now when I try the same method (same JFOUT SAs and channel assignments) I get an error of no contact from one of the engine nodes. I noticed when I swap channel assignments for the 2 different JFOUTs, the 'No Contact' engine node turns green and the other engine node goes no contact.
Is there something that has changed from IQAN 5 to 6 preventing the controller from reading 2 different J1939 nodes from the same address?
IQAN 5.03:
IQAN 6.01:
Thanks,
Cole

Memorizing Low and High on a voltage input
I have a voltage input that fluctuates from around 1.3 volts to 3.8 voltes one time each second.(Angle Sensor)
Is there any way to have a memory channel record the low voltage every cycle?

Repeat CAN Message on another Channel
Is there a way to receive a Generic CAN Message on one bus and transmit the same on another bus?
Trying to implement a gateway controller using MD3 here.

Multi master bus overload
I am curious if anyone has a project or data feedback on a multi master system with 6 master modules. I am looking at a system that needs 2 MC43's, 2 MD4's, and 2 MD3's.
I plan to keep the master and diagnostic buses separated but I am concerned about overloading one or both buses. Does anyone have history with a multi master system with this many modules on it?

ScanrecoCanOpen
Dear Friends;
I am planning to work Scanreco G3 can open Radio Remote Control system on Iqan master modules. Did anyone had any experience before on it.

IQAN-SV
Hello,
I have a problem with 2 IQAN-SV. They are connected by a ethernet switch to the MD4-7 (input C4). At first when the system is starting up i can see the camera's. But when i try it again some time later the system can't connect the the cameras and keeps saying: 'video wait for cam'. To fix this i need to power off the whole system and start is up again.
Is there a fix for this? or do i someting else wrong?

Free Text In Design For IQAN Run Etc
It would be a great idea if there was a page etc., where free text could be added.
The text could be simple words or hyperlink to webpage, phone number for a mobile to call or email address.
From this, we could add information for the user using IQAN Run for operating the software. Contacts in case of issues, web links to external sites for wiring diagrams or even YouTube videos.
This would then also be used for the IQAN Tablet App etc.

IQANdesign 6.01 released
Version 6.01 is now released on check for updates
Main updates
Telematics support for IQAN-MC4xFS
It is now possible to use the GT gateway together with MC4xFS modules in all system configurations, also when an MC4xFS is the headmaster communicating with the gateway.
Open files in the major version they were saved in
Project files, simulation files and script files opened from Windows explorer are now opened in the mayor version they were saved in (e.g. version 5 files opens in version 5 also when version 6 was installed later)
Works when 6.01 or a future versions is the latest version installed.

Keypad style adjust for parameters
Same functionality as released in parallel version 5.05
Various fixes and improvements
See release notes for details
http://divapps.parker.com/divapps/iqan/Downloads/IQANdesign%206/ReleaseNotes6.01.6.htm
http://divapps.parker.com/divapps/iqan/Downloads/IQANrun%206/ReleaseNotes6.01.3.htm
http://divapps.parker.com/divapps/iqan/Downloads/IQANsimulate%206/ReleaseNotes6.01.4.htm
http://divapps.parker.com/divapps/iqan/Downloads/IQANscript%206/ReleaseNotes6.01.3.htm

The DM2 support on IQAN 6
The DM2 support does not seem to be working on IQAN Design 6. It always comes back with "No response on DM2 request".

shl and shr - function do not work on MAC
Hello
I need to send out a 8 digit numbers on the JPOUT-J1939 CANBUS in an 4-byte data frame.
IQAN only handle 7 digits so I split up the number in two MAC blocks to be send in 2xJPOUT 2 bytes
But the shift-bits to the left and shift byte to the right [shl] and [shr] only works on JPOUT; JPIN; GPOUT and GPIN - channels. shl+shr-problem.idsx
Instead of a MAC channel I had to use a JPOUT channels to get the shl to work. I even have to put the data on the J1939 bus only to get the shl to work? Why is shl and shr not avaiable with a math channel???,
Regards
Andy

I does work in the MAC channel.
You do have a round down or up function, it is "Floor(xxx)" or "Ceil(xxx)"
I did some changes and used the bitwise and function to simplify your function.
1st 2bytes
Result:= (round(xxxxxx*100) band 65535 )+ yy
2nd 2bytes
Result:= Round(xxxxxx*100) shr 16
Customer support service by UserEcho