Search found 6 matches

by GTUnit
Thu Aug 11, 2016 9:52 pm
Forum: Application Development
Topic: "Crash" after upgrading to iX v2.20
Replies: 1
Views: 8992

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.
by GTUnit
Thu Aug 11, 2016 9:48 pm
Forum: Application Development
Topic: Error during transfer over VPN
Replies: 1
Views: 9361

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...
by GTUnit
Mon Nov 02, 2015 10:59 pm
Forum: Application Development
Topic: Urgent Information Needed
Replies: 2
Views: 9425

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...
by GTUnit
Tue Dec 02, 2014 1:33 am
Forum: Application Development
Topic: Quality of Support
Replies: 3
Views: 9343

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...
by GTUnit
Sun Oct 26, 2014 5:02 pm
Forum: Application Development
Topic: Analog Numeric Read/Write
Replies: 2
Views: 7093

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.
by GTUnit
Sat Oct 25, 2014 1:31 am
Forum: Application Development
Topic: Bit Level Operations on INT32 or INT16
Replies: 2
Views: 8217

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...