Iris _

Pixsys Forum

everybody's effort for the same goal

Pixsys suite v5.0.0.4

Post Reply
user10683
Posts: 51
Joined: 02/03/2015, 15:29

Pixsys suite v5.0.0.4

Post by user10683 »

Hi,

I just install Pixsys Suite v5.0.0.4 and I have a very basic compilation error with a new very basic project !

A basic line in my program :

TempDivDiv := DIV(counter,10);

The compilation error :
MAIN(3) - error S1305: DIV => Unknown function

I tried others basics operations functions seem to be ok (not tested all).

What happens ?
Pixsys tecnico 6
Moderatore
Posts: 1184
Joined: 12/09/2016, 14:49

Re: Pixsys suite v5.0.0.4

Post by Pixsys tecnico 6 »

Hi,
what are your language programm that you are using? Are you using ST? The correct sintax is "TempDivDiv := counter / 10;"

Best Regards
user10683
Posts: 51
Joined: 02/03/2015, 15:29

Re: Pixsys suite v5.0.0.4

Post by user10683 »

My old program works great with the syntax DIV(<var>,10).

I resintalled the last suite and recompile my program and there was this error.

Yes language is ST.

Another issue I cannot run simulator I click on Simulator mode enter a name and I have this error :
Unable to run simulation without any other explication.
Pixsys tecnico 6
Moderatore
Posts: 1184
Joined: 12/09/2016, 14:49

Re: Pixsys suite v5.0.0.4

Post by Pixsys tecnico 6 »

Hi,
can you send me your application, so I check it?

Best regards.
user10683
Posts: 51
Joined: 02/03/2015, 15:29

Re: Pixsys suite v5.0.0.4

Post by user10683 »

I just test Datalogger but I don't understand why datas are recorded by lines and not by columns !

For examples if I record 2 values every 15 seconds I will have in my csv files :

<Record1 Name>;<Date>;<Hour>;<Value>
<Record2 Name>;<Date>;<Hour>;<Value>

It would be great to have :

<Date>;<Hour>;<Record1 Name>;<Record2 Name> in the header of csv and every line as time of record
Date1;Hour1;Value1 of record 1;Value1 of record 2
Date2;Hour2;Value1 of record 1;Value2 of record 2
...

It's more logical, isn't it ?
Pixsys tecnico 1
Moderatore
Posts: 1649
Joined: 29/10/2010, 10:09
Contact:

Re: Pixsys suite v5.0.0.4

Post by Pixsys tecnico 1 »

Hi,
please use "datalogger DINT table" function to format data as you want.
user10683
Posts: 51
Joined: 02/03/2015, 15:29

Re: Pixsys suite v5.0.0.4

Post by user10683 »

Ok thanks I will try this.
Post Reply