+9

Graph measure as script action

Masia Jean-Baptiste 8 years ago in IQANscript updated by Pierre Fagrell 2 years ago 5 1 duplicate

Hello


It is possible to make a courbe with a Script and print this Measure


Thank

+3

IQANscript 7 released

Gustav Widén (System support) 2 years ago in IQANscript updated 2 years ago 0

Updated user interface

  • Introduced Add button, same as IQANdesign
  • Reorganized script action categories
  • New icons for script actions

Image 3858

Other features

Support scripts based on IQANdesign variant 

Scripts can be based on .idvx variant project files. Note that send project is not supported in this version. 

Script info level 

In IQANrun, a script info level can be set to show when actions are executed.

See IQANscript release notes for more.

+2
Completed

General html links in IQANscript

EmilFernlund 2 years ago in IQANscript updated 7 months ago 4

Would be great to be able to include links in the script.

For example:

<a href="mailto:email@example.com">Send Email</a>

or

<a href="C:\IQAN\foldername">Open folder</a>

To help the user find clones or reports and send emails.

+1

IQANscript Variablename

rrodriguezh111 10 months ago in IQANscript updated by Gustav Widén (System support) 10 months ago 3

When ever I call the variable name in a table "%TIME%" seems like I am bot getting the data when ever the script is running in IQANrun. Can someone tell me how can I get the variables to be read when running the script in IQANrun?

Image 4443

Image 4441

Image 4442

+1

IQANscript Expand All Action Groups

Brendon 1 year ago in IQANscript 0

Would be nice if there was an 'Expand All' option for Action Groups in IQANscript.

+1

Mark text to be able to copy text

EmilFernlund 2 years ago in IQANscript updated 2 years ago 2

It  would be great to let the user mark text in the script to be able to copy text.

+1

Scrape All Logs From Batch of Clone Files Into Excel/txt Files

Mack 3 years ago in IQANscript updated by Gustav Widén (System support) 3 years ago 2

Is there a way to save all logs from a clone into an excel file for a batch of clones? I'm not familiar with IQAN Script and we don't use it at all but, Ill learn it if this is possible. Use case: we receive many clones from the field as part of our warranty process. I want to compile these clones into a folder and then scrape all the logs into text or excel files. Can be a single file or one per clone. Hoping to identify which alarms we see most commonly across are machine models. The save as excel using IQAN run works it just requires saving each log group for each clone which will be very time intensive. A start would be if I could save all logs for a single clone in a single step.

I think they may have been asking for something similar here:

https://forum.iqan.se/en/communities/1/topics/1200-generic-get-all-logs-action-in-iqanscript

+1

IQAN Script buttons

Brendon 4 years ago in IQANscript updated by Edward Polzin 4 years ago 4

Greetings,

Has anyone created a multi-page User Interface in IQAN Script 5/6?

I've previously used IQAN Customize 4 to create a User Interface, almost like a very basic website with a navigation menu to several pages, and some links to kick off scripts.  I am looking to create the same interface using IQAN Script 5/6, but I've run into issues with the Navigation.

IQAN Script doesn't appear to have the same button functionality IQAN Customize had, so I can't simply add a button image and link it to a script.  To combat this I tried using Multiple Choice Menu Buttons, but they don't work if you have 2 or more menus on a screen.  That is because you need to make a selection on both before it'll continue on beyond the screen.

In this image below, I've selected TESTING in the top Navigation menu, there is a Continue function looking at the Measure for both Navigation Menu and Quick Menu.  The Continue function is true, yet it won't continue on past this screen (that is until I also select a button in the Quick Menu).

Image 2613

I think this is a bug, as I've used the Continue function in previous versions of IQAN Script.

I also think that IQAN Script should have the buttons or links added.  For example, if there were <a href> tags that could reference scripts, then I wouldn't require such a workaround.

If a Multiple Choice Menu had a Required (true/false) field this too would resolve this issue.

Brendon

+1

What are people using IQAN script for?

mgoutier 6 years ago in IQANscript updated by Nick Pridham 6 years ago 1

I am starting to play with IQAN script and trying to see what the real benefits are. Any insight as to what people are using it for, or if anyone is willing to send me some files to look through and play with (other than the example) I would be interested in dissecting it a bit. 

Any insight is appreciated, thanks in advance.  

+1
Fixed

iqan script 4.07 & 5.0 execute argument

Brendon 6 years ago in IQANscript updated 6 years ago 4

I am trying to call a cmd file with a variable as an argument from IQAN Script 4.07.4.3814 and 5.04.4.4385.

Rather than the value of the variable, I get the text written in the argument i.e. %VariableName%

I am just doing a test the file is very basic.

Image 1611

On the script page I set the job number text field, the run command continues the script, then the variable gets set, and then process.cmd gets called.

Everything except the argument is working properly.

Is this a bug?