Questions tagged [ignition]

Ignition is an industrial software platform built for HMI, SCADA and MES applications developed by Inductive Automation. Use this tag to ask specifically on the use of Ignition software to build the mentioned applications.

Ignition is an industrial software platform built for HMI, SCADA and MES applications developed by Inductive Automation (https://inductiveautomation.com/).

Use this tag to ask specifically on the use of Ignition software to build the mentioned applications.

69 questions
1
vote
1 answer

FullCalendar React timeGridWeek broken

I've tried to turn Fullcalendar's React component into a component in Inductive Automation's Ignition platform. This has gone relatively smoothly and everything renders properly, except for the timeGridWeek. Whenever I try to navigate to the…
Rumin
  • 21
  • 5
1
vote
2 answers

What is a CompoundCallable?

I'm working with python scripts in Inductive Automation's Ignition HMI (java backend) software. I'm trying to write a script that locates other scripts that are tied to certain objects. Currently I have result =…
1
vote
3 answers

How to Change Select Query Value to Text using MySQL?

Take a look at the following query. How do you display Column 'Action' as text. If the result of 'Action' is LEQ 0 then dipslay the text "Crash" and if 'Action' is GRT 0 display the text "Hold"? SELECT col1 AS Action FROM vdk WHERE t_stamp Between…
PaulMc
  • 109
  • 11
1
vote
2 answers

How to make a counter for Ignition Designer using Python

I'm trying to do a counter that would count the amout of times when a tag (measuring conditions) is either 0 or 32767. The counter should count +1 in either case. I'm trying something like this (but I know it's a mess): def count(self): while x == 0…
Aegolius
  • 11
  • 2
1
vote
1 answer

Suds Message is missing Element. Soapui creates the correct message from the WSDL

I have seen related questions to this in posts that are 6 or 7 years old, but have not found a good answer. The DELV_NUM element is in the WSDL, but I believe it is marked as optional and mybe the reason suds ignores it. I did not make the WSDL…
John P
  • 11
  • 1
1
vote
1 answer

Display GUI component In Ignition dynamically using Python/Jython Script

Currently I am showing a number of user-defined GUI components (templates) (let's give it a name: signal) in some of my main windows. Those GUI components are spread around the windows and are quite a lot in number (>50 per window) and I have…
Ian
  • 30,182
  • 19
  • 69
  • 107
0
votes
0 answers

How to write values in Ignition SCADA using MQTT Engine

I am setting up an application which publishes values to Ignition SCADA through MQTT using the SparkPlugB specification. However, now I want to go in the other direction. I want Ignition to be able to change values and my application can read those…
magni_mar
  • 21
  • 3
0
votes
0 answers

How to make local password authentication work on Fedora CoreOS?

What I want I have to be able to log in via password as any user (root or other users) when I access the machine locally (either accessing the computer physically/KVM, or via hypervisor console in case of a VM). When accessing the machine via SSH,…
tukusejssirs
  • 564
  • 1
  • 7
  • 29
0
votes
0 answers

Easy Chart UDT Parameter Passing

Hello I am working on an ignition 8.1 project. I am basically on my main vision client window have 10 machines and when I click on one of them it brings up a more detailed popup page on itself. I got that to work and got all my other little…
0
votes
1 answer

IGNITION SQL QUERY

I am currently stuck with an SQL query in IGNITION DESIGNER. I have a SQL table with some entries where the interesting part is built up as follows: TableXY ColumnA ColumnB ColumnC Objekt 1 X Order01 Objekt 1 X Order01 Objekt…
0
votes
0 answers

Maven Override Submodule Plugin Properties

I have a project structure like the following: root/pom.xml root/build/pom.xml root/module1/pom.xml ... In the "build" module, there is a maven plugin (https://github.com/inductiveautomation/ignition-maven-plugin) that will publish my compiled…
cmwarre
  • 117
  • 1
  • 5
0
votes
0 answers

Error on a gateway timer scripts on ignition

i'm tryng to create a gatewa event that turno off my machine when the time is the same as I put in the timer, but i have this error that i can't figure out 'this is the first part of the error i get' 'second part of the error' from datetime import…
Brosky
  • 1
  • 3
0
votes
0 answers

What known methods are there for automatically taring a scale?

I'm programming an Ignition project for work. Part of its job is to detect when a tote has been placed on the scale, then tell the scale to tare. The values from the scale head (gross weight, tare weight, etc.) are readable from my project and I…
0
votes
0 answers

How to create a dynamic report in ignition s perspective

I’m trying to create a report at the end of the day for 1 product that has a range of 40-100 pieces per day. Here’s my issue: How can I pass a start date and time and a end date and time parameter to a report that has 1 graph and 1 table. The graph…
0
votes
1 answer

Is there a way to generate windows and/or components in Ignition?

I was hoping that Ignition had a way to import/export windows to a non-binary format such as JSON or XML, but that seems not to be the case (or is there a way?). Is there a way to use the script console to generate and populate a new window, or to…
Vegard Innerdal
  • 349
  • 2
  • 10