Trace log : Erreur de syntaxe dans l'expression "0"

8 Posts
4 Users
0 Likes
36 Views
(@m.nau@ypsys.com)
Posts: 0
New Member Guest
 

Does anyone knows this message in trace.log.

I can't find any rational explanation in the customer project.
This message appears directly in the PcVue start up

Thank you

Manu

 
Posted : 01/07/2019 5:15 pm
KASI
 KASI
(@k-simanjalamarcinfo-com)
Posts: 134
Estimable Member
 

Hi Manu,

I am not sure if it is related, just wondering if there could be any expression that is invalid from EXPRV.DAT and EXPRM.DAT.

Thanks,
Kantha

 
Posted : 01/07/2019 5:20 pm
(@m.nau@ypsys.com)
Posts: 0
New Member Guest
 

hi

there is no expression using those tags. 🙁

so if you have others ideas , i'll take it
manu

 
Posted : 01/07/2019 7:39 pm
f.martin
(@f-martinarcinfo-com)
Posts: 148
Member Admin
 

Hi,

The trace file indactes that it is linked to OPC communication. Try to have to the configuration of the variables.

 
Posted : 01/07/2019 7:50 pm
(@m.nau@ypsys.com)
Posts: 0
New Member Guest
 

Hi Florent,

can you give me more information please. I dont' understand completly this message expression "0" & the meaning of configuration of variables.

Thank you

 
Posted : 01/07/2019 8:04 pm
e.mahaut
(@e-mahautarcinfo-com)
Posts: 270
Member Moderator
 

Hi Manu,

Just copy the following lines (Varexp.dat) in a blank project and you will get the error.
(It is a simple OPC loopback to retrieve @System.Station_number)

OPCDEF,LoopBack,"","SV.OPCDAServer.1",1,1,1,,10000,60000,0,,8,0,0,"",30000,300000,1,1,1,1
OPCGROUPDEF,LoopBack,Group01,1,1000,0.000000,0,17,0,10000,,0,,1,2,0,0,0,0,1,0,0,0,1,1,0,,1000,10000,0,0,0,0
REG,110,LoopBack,System,Station_number,,,,,,,,,,,"","",,,,,,O,0,0,0,2,0,0,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"",0,-1.797693134862315e308,1.797693134862315e308,0,-1.797693134862315e308,1.797693134862315e308,"",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"","","",,,"","",,,,,,,,,,,,,,,,,,,,,,,,,,,,,"LoopBack","Group01","System.Station_number","",0,0,0,,,,,0,0,,,0,,,,,,,,,,,,,,0,-1,-2,-2,0,"",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,

I will give the reason why in a second post.
Edouard

 
Posted : 01/07/2019 8:24 pm
e.mahaut
(@e-mahautarcinfo-com)
Posts: 270
Member Moderator
 

Here is the explanation:

It should be "" instead of 0 for field OPC_CustomizationExpression

 
Posted : 01/07/2019 8:33 pm
(@m.nau@ypsys.com)
Posts: 0
New Member Guest
 

you're a boss Edouard!

It works fine!

Thank you

 
Posted : 01/07/2019 9:02 pm