Search found 109 matches

by Chris T.
Mon Apr 02, 2018 4:38 pm
Forum: Scripting
Topic: Math Class in System
Replies: 1
Views: 6622

Re: Math Class in System

simpsjf,

It is definitely supported. This is the syntax "Math.Pow(X,Y);" X= Base and Y = Exponent; remember C# is case sensitive.
by Chris T.
Mon Apr 02, 2018 4:34 pm
Forum: Hardware
Topic: Multiple SoftControl Instances on single T15B-SC Panel?
Replies: 1
Views: 11113

Re: Multiple SoftControl Instances on single T15B-SC Panel?

Thomas, is it possible to run more than one instance of the SoftControl on the panel No, this is not possible for a few reasons, hardware restrictions and licensing to be some of the biggest. How about multiple field busses vs. a shared one? Some clarification would be needed here but if you are ask...
by Chris T.
Mon Apr 02, 2018 4:24 pm
Forum: Controller Communication
Topic: Modbus RS485 prompts: Call to CreateFile() returned error 2!
Replies: 2
Views: 105065

Re: Modbus RS485 prompts: Call to CreateFile() returned erro

Nepokadneza, This generally happens when an invalid comm port is selected. This can vary by panel type so refer to the controller help file to find the appropriate Comm port for your device. http://beijerinc.com/support/ix/forum/download/file.php?mode=view&id=1010&sid=3c806a9c2661fd5f4d8ac3a8ac141a3...
by Chris T.
Mon Apr 02, 2018 4:18 pm
Forum: Application Development
Topic: DB reporting - AlarmServer
Replies: 1
Views: 5343

Re: DB reporting - AlarmServer

smolenak,

I will give it a shot on my end but if This works "SQL(AuditTrail; select * from AuditLog)"

Then
"SQL(Database; select * from AlarmServer)"

Should work.
by Chris T.
Mon Apr 02, 2018 4:14 pm
Forum: Controller Communication
Topic: Using more then one MODICON TCP Slave Controller
Replies: 1
Views: 7237

Re: Using more then one MODICON TCP Slave Controller

Lindenmaier, Unfortunately this will not work. Even though you are adding multiple slaves drivers there is only one slave (the panel). You cannot do it in this way. You could have one of your two masters write to a different group of registers than the other and keep them both connected. If you prov...
by Chris T.
Mon Apr 02, 2018 4:10 pm
Forum: Scripting
Topic: custom Screensaver
Replies: 1
Views: 6271

Re: custom Screensaver

Hey alialrikabi, The best way to do this would be to create a custom screen that you launch, after the inactivity timer reaches some number. You could create an inactivity script that opens the page after x time. Here is an inactivity script example: namespace Neo.ApplicationFramework.Generated { us...
by Chris T.
Mon Apr 02, 2018 3:16 pm
Forum: Application Development
Topic: Change size font only in one language
Replies: 1
Views: 5081

Re: Change size font only in one language

jordib,

Unfortunately the font cannot be modified in this way... The only thing i could think to try would be to have duplicates of your text boxes, and each group visible based on language selected. This may not be ideal though.
by Chris T.
Mon Apr 02, 2018 3:02 pm
Forum: Application Development
Topic: converting a t4a project to t7e
Replies: 1
Views: 5367

Re: converting a t4a project to t7e

ygui003, The conversion is pretty strait forward: Open up your project settings: http://beijerinc.com/support/ix/forum/download/file.php?mode=view&id=1008&sid=8d09822c757abc6db34f851234161535 Then just select your desired device: http://beijerinc.com/support/ix/forum/download/file.php?mode=view&id=1...
by Chris T.
Mon Apr 02, 2018 3:00 pm
Forum: Scripting
Topic: Change of color in a Linear meter display based on bit value
Replies: 1
Views: 6260

Re: Change of color in a Linear meter display based on bit v

JMkowol, There are a few hitches i can see in your code. The brackets look a bit misplaced for me. You can either do away with them like this: void _0__Level_A_ValueChange(System.Object sender, Neo.ApplicationFramework.Interfaces.Events.ValueChangedEventArgs e) { if ( (Globals.Tags._0_A_Level_Error....
by Chris T.
Mon Apr 02, 2018 2:40 pm
Forum: Application Development
Topic: project conversion to different target device
Replies: 1
Views: 5349

Re: project conversion to different target device

ygui003, Yes all you have to do is change your target time in the project settings: http://beijerinc.com/support/ix/forum/download/file.php?mode=view&id=1006&sid=4e232997d38a1e100631ae8abde27f5d http://beijerinc.com/support/ix/forum/download/file.php?mode=view&id=1007&sid=4e232997d38a1e100631ae8abde...