Search found 4 matches

by bjornspockeli
Tue Jul 09, 2013 3:57 am
Forum: Scripting
Topic: Converting string to property type
Replies: 1
Views: 5923

Converting string to property type

I have a list of tags with values of the type Float, bool ,int16 etc. and i want to convert the value(string) to the appropriate type of the tag. However i get an error when i try to set myTag.Value to the converted value. Am i missing something? private GlobalDataItem GetGlobalDataItem(string prope...
by bjornspockeli
Tue Jul 09, 2013 12:26 am
Forum: Scripting
Topic: Modifying tagValues using SetValue
Replies: 2
Views: 7227

Re: Modifying tagValues using SetValue

Ok, im able to get the tag object and modify the value without any errors, but if i export the list of tags and their values(which I set to zero) they appear unchanged...
by bjornspockeli
Mon Jul 08, 2013 7:43 am
Forum: Scripting
Topic: Modifying tagValues using SetValue
Replies: 2
Views: 7227

Modifying tagValues using SetValue

I want to load values of specific tags back into the panel after exporting a list (tagName,value) and modifying the values. However i am having troubles with the SetValue function, could you guys point out what i am doing wrong? namespace Neo.ApplicationFramework.Generated { using System.Windows.For...
by bjornspockeli
Tue Jun 18, 2013 12:44 am
Forum: Application Development
Topic: Exporting Database-values to USB
Replies: 1
Views: 5062

Exporting Database-values to USB

Im using a T4A and iX Developer 2.0. I want to export a specific set of tag values, chosen from a table on the panel to a USB-stick as a .csv-file. Is this possible in iX ?

Bjørn