Jump to content

Recommended Posts

Hello,

I'm new with VisiLogic. In my project I like to show a power on HMI screen.

I tried to do it with the "SB 24 PLC initialized at Power-up" flag to load this screen, but this do not work.

The screen started flickering but do not show the logo and other information.

I also like if nothing is typed after a delay to jump to a satus HMI screen. How can I do this.

Many thanks for your help.

Otto

Link to comment
Share on other sites

Hi Otto,

Please always provide PLC type and other information to have better answer.

Be careful with System wariables. You should understand what the wariable doing. Othervice PLC will enter endless loop or stop works.

In your case it is useless to use SB 24.

When you power-up PLC, it make reset but not initialize Memory Registers.

This make possible to save all variables status as it being before power-cicling.

To have a Company logo displayed for specific time, you need to prepare "! Start-Up Display" with your Company information and run timer at start-up(power-on). This timer, when ends, will call "Status HMI Screen". You will do this from Menu "Utils->HMI->Load HMI Display".

SB 16 - "Touchscreen is Active (has been touched] (Touch models only)", indicate "touch". You will analyze it and call "Status HMI Screen" before timer ends.

Believe, this will help.

BR.

Link to comment
Share on other sites

Hi Otto,

You can change the name, but Start Up display as functionality will remain highlighted in pink - never mind if you change its name.

If you already programmed Start Up Display and want another display to be "Start Up", you can call this specific display on the second scan. You can catch the second scan by SET any MB with SB2 as condition. Then, with N.C. of SB2 and N.O. of this MB to load requested display.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...