try this constructor inside your script module:
static ScriptModule1(){
MessageBox.Show("Hello Application");
}
Search found 61 matches
- Wed Apr 30, 2014 4:51 pm
- Forum: Application Development
- Topic: How to run a scrip when application is loading
- Replies: 1
- Views: 6005
- Wed Apr 30, 2014 4:48 pm
- Forum: Application Development
- Topic: Old alarms in the database file
- Replies: 1
- Views: 5624
Re: Old alarms in the database file
Please check for newer revisions of IX developer. To post feature requests or bugs please send emails to support@beijerinc.com.
- Tue Apr 29, 2014 1:23 pm
- Forum: Controller Communication
- Topic: T10A with FreeCAN: Comm Err Station 0
- Replies: 1
- Views: 9377
Re: T10A with FreeCAN: Comm Err Station 0
Check the wiring. Check the remote CAN host and its connections. May have intermittent power to the CAN host. It would never show that error unless the driver cannot communicate with the host device. Communication alarms cannot be suppressed only by removing it from the active controller list which ...
- Tue Apr 29, 2014 11:59 am
- Forum: Scripting
- Topic: TxB Saving/loading Recepie to USB
- Replies: 1
- Views: 7695
Re: TxB Saving/loading Recepie to USB
Recipes are stored in a databases. You will need to access them via database convert them to csv and convert them back via sql. Please modify this script.(see attachment). To view a recipe how IX sees it, simple drop in a Database Viewer Object onto the canvas. Add a recipe and configure it. You sho...
- Tue Apr 29, 2014 11:43 am
- Forum: Scripting
- Topic: Dynamic active/inactive tag update from PLC via script
- Replies: 1
- Views: 7432
Re: Dynamic active/inactive tag update from PLC via script
The only advice I can give you is look at the help file under efficient communications: "ASCII Strings and arrays are packed into one package for each object." also check your poll groups in IX as well as make sure not to have too many "Always Active" tags. These tags will poll regardless of what sc...
- Tue Apr 29, 2014 11:27 am
- Forum: Scripting
- Topic: Read/Write memory locations without using tags
- Replies: 1
- Views: 7603
Re: Read/Write memory locations without using tags
A solution maybe to write a TCP/IP or Serial Modbus Driver using script. There is no direct access to the Driver API since it resides in a separate DLL located inside a shared program files directory folder. Its deployed separately than DLLs located inside the IX directory and uses OPC also subjecte...
- Fri Apr 25, 2014 4:21 pm
- Forum: Application Development
- Topic: Disable Notifier window
- Replies: 1
- Views: 5886
Re: Disable Notifier window
There are no options available that would suppress that dialog box.
- Fri Apr 25, 2014 3:40 pm
- Forum: Scripting
- Topic: Read MODBUS controller register from script without tags
- Replies: 1
- Views: 7391
Re: Read MODBUS controller register from script without tags
public void SetTag(string tagName, VariantValue val) { // Use reflection to find everything about Tags class in memory Type tagType = Globals.Tags.GetType(); // Must have an instance in memory to write to otherwise it cannot write to a class directly var tag = (GlobalDataItem)tagType.GetProperty( t...
- Fri Apr 25, 2014 10:33 am
- Forum: Controller Communication
- Topic: Kollmoregen KAS - communication questions
- Replies: 1
- Views: 8227
Re: Kollmoregen KAS - communication questions
Modicon Modbus Driver. If a third party simulation program like Modsim can communicate with a PLC, then there is a good chance that IX Developer will work with the PLC.
- Fri Apr 25, 2014 9:39 am
- Forum: Controller Communication
- Topic: iXT7B communication Break issue with Fx3U PLC
- Replies: 1
- Views: 8749
Re: iXT7B communication Break issue with Fx3U PLC
Please provide a wireshark or serial comm printout and send it into support@beijerinc.com
Thank you.
Thank you.