Search found 4 matches
- Wed Feb 20, 2013 6:19 am
- Forum: Scripting
- Topic: Bad quality "tag value" error
- Replies: 1
- Views: 5653
Bad quality "tag value" error
Hi I am getting the following error message when stating a program the error is on a ModBus TCP Master controller Error "ModBus TCP Master bad quality 40034" (40034 is the tag value with the error) what does this mean bad quality and how can i clear it. only seems to happen when i start with a value...
- Wed Nov 28, 2012 6:07 am
- Forum: Scripting
- Topic: Scripting PollGroups
- Replies: 3
- Views: 7792
Re: Scripting PollGroups
This works well with a tag but the Read() function is not possible with a pollgroup yet it still comes under the tag heading.
Globals.Tags.Pollgroup1
What functions are availiable to access the Pollgroup with scripts?
Globals.Tags.Pollgroup1
What functions are availiable to access the Pollgroup with scripts?
- Mon Nov 26, 2012 7:14 am
- Forum: Scripting
- Topic: Scripting PollGroups
- Replies: 3
- Views: 7792
Scripting PollGroups
Hi
I have been trying to script access the PollGroupls in my project the appear under Globals.Tags but I dont get any actions after that point.
I would like to poll a group of tags at a curtain point in my code
Globals.Tags.PollGroup ?????
cheers
I have been trying to script access the PollGroupls in my project the appear under Globals.Tags but I dont get any actions after that point.
I would like to poll a group of tags at a curtain point in my code
Globals.Tags.PollGroup ?????
cheers
- Thu Nov 08, 2012 10:32 am
- Forum: Scripting
- Topic: Set active controllers using scripting
- Replies: 1
- Views: 7929
Set active controllers using scripting
Hi I am looking to set active controllers in script from what i have read it is possible but i dont know how to get to the right class for the name of controller. eg. I can use the following to get to tag value property and set value. Globals.Tags.Tags1.Value = 42; I would like to set the active pro...