Vijeo 6.1 simulation project

chronio

Member
Join Date
Dec 2016
Location
ioannnina
Posts
9
Hi to all,
First time with Vijeo
I have a project on Vijeo designer 6.1 and the plc is OMRON CQM
How can simulate the vijeo project via my laptop? Because i want to make som changes on it. Also how can i download the project with the changes to a magelis xbtgt 5330 which have the project already on cf card.
thanks
 
If you right click on your target you can choose simulation (which will use actual comms to plc. Well if you are using ethernet comms) or device simulation which will not do any communication but you can test all the buttons and pages etc you created. With the latter you can force variables bools on or off and enter values for integers or floats etc.

Regarding the cf card. Just type in cf card in the help index. You will find instructions there how to go about it
 
Thanks for your answer, i tried those you wrote me but
1. With device simulation i have this error

Validating Services
Target - Target1
Target1 - HMI
Warning 2131: Enable Download Security to reduce unauthorized access to the target machine.
Warning 2107: Target Security is enabled, and Web Gate security is disabled. You cannot write to variables from Web Gate.
Target1 - I/O
Error 2897: [COM1] has been selected in more than one driver or peripheral.
SRAM - Total: 512 KB, Used: 79 KB, Available: 433 KB

Validation Failed - 1 Error(s), 2 Warning(s)
Press F4 to cycle through errors and warnings

*** Aborting build due to validation errors ***
I think that warnings are not important. What is that error what am i doing wrong?
2.The Simulation is not activated i choose build option in order to energise simulation option but there is the same warnings and error.
Hope help somebody thanks
 
Why do you have more then 1 driver setup on com1? Is the omron plc the only thing the screen is comming with?
 
yes only one is the driver
SYSMACLINKSYSMACWAYSIO01[COM1]
this one but the error still the same
thanks at all

Well its in there somewhere, it shouldn't be too hard to find. If you are struggling upload your project somewhere and i will take a look if i get chance.
 
i found the problem with com1 printer ask also com1 i made this usb ok now
for validation.
while build the programme for simulation

Found 18 semantic errors compiling "C:/Users/Public/Documents/Vijeo-Designer 6.2/Vijeo-Manager/CHITOS_NEW/Build/Projects/Target1/BarGraph_0027.java":
122. if (variableTag instanceof CgpIntReferenceTag)
<--------->
*** Error: No entity named "variableTag" was found in this environment.
124. minValue = ((CgpIntReferenceTag)variableTag).getMin();
<------>
*** Error: No entity named "minValue" was found in this environment.
124. minValue = ((CgpIntReferenceTag)variableTag).getMin();
<--------->
*** Error: No entity named "variableTag" was found in this environment.
125. maxValue = ((CgpIntReferenceTag)variableTag).getMax();
<------>
*** Error: No entity named "maxValue" was found in this environment.
125. maxValue = ((CgpIntReferenceTag)variableTag).getMax();
<--------->
*** Error: No entity named "variableTag" was found in this environment.
129. minValue = ((CgpIntTag)variableTag).getMin();
<------>
*** Error: No entity named "minValue" was found in this environment.
129. minValue = ((CgpIntTag)variableTag).getMin();
<--------->
*** Error: No entity named "variableTag" was found in this environment.
130. maxValue = ((CgpIntTag)variableTag).getMax();
<------>
*** Error: No entity named "maxValue" was found in this environment.
130. maxValue = ((CgpIntTag)variableTag).getMax();
<--------->
*** Error: No entity named "variableTag" was found in this environment.
135. if (variableTag instanceof CgpFloatReferenceTag)
<--------->
*** Error: No entity named "variableTag" was found in this environment.
137. minValue = (int)((CgpFloatReferenceTag)variableTag).getMin();
<------>
*** Error: No entity named "minValue" was found in this environment.
137. minValue = (int)((CgpFloatReferenceTag)variableTag).getMin();
<--------->
*** Error: No entity named "variableTag" was found in this environment.
138. maxValue = (int)((CgpFloatReferenceTag)variableTag).getMax();
<------>
*** Error: No entity named "maxValue" was found in this environment.
138. maxValue = (int)((CgpFloatReferenceTag)variableTag).getMax();
<--------->
*** Error: No entity named "variableTag" was found in this environment.
142. minValue = (int)((CgpFloatTag)variableTag).getMin();
<------>
*** Error: No entity named "minValue" was found in this environment.
142. minValue = (int)((CgpFloatTag)variableTag).getMin();
<--------->
*** Error: No entity named "variableTag" was found in this environment.
143. maxValue = (int)((CgpFloatTag)variableTag).getMax();
<------>
*** Error: No entity named "maxValue" was found in this environment.
143. maxValue = (int)((CgpFloatTag)variableTag).getMax();
<--------->
*** Error: No entity named "variableTag" was found in this environment.
C:\Users\Public\Documents\Vijeo-Designer 6.2\Vijeo-Manager\CHITOS_NEW\Build\Projects\Target1\Panel3.java : Error 0x0002: Compile failed
Error aborting build due to compiler errors. Please clean and rebuild target. If error continues, consult readme and other user documentation.
Press F1 for more information about this error
any suggestions?
thanks at all
 
If you double click on the errors it will take you to where the fault is. In this case you have a bar graph in your program but no variables are assigned to the properties of the bar graph
 
Also if i double click on the graph and enable the min and max value
there is no need to delete it compiles good. That discover today
 

Similar Topics

Hi guys, I installed new MachineExpert v1.2 and Vijeo 6.2.9 on Win10 machine. When connecting simulation PLC to Vijeo to test my application...
Replies
1
Views
2,125
Hi Everybody I have use Unity Pro 8 and Vijeo Designer 6.1.3 for my project. The problem is that the tab for Simulation (Build) in Vijeo is...
Replies
1
Views
3,552
I'm going to be making a operator training video that will be using screen capture and the Vijeo simulation. Is there any way (short of tons of...
Replies
0
Views
1,168
Good Day all. I am currently busy with a schneider HMI design in vijeo designer and i want to know how you can animate an image to move on the x...
Replies
2
Views
167
Hello, I have been tasked with adding some analog signals for display and alarm setup in some old Schneider Electric HMIGTO HMI-panels. I have...
Replies
4
Views
179
Back
Top Bottom