Search found 92 matches

by Edmund
Tue Nov 26, 2013 9:22 am
Forum: Application Development
Topic: Event/function when Runtime Close for any reason
Replies: 1
Views: 4457

Re: Event/function when Runtime Close for any reason

Hi! There is no built in function/event that occurs when the application is closed, but you can script your own (ONLY FOR PC TARGET!). E.g. Create a scriptmodule and paste the following code inside of it. namespace Neo.ApplicationFramework.Generated { using System.Windows.Forms; using System; using ...
by Edmund
Thu Nov 14, 2013 11:46 am
Forum: Scripting
Topic: Disable notification pop-up in AlarmViewer
Replies: 3
Views: 10943

Re: Disable notification pop-up in AlarmViewer

Hi!

In the Alarm Server, Click on the Settings Button and in the new window that appears Unselect all three check boxes for Show Alarm Indicator.
AlarmInd.png
AlarmInd.png (77.66 KiB) Viewed 10940 times
by Edmund
Thu Nov 14, 2013 11:39 am
Forum: Application Development
Topic: vlc or other rtsp streamong viewer
Replies: 4
Views: 7727

Re: vlc or other rtsp streamong viewer

Ahhh Sorry charlyprouteau, my bad :?

I was not reading your post very carefully.

Well I have never tried it but you should be able to embed VLC DotNet (works on WPF).

More info:

https://vlcdotnet.codeplex.com/
by Edmund
Thu Nov 14, 2013 3:26 am
Forum: Application Development
Topic: vlc or other rtsp streamong viewer
Replies: 4
Views: 7727

Re: vlc or other rtsp streamong viewer

Hi!

If you run your iX application on a computer there is no built in VNC support (only on panels where TightVNC are pre installed).

But you can download the VNC server from http://www.tightvnc.com/ and install it yourself (free of charge and it works great).
by Edmund
Mon Nov 04, 2013 2:11 pm
Forum: Scripting
Topic: External program check
Replies: 15
Views: 29487

Re: External program check

Have a look at this old thread and post #3, it starts Wordpad.

http://beijerinc.com/support/ix/forum/v ... f=4&t=1308
by Edmund
Mon Nov 04, 2013 6:55 am
Forum: Scripting
Topic: AlarmViewer - filter by script
Replies: 2
Views: 9075

Re: AlarmViewer - filter by script

Here is a example with two buttons (show all, show only active). using System.Windows.Forms; using System; using System.Drawing; using Neo.ApplicationFramework.Tools; using Neo.ApplicationFramework.Common.Graphics.Logic; using Neo.ApplicationFramework.Controls; using Neo.ApplicationFramework.Interfa...
by Edmund
Wed Oct 30, 2013 11:19 am
Forum: Controller Communication
Topic: T7A HMI Access via FTP
Replies: 2
Views: 8876

Re: T7A HMI Access via FTP

Hi! When using a iX panel (TxA, TxB) the home directory for the FTP Server will be the "Project Files Folder" and the permission to move upwards in the file structure is NOT permitted. And because of that you cant get the runtime database directly over the built in FTP server. You can export the rec...
by Edmund
Thu Oct 24, 2013 3:28 pm
Forum: Application Development
Topic: historical trending
Replies: 1
Views: 4704

Re: historical trending

Hi Ton!

Use the dataloggers for saving data and in the trend you point towards the datalogger as source.
Trend.png
Trend.png (65.26 KiB) Viewed 4697 times
Best Regards
by Edmund
Tue Oct 22, 2013 8:10 am
Forum: Application Development
Topic: Print Screen
Replies: 4
Views: 8231

Re: Print Screen

Hi Philippe. Start checking out the Demo from Beijer (at startup choose Sampels and Sample_Report). The sample uses both momentary values from tags but also historical data from the database. When you try the Sample be sure to Run it (not simulate it). See if you can use it, and let us know if you h...
by Edmund
Mon Oct 21, 2013 9:26 am
Forum: Application Development
Topic: Print Screen
Replies: 4
Views: 8231

Re: Print Screen

You could maybe create reports with the data/tags that are on the closed screens and print them?