0

Superuser password?

mtanguay 2 years ago updated by Thomas Moberg (System support) 2 years ago 1

Can someone explain to me why it is important to have a superuser password?

Do I still need it even if I already have a full access password and limited password?

thank you

0

IQAN training schedule

Thomas Moberg (System support) 2 years ago updated by parisa akrami 1 year ago 1

Information for the different IQAN trainings can now be found in the "Links" on the main page.

0
Answered

MD4 "Menu system locked" message

Markus Seppänen 2 years ago updated by Gustav Widén (System support) 2 years ago 5

Hello,

We have a crane control application on MD4-5 and occasionally this message pops up and the whole system is paralyzed and you don't have access to any menu, until restarting the system. 

What is that external system?

Image 3445

0

Machine ID and IP address (static modules)

SJ L 2 years ago updated 2 years ago 6

Is there any way to label the list of static IP addresses with a user defined machine ID rather than the IP address?

When I enter an IP address (e.g. 10.1.1.1 ) into the static modules list, it's machine ID is listed as the 10.1.1.1. But is there a way for me to change that to e.g. MACHINE 101? So I don't have to refer to a separate list I have created which translates the IP address to a machine ID that I am familiar with?

0

What does this mean "Implicit Value Conversion"

Andy 2 years ago updated by Gustav Widén (System support) 2 years ago 7

Hey

I have a couple of channels in a project that tell me there is an implicit value conversion occurring. What I'm confused about is exactly what it means and why its a warning?

In the Qcode below:-

HydOilLowNCorNO is a digital parameter that determines whether the input condition is NC or NO which translates to if a logic 1 is good or bad.

MaintBypassSensorHydOilLow is a digital parameter that determines whether we should action the sensor inputs or simply ignore them. iI's used here in this channel and in an almost duplicate of the channel that deals with digital input HydOilLevelVeryLow which is the last switched step on the tank level sensor and which triggers an immediate idle down, and timed shutdown of engine 

The Qcode is:-

TempResult:=0
If HydOilLowNCorNO Then TempResult:=Not(HydOilLevelLow) else TempResult:=HydOilLevelLow
If MaintBypassSensorHydOilLow then TempResult:=0
Result:=TempResult

The warning I get is that the bolded underline is an implicit value type conversion. What I struggle to understand is what is being converted? everything except the local variable TempResult is digital including the channel type IDC. There as far as I know is no way to declare a variable as specifically type digital and if I change line 1 to TempResult:=False then I get another implicit value type conversion warning for that line.

I know a warning isn't the end of the world but what do I need to do to get rid of the warning or produce better code? Is there a way to declare the local variable TempResult as type digital that Im simply not aware of?

Warnings in IQAN Design  to me infer something is suboptimal but here I cant see what I should do to change that.

0

Accessing a master module via VPN

Andy 2 years ago updated 2 years ago 4

Hi

I have a remote machine that has a teltonika modem on it that I can access remotely using OpenVPN. I know the configuration of the VPN is good because I can access the Teltonika admin pages (192.168.10.1) without issue from my laptop connected to my phone hotspot on 192.168.111.100

In the Teltonika  admin pages I can see that the modem has allocated a DHCP address to the MD4-10 module and I can ping it and successfully get responses from the display.

In Design I can see the MD4-10 module in the discovered modules but its discovered with an IP address of 172.16.0.1 which is the VPN endpoint assigned to the openVPN tunnel at the modem end. Ive added a static module with the right IP address of 192.168.10.14, but unlike the discovered module the indicator light never turns green.

Any attempt to communicate with the module fails with a "failed to open a new communication session" error.

Has anyone dealt with this issue before and sorted a way through it, I'm trying to work out if this behaviour is due to a missconfiguration of my vpn, or if its by design because I know Parker have a solution exactly in this space. If my understanding is correct though its a 3G based solution where Australian Telco's have all announced end of life for 3G in comming nearterm months so not a particularly long life solution.....

help if you can

0

canbus vibration sensor

Andy 2 years ago updated 2 years ago 4

Hey Everyone

I have a sensor I need to try and source and its not proving easy to find.... I'm working on a 50T Horizontal tree mulching machine. With any machine of this size which has a large rapidly spinning mill vibration can be an issue. If the mill is balanced then the vibration is minor and if it's been damaged or worn out of balance then the vibration can be extreme and destructive.

We have a working solution for balancing these types of Mills that can be called on when needed, but I'm looking to permanently establish a sensor on each of the mill bearings that provides over canbus a single axis vibration reading from which at startup prior to introducing tree material we can determine if the mill is go/nogo. For a balance you need a vibration quantum and an angular measure of unbalance. To determine what I need I really only need the vibration quantum and wouldn't expect to put in an optical sensor from which to measure any angular unbalance from. 'm hoping that there are suitable sensors available that can tell me over J1939 or CanOpen that the vibration is x IPS^2 (or any of the other multitude of measurements that can apply to vibration....my background is aviation hence IPS) 

Anyone seen anything like this?

There are heaps of accelerometers that can provide me with sinusoidal waveforms but that means I have to put in hardware to size the waveform appropriate for the controllers and then make my IQAN controllers interpret the waveform when they are all busy anyway, something I can hopefully offload to a sensor

Andy

0

Does anyone have an XT2 units they may want to sell?

Aurelio Romano 2 years ago 0

Looking for approx 10 IQAN-XT2's for a project (a retrofit).

0

Design Improvement suggestion

Andy 2 years ago updated by Gustav Widén (System support) 2 years ago 1

Hi.

When adding a channel to a design using the Add Button adds always to the Top LH side of your design. If the design is small then its no real issue to just move it to where you want. If its a bigger design then you have to move it across a larger space with many smaller moves which is a PITA. As such we all learn quickly to use the add channel from the pop up right click dialogue which adds where the mouse is when the right click occurred.

There are some channels where it is easier to add from a higher channel than via this right click mechanism. For example when adding J1939 Parameters to its master J1939 frame its easier to do it in the master frame channel so that the channel to channel linkage is automatically produced. You can alternately add it via a right click option but then you have to add the channel name to the frame to produce the link (ugly vs unsightly imho) . If instead of adding the channel at the top left of your design it simply added at the top left of your current display then all that scrolling to move stuff around would be avoided.

Anyone else agree with this? Or is there some other way of adding parameters to frames that is easier than the 2 methods Ive discussed? Ive tried dragging a parameter channel over a frame channel to see if that would add it as the last parameter to that channel but it doesn't do that.

There has to be a better way

Andy
0

can to mqtt gateways

Tuomas 2 years ago updated by Nick Pridham 2 years ago 2

Do you have any experiences / recommendations for Iqan CANbus -> mqtt gateways?