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
3
votes
1 answer

Read hex or decimal from serial in Ignition

I have a serial device that returns 23 hex values. I read the values using system.serial.readBytes('COM1', 23) in Ignition. This returns array('b', [-85, 112, 1, 18, -79, 0, 1, 116, -41, 2, -17, 10, 28, 22, 0, 0, 0, 0, 0, 0, 0, 0, 0]). I know the…
konichiwa
  • 532
  • 1
  • 5
  • 23
2
votes
1 answer

Laravel Errors disappears (Ignition)

When ever there is an exception thrown on the browser and I try to scroll the page to find out more or try to click on the stacktrace, the error page disappears and gets replaced by another error page showing: Something went wrong in Ignition. Not…
Nihilarian
  • 1,190
  • 1
  • 10
  • 17
2
votes
1 answer

Remote OPC Connection Error Code 0x80070005. E_ACCESSDENIED

I am trying to connect to an OPC HDA server (Proficy Historian) on a remote machine located on the local network. The client will be Ignition SCADA but I am using the free version of OPC Expert to Debug. Using OPC Expert on the server machine works…
2
votes
1 answer

How to plot two data series on bar chart with separate range axes

I was wondering if it is possible to plot (XYPlot) a dataset in JFreeChart where the series contained in the dataset are plotted against separate y-axis ranges. The date is clustered by category/timestamp, e.g. if my dataset was this: Timestamp …
pbouill
  • 31
  • 6
2
votes
1 answer

Ignition Dynamic page creation binding tags to UDT

New to Ignition, I would like to understand how to dynamically create windows pages containing templates binded to UDTs. I created a Template named TGBT having 4 parameters: -DeviceName (string) -TagBlock (string) -TagOffset (string) -TgbtNr (TGBT,…
2
votes
1 answer

How to Add Value in Indicator in Linear Scale Component on SCADA Ignition

I used a Linear Scale Component using Ignition 7.8 to display a fuel level like this: I want to indicate the current value of the fuel in the same scale. But as I browse through the property of the Linear Scale Component, I couldn't any property…
Ian
  • 30,182
  • 19
  • 69
  • 107
1
vote
0 answers

decode MQTT Sparkplug B messages from Ignition without Protobuf?

up front, i am somewhat new to MQTT and especially new to Google's Protobuf. with that in mind, i'm working with a leftover project from the previous Python "developer" and am finding myself a little lost because he didn't document any of his…
WhiteRau
  • 818
  • 14
  • 32
1
vote
2 answers

Ignition v7.9: Exporting dataset to CSV file, large numbers being made into sig fig

I have a data set where product numbers are quite large, when being exported they're being made into sig fig (E+...). I can resolve this by converting the columns affected to a text data type prior to exporting but I cannot find a way ignition v7.9…
Sam
  • 71
  • 1
  • 1
  • 3
1
vote
0 answers

Create assets and models on aws sitewise using ignition and iot sitewise bridge

I am trying to create models and assets on iot sitewise using ignition software by inductive automations but not able to set it up. I have created sitewise bridge instance on aws, also have installed mqtt engine and mqtt transmission modules.…
1
vote
1 answer

Device order ignition config, flatcar-container-linux

Trying to add multiple disks using ignition config First disk has 50 GB and need to be wiped(root) Second disk has 10 GB and need not to be wiped(persistent) Here is my ignition config, how will I make sure on boot the 50GB is mapped to /dev/sda…
Sam Alex
  • 123
  • 1
  • 7
1
vote
0 answers

node-opcua client cannot connect to ignition endpoint. Client connection rejected by Ignition OPC-UA server

Ignition server security policy is Basic256Sha256. node-opcua client options: const client = OPCUAClient.create({ endpointMustExist: false, securityMode: MessageSecurityMode.SignAndEncrypt, securityPolicy: SecurityPolicy.Basic256Sha256, …
1
vote
1 answer

How to constantly listen for data from serial port in Ignition

I am developing a program to be constantly listening for data on ignition, and when they send the information, I would add the value to a tag or some property. And the serial data may be sent multiple times. So I have to wait till the window is…
ss2
  • 113
  • 6
1
vote
0 answers

shutil.copyfile() throws Errno 2 exception on destination file path

To setup this question, I'm using Python in the form of Jython 2.7 (in Ignition SCADA). I have a function that copies image files to a print spool network folder. Occasionally I get an error like the following: An ERROR occured: Line - 241:
MikeA
  • 65
  • 6
1
vote
2 answers

SQL where clause (with condition) help in Ignition

I currently have a SQL query that I am running in Ignition. It works OK if I select a specific area. The issue is that I would like to add an "ALL" to it. I would like to be able to ignore area as being a condition if it has the "ALL"…
k_acierno
  • 29
  • 3
1
vote
1 answer

How to download ignition-cmake2 on ubuntu 16.04

CMake Error at CMakeLists.txt:12 (find_package): By not providing "Findignition-cmake2.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "ignition-cmake2", but CMake did not find one. …
GP2020-DAR
  • 29
  • 4
1
2 3 4 5