Mode selector for "Text Formatting Channel"
It would be nice to be able to assign a State machine or parameter to a "Text Formatting Channel".
I have a situation where I have "Group A", 10 Text Parameters with with a state machine (10 states) assigned to it. And a "Group B" of 15 Text Parameters with a 15 state machine. I would like to use a Single Text formatting channel to Add Group A to B for certain situation.
Trying to display the text on the screen currently is painful.
Also on a separate note it would also be nice to be able to use a Text Formatting Channel in a Text Parameter.
application input output vs j1939 input output for master modules
If I understood it correctly, an MC2 master received a digital value from an MD4 master module via an application in/out pair.
Then in another location in the program, the MD3 and MD4 exchanged information through J1939 pgns.
How do I know when to use Application in/out or J1939 in/out?
Md4 and frequency
Hello
It is possible to measure a frequency with a md4 ?
Thank
360° Rotation of Gauges
I have an application where I am using a gauge to display the position of a rotating object. I make the 12 o'clock position the 0° point. I noticed that as my input is rotating from clockwise, that the needle on the gauge rotates counter clockwise from 359° back to 0°.
It would be nice to have the gauge continue to rotate in a clockwise direction as my input crosses the 0° threshold.
Multi Display, Multi Camera issues
I am having an issue with a dual display setup that has multiple cameras. The cameras we are using supports 5 streams.
If both displays have the feed going, and one display is turned off or looses power, the stream on the other display goes down, and the only way to bring it back online is to power up the other display or cycle power on the ethernet switch.
Is this normal behavior. if so is there any way to see the camera status for the display, so after x amount of time, of not having a camera feed, I could reset power to the switch to resolve this issue?
ISO 17215 Setup
I am trying to setup some cameras that have ISO 17215 abilities, but I can not get them to show up on the display.
I can assign the mac to a camera, but that is about all.
I can not find any documents on how to setup 17215 cameras, and when I tried to wire shark a SV camera, I could not see any of the ISO messages.
I am able to stream the cameras over RSTP so I know the camera and streams are working.
These are the settings in the camera, and the IP is set to DHCP, can anyone confirm this is correct?

Iqan 7.05 no longer available for download
Iqan design and run 7.05 is not available for download on the Iqan store. This is our last version available with our license. Is there a reason it is not available?
RTSP Camera Resizing
Is there any reason when you use a RTSP camera, and make the camera picture smaller then the stream it just crops the stream, instead of resizing it to fit inside the window?
I ask, because when you view streams on a PC, you are able to scale up or down the video to what ever size you want. Yes it will effect quality I know that. But it would be nice to get the image to fit inside your display page perfectly without loosing any of the FOV.
Updating firmware from 6.08 to 7.05 FAILS REMOTELY!
When updating our firmware programs on customer units from v6.08 to v7.05 remotely we can't accomplish this without asking something of the customer we really can't reliably expect from all of them.
They have iqango, connected via bluetooth.
Currently the only solution I have found is the following:
1) Remotely connected: using v6.08 install a blank program, power cycle
2) Email a v7.05 blank program to the customer, they use iqango to send it to the module, power cycle
3) Remotely connected: using v7.05 install the real program, power cycle
Attempting to remotely perform step 2 results in an immediate rejection of the remote connection.
This program is simply a single MC41
SPN 4207 checksum support
I've been using the CRC parameter in IQAN design for J1939 messages that require SPN 4206 (rolling counter) and SPN4207 (checksum). I can't find a configuration that works. I assumed that the "J1939 checksum" option was for SPN4207 but that doesn't seem to be the case (I just get checksum errors from the destination device). Am I missing something or is the CRC parameter not configurable for SPN 4207? I'm having to do it the long way around doing the calculation (it works but it's very messy). SPN4207 is a 4 bit checksum (as below), SPN4206 is a 4 bit rolling counter.
Checksum =
(Byte1 + Byte2 + Byte3 + Byte4 + Byte5 + Byte6 + Byte7 +
message counter & 0x0F +
message ID low byte + message ID mid low byte + message ID mid high byte + message ID high byte)
Message Checksum = (((Checksum >> 6) & 0x03) + (Checksum >>3) + Checksum) & 0x07Customer support service by UserEcho