Search found 44 matches

by daoa80
Fri Aug 31, 2012 9:40 am
Forum: Scripting
Topic: Text Library
Replies: 9
Views: 16673

Re: Text Library

Sorry, let me try one more time, Group1 -------- text-----------------start value----------------------end value this is not ok------10014-------------------------------10014 Group2 --------- text-----------------start value----------------------end value this is--------------100--------------------...
by daoa80
Fri Aug 31, 2012 8:13 am
Forum: Scripting
Topic: Text Library
Replies: 9
Views: 16673

Text Library

Hi! Question: I have implemented a Text Library like this, Group 1 = XY e.g(XY = 10014) Group 2 = X e.g(X = 100) Group 3 = Y e.g(Y = 14) On the other hand, in order to display my text I select my text object and click under dynamics; then I select TEXT, select MY TAG, and choose group 1 to retrieve ...
by daoa80
Mon Aug 27, 2012 4:20 pm
Forum: Scripting
Topic: Arrays 2
Replies: 3
Views: 13320

Re: Arrays 2

Does it work for you?
I've been trying with no success; found another link with different approach:

http://ixtalk.beijerelectronics.com/vie ... tring#p126
by daoa80
Fri Aug 24, 2012 2:13 pm
Forum: Scripting
Topic: Buttons
Replies: 3
Views: 7459

Re: Buttons

can you add 2 or 3 tags to a button?
by daoa80
Fri Aug 24, 2012 1:45 pm
Forum: Scripting
Topic: Buttons
Replies: 3
Views: 7459

Buttons

How to dynamically set the text of a button when having a text library, e.g.

text library

text start value end value
car 0 0
cat 1 1


if number = 0 the text of the button will display car

?
by daoa80
Thu Aug 23, 2012 10:49 am
Forum: Scripting
Topic: Arrays 2
Replies: 3
Views: 13320

Arrays 2

Help!!! this is an example of a tag list that I have created seen in the Design view: Tag Controllers Name DataType AccessRight DataType EMCP1 SPNFMI_0 UNIT32 Read UNIT32 41511 .... .... SPNFMI_39 UNIT32 Read UNIT32 41890 1. I have to go through every tag (EMCP1 value) to get some info 2. Insted of ...
by daoa80
Wed Aug 22, 2012 12:50 pm
Forum: Application Development
Topic: Buttons
Replies: 1
Views: 5345

Buttons

It is possible to generate "X" number of buttons depending on a given randon number?

exe: randon number given is 2, consequently I will create 2 buttons.

?

Thanks,
by daoa80
Wed Aug 15, 2012 1:26 pm
Forum: Controller Communication
Topic: IP Address Issues
Replies: 6
Views: 23122

Re: IP Address Issues

I made some modifications: 1. IP router(165.26.78.1), Subnet(255.255.254.0) 2. PC IP(165.26.78.2), Subnet(255.255.254.0), and Gateway(165.26.78.1) 3. A12 IP(165.26.78.3), Subnet(255.255.254.0), and Gateway(165.26.78.1) 4. EMCP IP(165.26.78.4), Subnet(255.255.254.0), and Gateway(165.26.78.1) On iXDev...
by daoa80
Wed Aug 15, 2012 10:39 am
Forum: Controller Communication
Topic: IP Address Issues
Replies: 6
Views: 23122

Re: IP Address Issues

I am using a 255.255.x.x. subnet mask as described below:

1. EMCP IP(165.26.78.10), Subnet(255.255.254.0), and Gateway(165.26.78.1)

2. QTERM-A12 IP(165.26.78.3), Subnet(255.255.254.0) and Gateway(165.26.78.1)

3. Router IP(165.26.78.1) and Subnet(255.255.254.0)
by daoa80
Wed Aug 15, 2012 8:41 am
Forum: Controller Communication
Topic: IP Address Issues
Replies: 6
Views: 23122

IP Address Issues

1. No communication between my EMCP and my QTERM-A12. The following message is been displayed " Controller 1": Illegal address s 0 n 2 " 2. The IP address is assigned manually for my PC, Router, QTERM-A12, and EMCP starting with 165.x.x.x. Does anyone knows if it likes the 165.x.x.x address or if it...