Search found 14 matches
- Tue May 14, 2013 9:59 am
- Forum: Scripting
- Topic: Use of Instances
- Replies: 5
- Views: 11618
Re: Use of Instances
Sorry, I know my explanations are as clear as mud. Here is an example of the code...
- Thu May 09, 2013 8:52 am
- Forum: Scripting
- Topic: Use of Instances
- Replies: 5
- Views: 11618
Use of Instances
I have a scenario where I have a screen with multiple aliases and instances that are directly related to analog numeric text boxes. (Scenario: Instances - w1, w2, w3 Aliases - a1, a2, a3 a1 a2 a3 w1 tag1_1 tag2_1 tag3_1 w1 tag1_2 tag2_2 tag3_2 w1 tag1_3 tag2_3 tag3_3) I have the screen dynamically s...
- Wed Apr 10, 2013 1:57 pm
- Forum: Scripting
- Topic: Add new tags at runtime
- Replies: 6
- Views: 13019
Re: Add new tags at runtime
Well primarily the main purpose was to create a set of tags for a particular set of data points that could be dynamically readdressed. This would allow for generating something that could be more universal across multiple controllers of varying type where point addresses are structured the same but ...
- Wed Apr 10, 2013 1:27 pm
- Forum: Scripting
- Topic: Add new tags at runtime
- Replies: 6
- Views: 13019
Re: Add new tags at runtime
What about if you were to edit a Tag's Item ID in real time to result in a different location in your controller for a value? (i.e. I have a controller A that has point a: 1,1,1 and I one to dynamically switch to point b: 1,2,1 to get the value from point b instead of point a). SFP_DATA1.GlobalDataS...
- Fri Mar 29, 2013 12:58 pm
- Forum: Scripting
- Topic: How to Pop Up a Windows.Forms.Form
- Replies: 2
- Views: 9243
Re: How to Pop Up a Windows.Forms.Form
Thanks Mark. You are the man!
- Thu Mar 28, 2013 4:05 pm
- Forum: Scripting
- Topic: How to Pop Up a Windows.Forms.Form
- Replies: 2
- Views: 9243
How to Pop Up a Windows.Forms.Form
Alrighty. I am trying to get a Windows Form to pop up in front of the MainScreen to display an image. Unfortunately, I can't get either: a) the form to be brought to the front or b) the main screen to be brought to the back So the form ends up behind the mainscreen with the focus on it. Thus essenti...
- Thu Mar 28, 2013 2:16 pm
- Forum: Scripting
- Topic: Position of the cursor
- Replies: 5
- Views: 11161
Re: Position of the cursor
Thank you Mark and Thank you Edmund. I am astounded by ya'lls awesomeness when it comes to programming these HMIs.
- Thu Mar 28, 2013 12:30 pm
- Forum: Scripting
- Topic: Position of the cursor
- Replies: 5
- Views: 11161
Re: Position of the cursor
I was trying out a form popup utilizing this cursor position example. Things work dandy through debugging and running the code on Visual Studio with the output CF. But I get the error in the image below when I try and simulate the code in iX Devloper even though the "intelligent code completion" pic...
- Wed Mar 20, 2013 10:21 am
- Forum: Scripting
- Topic: Picture Methods/Properties through Scripts
- Replies: 4
- Views: 26579
Re: Picture Methods/Properties through Scripts
Ok, follow up question. Is there a good way to convert type System.Drawing.Bitmap to Neo.ApplicationFramework.Interfaces.INativeBitmap?
- Wed Mar 20, 2013 7:46 am
- Forum: Scripting
- Topic: Picture Methods/Properties through Scripts
- Replies: 4
- Views: 26579
Re: Picture Methods/Properties through Scripts
Thanks Edmund, you are the man.