Getting Started Issues
Posted: Tue Aug 06, 2013 7:05 am
Hi
I unpacked my IX T7A today and I already have some problems....
I am using iX Developer 2.0 Sp1 Build 2.0.463.0 on Win7 32bit
1.
I think I found a bug:
On a brand new project with t7a and the demo controller add a analog numeric set to tag1 and a text.
set a dynamic to fill and add a color for 0/0 and tag1 for the text.
add a expression Bit0IsSet: (value & 0x1) == 0x1
The color does not change (in simulation while changing the value for tag1 using the numeric)
change the expression to (Globals.Tags.Tag1.Value & 0x1) == 0x1
and the color changes as expected....
2.
Is there a simple way to create a toggle button which shows the state of a tag by inset and outset 3d effects? i am building something with text, fill and onMouseDown (why is there no onClick event in text?) but i did not find the 3d effect.
3.
I tried to change the padding values for the text in xaml code. I could change them for numeric but they change back immediately for text.
4.
I bought the starterkit with the software but the simulation still says something about demo mode.
5.
Is there more documentation on scripting and the creation of own controls?
thanks in advance
I unpacked my IX T7A today and I already have some problems....
I am using iX Developer 2.0 Sp1 Build 2.0.463.0 on Win7 32bit
1.
I think I found a bug:
On a brand new project with t7a and the demo controller add a analog numeric set to tag1 and a text.
set a dynamic to fill and add a color for 0/0 and tag1 for the text.
add a expression Bit0IsSet: (value & 0x1) == 0x1
The color does not change (in simulation while changing the value for tag1 using the numeric)
change the expression to (Globals.Tags.Tag1.Value & 0x1) == 0x1
and the color changes as expected....
2.
Is there a simple way to create a toggle button which shows the state of a tag by inset and outset 3d effects? i am building something with text, fill and onMouseDown (why is there no onClick event in text?) but i did not find the 3d effect.
3.
I tried to change the padding values for the text in xaml code. I could change them for numeric but they change back immediately for text.
4.
I bought the starterkit with the software but the simulation still says something about demo mode.
5.
Is there more documentation on scripting and the creation of own controls?
thanks in advance