variables used to name files
could IQANscript support using variables to name files for "script report" and "save variables". I have tried surrounding the variable with percentage signs and it treats it as a character.
this can be useful for users to rename the files to unique names such as the Machine ID and be able to store it without needing to rename it after.
Classic OBD CAN bus
how we can use IQAN-MD4 to communicate with a module that it only send or receive messages via classic OBD CAN?
Subcontract service to improve big project architecture
Hello,
Could you purpose a kind of subcontract service to help improving big project ?
To review everything ?
All differents input/output, link between two MC43 and external devices...
How to architecture every subfunction and modes ...
Maybe you have IQAN specialist in France you can recommend ?
4 Camera streams and Log Queue goes to 100%
While working on some screen navigation improvements I noticed on the MD4 with 4 cameras streaming on the same screen the Log Queue (SIC) creeps to 100% in 5% increments. We don't have anything that would be attempting to add to the logs. Cycle Util = 18%. With 2 camera streams it goes to 5% but then appears to catch up and goes back to 0%, then repeats.
It doesn't appear to affect anything so this is really curiosity. (IQAN 6)

CAN bus status in channel
How can I monitor the status of can bus error? I want to know if it is possible to monitor this into a internal variable. Using a MC43 as master controller.

else if
Do consecutive else if statements stop at the first true? For example, I expect the code below makes result = 3.
if false then
result:=1
elseif false then
result:=2
elseif true then
result:=3
elseif true then
result:=4
else
result:=5
endif
Internal variable false but result true
My internal variable is false but my result is true and it is not a latching function?

TFC word-wrap and concatenation
I want to use a Text Formatting Channel to concatenate two or more text parameters into a single cohesive blob of text to overcome the 100 character Text Parameter limitation and help format the text neatly. I found two bugs:
- TFC doesn't carriage-return/word-wrap when using a fixed pixel width. Static text labels do word-wrap correctly. TFC should also word-wrap rather than truncating to a single line of fixed width. The designer shows TFC word-wrapping but the simulator and real display do not word-wrap.

- My TFC is freezing and failing to concatenate some of the strings in the attached example. The channel measure tool in IQANdesign shows the TFC updating and concatenating two TPs correctly but the real display and simulator view do not refresh.
IQANdesign shows the TFC updating:

Real display and simulator TFC freezes in state 1 when TPs are on state 2:
Please see the attached example, you will find the concatenation works some of the time but not all of the time:
Thanks,
Lucian
Customer support service by UserEcho