[Logo] Serotonin Software Community
  [Search] Search   [Recent Topics] Recent Topics   [Hottest Topics] Hottest Topics   [Members]  Member Listing   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
Setting a coil value  XML
Forum Index » How-To
Author Message
mmn666

Initiate

Joined: 22/03/2010 10:51:38
Messages: 15
Offline

Hi,

i try set a coil value in my I/O device but the time of the value is set, is much short. How i can set the value of a device for more time(or permanent)?

sorry my ignorance...
and thanks for your patience

regards,
Mario
mlohbihler

Master
[Avatar]

Joined: 01/03/2007 22:48:52
Messages: 1456
Offline

The value that is set should stay unless the device is changing it back for some reason.

Best regards,
Matthew Lohbihler
mmn666

Initiate

Joined: 22/03/2010 10:51:38
Messages: 15
Offline

Hi Lohbihler,

I need to know how can I set a coil value in my I/O device for 5 seconds?

I try to use the point link, using the same point as source point and target point, but my code is not validated

my code:
TIMESTAMP = new Date().getTime();
x=0;
x.end(5000);
return source.value;

thanks for your patience

regards,
Mario
mlohbihler

Master
[Avatar]

Joined: 01/03/2007 22:48:52
Messages: 1456
Offline

No, that's not going to work. Here's what to do, assuming that you want to set the coil to "true" for 5 seconds.

1) Create a point event detector on the point that fires when the point has been "true" for 5 seconds.
2) Create an event handler for the event in 1) that sets the point to false when it activates, and does nothing when it deactivates.

Best regards,
Matthew Lohbihler
 
Forum Index » How-To
Go to:   
Powered by JForum 2.1.9 © JForum Team