Nirtec Studio Forum

General Category => EasyPLC v.5 => Topic started by: toku1991 on March 06, 2022, 01:06:31 AM

Title: Datablock
Post by: toku1991 on March 06, 2022, 01:06:31 AM
hey

if i try to add a value to the db from laderlogic i keep getting a error message : expected

What i'm doing wrong?
Title: Re: Datablock
Post by: EasyPLC_Master on March 06, 2022, 06:24:45 PM
Hi!

In the Data Block operation field, you must type the operation and the operand.
For example:

= 1000
+ 1
- 2.5
etc...

Logically, the Data block must be of a numeric type for these operations.
Title: Re: Datablock
Post by: toku1991 on March 06, 2022, 07:26:22 PM
Thanks it works now.