Jump to content

Set, reset coil, or Toggle coil


Recommended Posts

V290

Visilogic 9.5

What is the best way to set the lights to come on in my wood kiln during work hours, then off after work finishes?

Currently i have a set/reset coil enabled via the clock function under the Utils menu. Though the lights don't actually turn off. Perhaps a toggle coil would be better? Though im confused as to how toggle coils differ from set/reset coils.

Current ladder looks like this:

Lights

{Day of the Month}-----{Time of Day}------{\}------------{S}

{Day of the Month}------(Time of day}--------{R}

Perhaps it is the parameters themselves, ie Lights on at 0700-1700 Lights off 1700-0700

Any help would be great

Link to comment
Share on other sites

  • MVP 2023

linxchas has the correct answer for you, Count, but you expressed confusion about the behavior of the different kinds of coils in Visilogic. Here is a quick summary:

Direct coil:

A

-| |--( )-

When A is TRUE, the coil will be ON and when A is FALSE, the coil will be OFF

Set coil:

A

-| |--(S)-

When A is TRUE, the coil will be ON and when A is FALSE, the state of the coil will be unchanged (if it was ON, it will remain ON, if it was OFF, it will remain OFF).

Reset coil:

A

-| |--®-

When A is TRUE, the coil will be OFF and when A is FALSE, the state of the coil will be unchanged (if it was ON, it will remain ON, if it was OFF, it will remain OFF).

Toggle coil:

A

-|P|--(X)-

Each time A transitions to TRUE, the coil will change its state (if it was OFF, it will turn ON, if it was ON, it will turn OFF).

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...