Search found 7 matches
- Wed Feb 19, 2014 12:50 pm
- Forum: Controller Communication
- Topic: iX Developer Runtime RT 3rd party PC HMI Panel issues
- Replies: 2
- Views: 11650
Re: iX Developer Runtime RT 3rd party PC HMI Panel issues
Regarding "Erratic values displayed when accessing Siemens IWxy analog I/O": I ran a few more test and determined that the problem lies with IWxy located at odd addresses. Perhaps Beijer can explain why. Most of my analog I/O (AI) is located at even addresses except for two AI. As soon as these add...
- Wed Feb 05, 2014 2:49 pm
- Forum: Controller Communication
- Topic: iX Developer Runtime RT 3rd party PC HMI Panel issues
- Replies: 2
- Views: 11650
iX Developer Runtime RT 3rd party PC HMI Panel issues
Dear iX Talk Community, I have successfully completed 2 projects using the T10A and am now working on an implementation using the iX RT, which I am having issues with. I am using iX Developer V2.0 SP1 and set the Target Type: PC 800x600 (IX RT V2.0) Controller: Simatic S7IsoTcp Siemens Hardware I/O ...
- Thu Jun 13, 2013 5:06 am
- Forum: Controller Communication
- Topic: Communication between TxA and Siemens LOGO (and S7-1200)
- Replies: 6
- Views: 25288
Re: Communication between TxA and Siemens LOGO (and S7-1200)
Thanks everyone,
I just wanted to report that the ISOonTCP works flawlessly and without any special configuration in the Siemens 315-2PN PLC, besides setting the IP address and obviously selecting the Siemens ISOonTCP drive in the T10A panel.
Thanks again
Jan
I just wanted to report that the ISOonTCP works flawlessly and without any special configuration in the Siemens 315-2PN PLC, besides setting the IP address and obviously selecting the Siemens ISOonTCP drive in the T10A panel.
Thanks again
Jan
- Thu Jun 13, 2013 5:02 am
- Forum: Application Development
- Topic: Progress bar how-to
- Replies: 3
- Views: 8309
Re: Progress bar how-to
Thanks Marc,
so if the dynamics/general button is grayed-out in my project for the T10A, that probably means it's not support by my hardware ?
Thanks
Jan
so if the dynamics/general button is grayed-out in my project for the T10A, that probably means it's not support by my hardware ?
Thanks
Jan
- Tue May 28, 2013 9:14 am
- Forum: Application Development
- Topic: Progress bar how-to
- Replies: 3
- Views: 8309
Progress bar how-to
Dear Beijer Support Team,
I would like to use the Progress bar in my project and don't know how. Once the object (progress bar) is placed on the screen the selection field for the Tag is grayed-out. How do I associate the Tag with this object ?
Thanks in advance
Jan
I would like to use the Progress bar in my project and don't know how. Once the object (progress bar) is placed on the screen the selection field for the Tag is grayed-out. How do I associate the Tag with this object ?
Thanks in advance
Jan
- Thu Apr 18, 2013 8:35 am
- Forum: Application Development
- Topic: Time functions
- Replies: 3
- Views: 9353
Re: Time functions
Using code from the attached example workspace, you can modify the Timout1 function like this. private static void TimeOut1(Object myObject, EventArgs myEventArgs) { if (Globals.Tags.Tag1.Value.Int == 0) { Globals.Tags.Tag1.Value = 1; } else { Globals.Tags.Tag1.Value = 0; } } You may need to change...
- Thu Mar 28, 2013 6:05 am
- Forum: Controller Communication
- Topic: Communication between TxA and Siemens LOGO (and S7-1200)
- Replies: 6
- Views: 25288
Communication between TxA and Siemens S7-300
I encountered a roadblock establishing ISO-on-TCP connection between Siemens 315-2 PN/DP and T10A using the S7ISOTCP driver over Ethernet. I was looking forward to exchange data between the Siemens 315-2 PN/DP and the T10A using S7ISOTCP driver, since the iX Dev. 2.0 Helpfile suggested that once the...