Search found 2 matches

by MhDgS
Fri May 01, 2015 2:08 am
Forum: Controller Communication
Topic: Communication problem with 6 controllers
Replies: 1
Views: 10731

Communication problem with 6 controllers

Dear experts, I have six identical remote stations, which are connected to iX SCADA PC. In each station there is Crouzet PLC connected to GPRS modem over RS485. Modem converts Modbus RS485 to Modbus TCP and that's how SCADA takes data from stations. In iX Developer I configured six different Modicon...
by MhDgS
Fri Apr 17, 2015 4:57 am
Forum: Tags
Topic: Simple logic
Replies: 2
Views: 12086

Simple logic

Dear experts, I am new in iX Developer and C# and I need to write a simple logic script like this: IF Bit0 == 1 THEN Bit1 = 1; END_IF; This is what I tried to do in iX, but in my understanding there is something missing, because IF statement doesn't execute. public partial class ScriptModule1 { void...