Nirtec Studio Forum

General Category => EasyPLC v.5 => Topic started by: Macktek on January 15, 2022, 04:57:02 AM

Title: Clicking Force on the Force Variables doesn't seem to work
Post by: Macktek on January 15, 2022, 04:57:02 AM
I am using Exercise 1, and trying to Force Start Button input I.0.0 to be False all the time.
I tried also to force true. The current value shows on the force variable window, but it will not force the value.

Thanks for any help.
Title: Re: Clicking Force on the Force Variables doesn't seem to work
Post by: EasyPLC_Master on January 15, 2022, 11:14:43 AM
Hi! a digital input is an incoming signal for PLC side, this means the PLC reads the hardware channel to know what is the physical value. A input signal can not be forced, only PLC outputs values, variables, data stack.... (program elements)
Title: Re: Clicking Force on the Force Variables doesn't seem to work
Post by: Macktek on January 15, 2022, 06:25:13 PM
Ah. Thanks.