how to display the port connected information as ON/OFF like captured?

how to display the port connected information as ON/OFF like captured?

SimFlex_support
Collaborator Collaborator
230 Views
5 Replies
Message 1 of 6

how to display the port connected information as ON/OFF like captured?

SimFlex_support
Collaborator
Collaborator

[ FlexSim 24.2.1 ]

port-information-display.png

Chapter 6 - Conveyors.fsm

The model is ver. 2021.0. and it is transfered as the core training course.

What is the way of ON/OFF to display the connected port information like captured?

email ID : support@flexsim.co.kr & support@simflex.co.kr
0 Likes
Replies (5)
Message 2 of 6

patrick_zweekhorst
Collaborator
Collaborator

Hi @David Seo ,

You can toggle this on by using the following code:

drawflags(object).value = drawflags(object).value | DRAW_FLAG_CENTER_PORT_NAMES;

Or toggle it off by:
drawflags(object).value = drawflags(object).value & ~DRAW_FLAG_CENTER_PORT_NAMES;


If you don't want the center objects but the inobjects you can use the flag DRAW_FLAG_INOUT_PORT_NAMES

0 Likes
Message 3 of 6

regan_blackett
Autodesk
Autodesk
Accepted solution

You can toggle on/off the port connections information with the keyboard + mouse short cut of holding 'v' + left click on an Object to display input/output port information and holding 'c' + left click for center port connections.

0 Likes
Message 4 of 6

logan_gold
Community Manager
Community Manager

Hi @David Seo, was one of Regan Blackett's or Patrick Zweekhorst's answers helpful? If so, please click the "Accept" button at the bottom of the one that best answers your question. Or if you still have questions, add a comment and we'll continue the conversation.

If we haven't heard back from you within 3 business days we'll auto-accept an answer, but you can always comment back to reopen your question.

0 Likes
Message 5 of 6

SimFlex_support
Collaborator
Collaborator
My question is not detail. Keyboard + mouse short cut of holding ''v' is used only for holding keyboard. The picture is looks like not holding keyboard. They look continuously with/without any keyboard using.
email ID : support@flexsim.co.kr & support@simflex.co.kr
0 Likes
Message 6 of 6

logan_gold
Community Manager
Community Manager

I originally said this may not be working as intended, but that is not correct. The design of the V and C keys in FlexSim is that you can hold down the keys and then click around to different objects to temporarily see each object's connection names.


If you want the names to persist, you need to hold down both the V key (or C key for center connection) and the mouse button together (not just click the mouse), then release the V key, then release the mouse button.