How do i pass object name from screen to screen in cimplicity?

briana banks

Member
Join Date
Jul 2005
Posts
242
Hi All

I want to Send public variable (object name i.e. $OBJECT) value from one screen to another when using the 'open screen' method.

I used the {$OBJECT} but its not working.
how can i do that?

Thanks.
 
Hi Brianna,

If you go to the GE Fanuc forums site there is a good Cimplicity HMI forum there, where this has been answered. The site is nowhere as popular as plcs.net but there are some good people on there

Cheers
 
Hi

I've found a small script thats do this job.
i thought there is a way of doing this without script...

yet i have a much more novice question...
how do i force the screen to be opened full screen mode
when i run the screen and locked so pressing esc button wont resize the screen.

Thanx
 
cimview.exe /nomenutitle c:\cimplicity\projects\proj\screename.cim​
more options:​
/alwaysmaximized​
/geometry <width>x<height><±xoff><±yoff>

/keypad

/noexit​
/noopen​
/noresize
/wait
/waitforproject <name>​
/zoomtobestfit
Good Luck!

 
When you set up the proceedure to "open Screen", you will see "variable" button. When you press this, you can add variable name and value to screen that you are opening. Be sure to follow example in help. You have to use "object" name preceeding variable. This works for 5.5 and above.
 

Similar Topics

I have a bunch of devices on my displays that are the same. I have build a global object for them and is working great. I want to place a button...
Replies
2
Views
1,929
So I'm having issues with a certain rung and one of my coworkers mentioned it may not allow the signal past the latch coil. For example in the...
Replies
27
Views
3,692
I’m a bit stuck on HMI (KTP-1200) programming… See the picture attached. The PASS or FAIL box should only appear when the toggle switch is...
Replies
7
Views
1,003
I've been given a line that has several sysmac c200Hx PLCs. The First station Im trying to wrap my head around has a NS8 HMI. I'm using Cx-one...
Replies
2
Views
735
See image below. Look at line 95. I tested all data type, but none of them works. https://ibb.co/H2Csr15 See this. TEMPDATA2 is used only...
Replies
3
Views
2,687
Back
Top Bottom