Search found 6 matches
- Thu Aug 11, 2016 9:52 pm
- Forum: Application Development
- Topic: "Crash" after upgrading to iX v2.20
- Replies: 1
- Views: 9158
Re: "Crash" after upgrading to iX v2.20
IX 2.2 Sucks. They made some major changes that will break some projects that worked fine before. Go back to IX 2.1. Thats what I did.
- Thu Aug 11, 2016 9:48 pm
- Forum: Application Development
- Topic: Error during transfer over VPN
- Replies: 1
- Views: 9529
Re: Error during transfer over VPN
There are always latency (delays) in long distance communications. Its gets worse with longer distance and the more places the connections gets routed through. You need to increase the timeout setting in IX Developer. It is also better to have your laptop on Wired Ethernet as opposed to WiFi when do...
- Mon Nov 02, 2015 10:59 pm
- Forum: Application Development
- Topic: Urgent Information Needed
- Replies: 2
- Views: 9668
Re: Urgent Information Needed
http://ixtalk.beijerelectronics.com/viewtopic.php?f=4&t=1761&p=4369&hilit=modbus&sid=e2e0c997acc244c9087dc14f73bbb424&sid=e2e0c997acc244c9087dc14f73bbb424#p4369 http://ixtalk.beijerelectronics.com/viewtopic.php?f=4&t=1859&p=4291&hilit=modbus&sid=e2e0c997acc244c9087dc14f73bbb424&sid=e2e0c997acc244c9...
- Tue Dec 02, 2014 1:33 am
- Forum: Application Development
- Topic: Quality of Support
- Replies: 3
- Views: 9748
Quality of Support
The fact that Beijer does not support these forums is absolutely Pathetic. There are questions that have gone unanswered for weeks. Why is this forum here when everyone on has little experience and nothing but questions. There is no "community" developed yet to answer questions. Why is Beijer not pr...
- Sun Oct 26, 2014 5:02 pm
- Forum: Application Development
- Topic: Analog Numeric Read/Write
- Replies: 2
- Views: 7366
Analog Numeric Read/Write
I need a Analog Numeric BUTTON which uses a separate tag to display a value on the button and another tag to write a value to via the numeric entry.
I cannot figure out how to do this.
I cannot figure out how to do this.
- Sat Oct 25, 2014 1:31 am
- Forum: Application Development
- Topic: Bit Level Operations on INT32 or INT16
- Replies: 2
- Views: 8500
Bit Level Operations on INT32 or INT16
I have a INT32 tag called ControlDINT I need to Read and Write to the individual bits in that tag. In Compactlogix processors I can address this as ControlDINT.0 ControlDINT.1 ControlDINT.2 ControlDINT.3 and so on up to ControlDINT.31 How can I read and write these bits using the panel? The referenc...