0
Answered

Python?

Lin Zhao 1 year ago in IQANscript updated by Gustav Widén (System support) 1 year ago 2

Is it possible to run a Python script with IQAN tools? Such as IQANrun or IQANscript?

0

IQANscript Change Project ID

Johan Palm 2 years ago in IQANscript updated by Gustav Widén (System support) 2 years ago 1

Hi,

We create script "templates" which include common tasks such as prompts to get a backup clone before proceeding, conditional execution based on parameters, etc.

A template is used to create scripts where it is OK to share the plaintext limited access password, but also to create scripts where we want to limit the use to certain users and thus only issue limited access safe passwords.

To accomplish this today we need to either (1) change the limited access password (users will need to delete/overwrite any previously saved password from the Password Manager) or (2) import/copy the entire template to another script (and set up new full and limited access passwords). Either way is not very practical.

It would be nice if IQANscript could include the same Project Properties dialog as IQANdesign, which includes the possibility to change the project ID. Introducing the Project Properties dialog would in my opinion be an overall improvement, with a better overview of the project name, version, description, author, and especially multi-line comments.

0
Answered

Cannot open Script manager panel

David Dahlgren 2 years ago in IQANscript updated by Gustav Widén (System support) 2 years ago 4

I closed the Script manager panel in View > Script manager. 

Now I can't open it again what ever I try.

0

Gauge in IQANscript 6

Wilfred Sijtsma | Hytrans® 3 years ago in IQANscript updated 3 years ago 2

How can I use a gauge in IQANscript 6. The button to add this function is not responding and in the manual I cannot find any further conditions for adding this function.

0
Answered

iqanscript

Sreya Singh 3 years ago in IQANscript updated by Gustav Widén (System support) 3 years ago 1

Is there a way to access and change the active state of IDC and FGI variables from IQANdesign in IQANscript?

0

Ability to suppress "Load Variables" Error when path not found

Brendon 3 years ago in IQANscript updated 3 years ago 1

It would be nice if I could suppress this error from occurring.

Image 2691


The idea would be if the variable file didn't exist I could run a script to create the file.

Currently, after the error occurs I can either press 'Abort' or 'Retry', but neither of those proceeds further in the script.

I am using IQAN Script 4.07.5.4302

0

IQAN Script buttons

Brendon 3 years ago in IQANscript updated by Edward Polzin 3 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

0
Fixed

Get parameter on SP changes type from Integer to State after first run

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

The value type of Get parameter is initially Integer, but after successful execution, the value type changes to State (see bottom right corner) and Script file Check throws a Value type mismatch error for Set variable since it's not allowed to assign State values to Integer script variables.

This was tested with IQANrun 6.04.2.5572, IQANscript 6.04.1.5081, IQANdesign 6.04.5.5888, and IQANsimulate 6.04.1.5081.

Initially:

Image 2351

After execution:

Image 2352

The IQANdesign project used contains only an adjustable empty State parameter channel (SP).

Image 2353

0
Fixed

Script hangs on switch-else despite switch-case evaluated to true

Johan Palm 3 years ago in IQANscript updated by Gustav Widén (System support) 3 years ago 5

The attached script was created in IQANscript 5.07.1.4875 and tested in IQANrun 5.07.1.5363 as well as IQANrun 6.04.2.5572.

Creating the script in IQANscript 6.04.1.5081 makes no difference.

The script hangs on a blank page in IQANrun after either switch-case has evaluated to true and it's not possible to continue execution.

Image 2350

Stuck.issx

0

Show send/get options dialog for IQANrun

Pawel Pekala 4 years ago in IQANscript updated by Gustav Widén (System support) 4 years ago 1

When default FP value change or needs to be corrected during program development, IQAN design allows you to overwrite original defaults when sending new program file. This would be a helpful option to have in IQAN Run. 

Image 1985

Image 1983

Image 1986