Search found 9 matches

by Subho
Fri Jan 08, 2021 4:30 am
Forum: Hardware
Topic: OPC-UA connection with Rockwell FTView SCADA
Replies: 0
Views: 6064

OPC-UA connection with Rockwell FTView SCADA

I have Base 7 series HMI and want to connect HMI tags published over OPC-UA protocol with FTView SCADA. FTView does come with OPC-UA client support. But I an unable to connect with the endpoint. Images attached for reference. 1.png 2.png My HMI address in 192.168.1.11 and able to collect the data ov...
by Subho
Sat Feb 15, 2020 9:51 pm
Forum: Scripting
Topic: Unable to select last Active Alarm
Replies: 3
Views: 5952

Re: Unable to select last Active Alarm

Thank you Russ for the script. It solved the problem. :)

I am also wondering if Alarm ID can be selected using the same script and acknowledge that particular Alarm when the "Close" button is pressed.
by Subho
Wed Feb 12, 2020 6:15 am
Forum: Scripting
Topic: Unable to select last Active Alarm
Replies: 3
Views: 5952

Unable to select last Active Alarm

I am trying to select the last active alarm using following script. void Screen2_Opened(System.Object sender, System.EventArgs e) { SQLiteConnection db = new SQLiteConnection("DataSource=Database.db"); string query ="Select [Text] from AlarmServer WHERE State = 'Active' ORDER BY ActiveTime DESC LIMI...
by Subho
Sat Jan 25, 2020 1:55 am
Forum: Scripting
Topic: Bar Code Printing using ZPL Commands
Replies: 2
Views: 5103

Re: Bar Code Printing using ZPL Commands

Hi Chris, Thank you for the reply. I have downloaded and tried your solution in iX Base 7 HMI with iX Developer 2.40 SP3 but got no result. To check if the HMI is writing anything in the Serial port or not, I have connected the MOXA UPORT 1180 (Serial to USB converter) and connected Hyper Terminal i...
by Subho
Sat Dec 07, 2019 12:37 am
Forum: Scripting
Topic: Bar Code Printing using ZPL Commands
Replies: 2
Views: 5103

Bar Code Printing using ZPL Commands

Is there anyway I can print barcode using Zebra GT800 printer directly from HMI using ZPL commands? Communication protocol will be Serial if not Ethernet.
by Subho
Sat Dec 07, 2019 12:34 am
Forum: Scripting
Topic: Alarm Acknowledgement Text
Replies: 2
Views: 3890

Re: Alarm Acknowledgement Text

I have already tried that option but it will not log the user/operator input data.
by Subho
Tue Jul 16, 2019 11:07 pm
Forum: Scripting
Topic: Alarm Acknowledgement Text
Replies: 2
Views: 3890

Alarm Acknowledgement Text

How can I associate alarm acknowledgement text (same used in SCADA) and store in DB when operator acknowledge the alarm?
by Subho
Tue Apr 09, 2019 6:16 am
Forum: Application Development
Topic: Capture Weather Data from Internet
Replies: 1
Views: 3120

Re: Capture Weather Data from Internet

Solved the Problem using HttpWebRequest
by Subho
Sat Apr 06, 2019 6:35 am
Forum: Application Development
Topic: Capture Weather Data from Internet
Replies: 1
Views: 3120

Capture Weather Data from Internet

I am newbie in IX development and my C# knowledge is very poor. It will be very helpful if any can guide me in the following topic. I am trying to read weather data from a website which provide data in XML using following code. namespace Neo.ApplicationFramework.Generated { using System.Windows.Form...