+1

screen protection MD4

RobinArvidsson 7 years ago updated by Vincent Thiele 7 years ago 1

Anyone found any good generic screen protection for the MD4-10 ? 

All i can find has holes or cutouts for camera etc.


Robin

+1

IQANsync 5.02 released

Ulrik Zakariasson (Software development) 7 years ago updated by lbartik 5 years ago 10

IQANsync 5.02 is now available in App Store/Google Play. New features are:

  • Support for 5.02 project and clone files
  • Password manager with support for safe passwords (for Android, added in 5.01 for iOS)
  • Additional CSV file attached mail when sending log (for Android, added in 5.01 for iOS)

Another change is that Dropbox support has been removed. We recommend you use the built-in Files app on iOS or a file explorer of your choice on Android. These file managers have support for Dropbox and many other cloud storage providers, e.g. Google Drive, OneDrive, and iCloud Drive.


On iOS you will find your IQANsync folder under Locations > On My iPhone > IQANsync. Use the Files app to move files to and from this folder.


On Android the same folder is found under (Internal memory) > Documents > IQAN Files. There are a number of file explorers available on Google Play if your Android device does not have one installed already, e.g. FX or Solid Explorer.


Download on the App Store     Get it on Google Play

+1
Answered

J1939 data length

Ed Schippers 7 years ago in IQANdesign updated by Gustav Widén (System support) 6 years ago 3

I have a question about the length of J1939 PGN 65251.Scan_15_0061_001.pdf

In Iqan the standard data length is 8 bite but the length of PGN 65251 is 39 bite. also some other PGN's have more then 8 bite.

I want to use SPN 544 engine reference torque. but i can't due to limitation or the data length.


Regards, Ed



+1

G11 to Generic CAN

ksilovich 7 years ago in IQANdesign updated 7 years ago 1

Not sure how possible this would be, but I have a few programs that only use Generic CAN networks (no J1939), and it would be really nice if there was a way to get the G11 to function off of one of them, as I don't have another CAN port to add the G11 to. 

+1

Comparing function groups.

John Olsen 7 years ago in IQANdesign updated by Ulrik Zakariasson (Software development) 7 years ago 0

It would be nice to compare  only function groups or only particular channels. Both within the application or in different applications. I have some channels  with a lot of  Qcode instructions. They should behave equal, but they does not. Is it possible to do such a comparison in latest version ? 

+1
Completed

Generic "Get All Logs" Action in IQANScript

JamesV 7 years ago in IQANscript updated by Gustav Widén (System support) 3 years ago 7

Hi,

Is it possible when using a script to login and get logs, to just get all logs without having to pick them from the application? I'd like to make 1 generic script that logs in with the Root access and gets all logs for a long list of projects that have differently named logs and different arrangements. 

thanks,

+1

Some improvements to Arrays

Antonio Garcia 7 years ago in IQANdesign updated 7 years ago 0

Hello,


I know there's a wide list of possible array improvements out there, but I would like to post my main concerns. (I think none of them are already supported).


Array easy static initialization 

In case of having to work with large arrays, plain initialization line by line is tedious (I use excel or some external editor to write the lines, and then copy&paste them to IQAN). 


array_name[0] := 0xA0

array_name[1] := 0xA5

...

array_name[1200] := 0x00


Apart, when there's such big amount of lines, it really slows down the IDE when oppening and scrolling this channel.


I don't really know if this kind of initialization, with constant numbers, is somehow optimized, or it is executed every cycle. I haven't really tested %cycle, but I use to do something like:


static init:=TRUE

IF( init ) THEN

array_name[0] := 0xA0

...

array_name[1200] := 0x00

init := FALSE

ENDIF


Just in case.


So, a major improvement would be to have an easier method of static initialization. 

Perhaps, a C-like way: array_name := [0xA0, ... , 0x00]. 

Or, from an csv o txt, just like LUT.


A minor and faster update, would be adding the "static" keyword to arrays, in order to perform a real one-time initialization, while maintaining the classic array filling method.

So, the following piece of code at the very beginning:


static array_name[0] := 0xA0

...

static array_name[1200] := 0x00


Would mean it is an initialization, and not a cycle by cycle assignment.


Array Function Selector

Not meant to multiply array size (array values should be shared and preserved between states, if not overwriten), but to perform different operations or asigments depending on the state variable, just like in any other channel. At the moment I must use uglier methods, whereas a function selector would make it much more elegant.



Loops in QCode. 

At least, just inside array's QCode. This has already been asked before in other posts. Really simple algorithims became overkill in IQAN due to lack of Loops.



Thanks!

+1

Report filename depending of the machine ID

Laura 7 years ago in IQANscript updated by Gustav Widén (System support) 7 years ago 1

Hello,

Is it possible to program the report filename in a script report so that the machine ID is placed in the report filename with a piece of text in the windows explorer.

Now all filenames of the different machines are the same.

They are placed in several folders with the machine ID, but it is not a unique name.

Kind regards,

Laura


Image 1100

+1

TFC Value and Unit

Joe 7 years ago in IQANdesign 0

When using a channel reference in a TFC channel, it would be nice if the 'Show' drop-down would include 'Value and Unit'.  Right now they are separate, so if you want to show the value and the unit, you have to add another text element.

+1

Posibillity to visually occupy both OUT a and b, High Side Dout in List view

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

Hi,

On the IQAN MC4x modules it is possible to pair outputs to supply higher amperage.

In IQAN Design in the List view in the System layout, it is only the OUT_XXa that is visually occupied.

It would be nice if there were a option to visually occupy both OUT_XX a and b.

The problem is that i save the lists to pdf and use them to communicate the I/O information with our recourse's for making the electrical diagram. As it is now its easy to make a mistake when using paired outputs. OUT_XX b is not occupied in the list, meaning it wont make it in to the electrical diagram if one forgets that it should be a paired output.

/Fredrik