0
Answered

Qcode function "inside"

alexandre platel 9 months ago in IQANdesign updated 9 months ago 2

Hi,

i make some programs on Parker Iqan 6 sometimes, especially, for mobile and crawler cranes.

I'm finalizing a program for automatic telescoping system,

but i'm struggling with the function "inside" used with Qcode.

Any assistance please ? I don't know what to write after "inside", to be honest

Image 4513

0

What does a PCOUNT input that is set to accumulate pulses do when it exceed its 7 significant digits? 999999.9

Russell Gunn 9 months ago in IQANdesign updated by Gustav Widén (System support) 9 months ago 1

I am using a PCOUNT input that is set to accumulate pulses to calculate a very low frequency. I am using the count change over 10 seconds, so I am not interested in the actual count, just the change. It is not difficult to deal with a roll over that a hardware counter would experience without losing an accurate delta, but I do not see any indication that the PCOUNT rolls over or how it behaves when it exceeds 7 significant digits. I.E. 999999.9 (a decimal is needed since the counter increments by 0.5 on the rising edge and another 0.5 on the falling edge of a pulse) This seems like a big number but a 20K Hz input would exceed this every 45 second. (This could cause problems if using two counters to capture the differential of drive track position counters at high speed)

I have my application mostly working by resetting the counter, but because the PCOUNT channel does not support an internal reset capability like an event counter channel. The reset must be initiated by external logic, which does not play nice with the pulse inputs and appears to miss pulses during the reset.

This is probably complicated by the fact that the counter increments by 0.5

I may be able to make this work using the input in the non-accumulate mode and summing it in a math channel where i have more control when I reset the value.

0

Iqandesign 7.02 - j1939 PGN 60416 not reading off the bus

Michael Carlyle 9 months ago in IQANdesign updated by Gustav Widén (System support) 9 months ago 1

I updated a current program from 6.08 to 7.02 that that contains our own DM1 reader which requires reading in PGN's 65226, 60416, and 60160 for multiple SPN's from the engine.

PGN 60416 is not updating off the bus in 7.02 (it reads fine in 6.08).  I realize that there is a warning for "invalid Identifier "but that has been there in 6.08 as well and it still worked).  The values can be sniffed off the bus for the byte starting at bit 41 which can be seen changing form 202 to 227 and back but the Iqan is only reading 227 and therefor not getting the correct PGN for the BAM message (it switches between 65226 and 65251).  In Iqananalyze you can see the value is 202 but the Iqan 7.02 version of the program will not update the value for byte 6 on PGN 60416 ...it stays at 227.

Is this a glitch or is it something that has been blocked in Iqandesign 7.02 for some reason?

0

Does MC43 support CANopen? if not with what method i can implement CANopen?

Veeresh 9 months ago in IQANdesign updated by Gustav Widén (System support) 9 months ago 1

Does MC43 support CANopen? if not with what method i can implement CANopen?

0

"Maximum 9 simulink models allowed in IQAN"?

Veeresh 9 months ago in IQAN toolbox for Simulink updated by Gustav Widén (System support) 9 months ago 1

In IQANDesign, under application logic -> simulink model, i'm unable to load multiple top level models(.ism's). Is this a limitation? If yes, then what do you mean by "Maximum 9 Simulink models allowed in IQAN"?

Does this mean top level model can only have 9 simulink models? i understand "9 is the highest priority" one can assign to simulink models but What happens if there are more than 9 simulink models under top model with multiple models assigned to same priority? 

0
Answered

IQANDesign MC43FS issue with .ism

Sayan Biswas 9 months ago in IQANdesign updated by Gustav Widén (System support) 9 months ago 1

I'm able to use .ism in IQANDesign under MC43 Module But unable to load i.e. ism under MC43FS module. Does MC43FS module has this limitation?

0

PSVG GPS coordinates

Brendon 9 months ago in IQANdesign updated by Gustav Widén (System support) 9 months ago 1

Greetings, 

Anyone know if it is possible to get the GPS data, specifically coordinates, from the PSVG into the IQAN program?

0

Avoiding interaction screen in IQANrun to automate logs retrieving

isidro riquelme 9 months ago in IQANrun updated by Gustav Widén (System support) 8 months ago 5

Hello Everyone,

I’m experiencing an issue with running an IQAN script automatically via the command line (CMD or PowerShell). I need to retrieve logs from a Parker Hannifin controller installed on a mining machine, and it’s essential that no interaction windows are displayed during this process. I’ve followed the scripting format outlined in the IQANrun user manual on page 117, but I’m unsure if there are additional configurations needed to establish a fully automated connection. Any guidance would be greatly appreciated!

Image 4506

This is the Screen I need to AVOID, I just need to connect direct to this Controller.

Here are the Commands I used so far:

-cif Ethernet -mac 3c-e4-b0-34-ea-38 -silent -send -script 'C:\Users\RHM\Documents\IQAN Files\GetLogsV2.0_l.issx'

The file GetLogsV2.0_l.issx is the IQANscript that contains instructions for connecting to the controller, retrieving the logs, and disconnecting afterward. Since there is only one controller connected to this network, I believe it shouldn't prompt for a connection, especially since I have specified the MAC address. I would appreciate your support in resolving this issue.

Thanks in advance

0

Fill Security checklist for approval application IQANSimulate

jvila 9 months ago in IQANsimulate updated 9 months ago 2

Hi, in order to be able to use your tool IQANSimulate by our users at Smurfit Westrock, we need you to fill a SW security document. Can you give me a contact to you able to fill it or able to call me? Regards José VILA

0

UTS v2.5

Brendon 10 months ago in IQANdesign updated 10 months ago 3

Hello,

I am having issues communicated with a UTS  V2.5 +- 90 XYZ sensor over J1939.

I've  tried the UTS version 2 app shared on this link:

https://forum.iqan.se/communities/1/topics/1057-universal-tilt-sensor-uts-programming-shortcut

Seems from that thread the app may not actually work, and documentation may not be up to date.

Anyone have any luck getting this to work?  

If so, are you willing to share either a sample app or provide some insight on what needs to change in the UTS version 2 app to make it work?

Using version IQANdesign v6.08.