Questions tagged [subsystem]

76 questions
0
votes
1 answer

How to create a dialogue box with buttons in simulink and trigger a subsystem based on user selection

I want to run a simulink model based on the user selection. lets say i have to run a equation A = B+C+D+E, where B,C,D,E are also equations. I want to ask user if he has values of B,C,D,E or if he has the values of unknowns of the those…
0
votes
1 answer

How to remove KeyCloak from Wildfly?

I recently configured KeyCloak in my existing Wildfly server using the overlay installation: bin/jboss-cli.sh --file=bin/keycloak-install.cli I would like to remove it or disable it now. I'm pretty new to Wildfly. I think it should be the same way…
AMRAMAC
  • 11
  • 1
  • 1
0
votes
1 answer

Command based Java: Accessing a method from a subsystem in a command (Java)

this is my first time using Java and I seem to be stuck. I'm trying to access a method (getHeading) from a subsystem (DriveTrain) in a command (DriveStraight), but I keep getting the error that "the type getHeading(double) is undefined for the type…
sethra53
  • 3
  • 1
0
votes
1 answer

Jboss Quartz Subsystem

I am running Jboss on domain mode with some servers distributed. The problem presented itself as the need to update quartz max threads. I searched and understood that I can change this value at quartz.properties and get the output I want. My…
0
votes
0 answers

More blocks in Simulink

I have created my own Pi section in Matlab Simulink via SimPowerSystem toolbox recently, but there is a problem if I want to use this subsystem more times, for example 50 times. Is there any solution to place it in model more gracefully than repeat…
Electrin_One
  • 1
  • 1
  • 2
0
votes
0 answers

Memory addressing in kernelmode (read 32-bit subsystem data from 64-bit driver)

I'm trying to get some information about how the x86 subsystem works within the 64-bit os and how it is addressed. As example: If a (64-bit)driver inside the windows kernel tries to read a memory part of a 32-bit subsystem process, how do you…
0
votes
0 answers

How to find out the /SUBSYSTEM value of the client executable?

I have a Windows DLL library which can be used by different client applications, both GUI and console. Is there a way to find out programmatically the client application type? I am not interested in if there is actually a console attached or not.
Paavo
  • 111
  • 1
  • 10
0
votes
1 answer

Simulink - How to run a simulation in a simulation?

I am running a simulation that contains among other things a subsystem (or referenced model) that is a simulation by itself and that needs to be run fully at certain times before resuming the main simulation. Basically, at time t the main simulation…
Fabien
  • 41
  • 2
0
votes
1 answer

Cannot authenticate through JBoss AS 7 security subsystem

I do not understand how to use passwords' hashes instead of open passwords. When I obtain open password from my MS SQL database everything works fine. standalone.xml:
KorobOK
  • 59
  • 1
  • 3
  • 9
0
votes
2 answers

convert spanish characters in HTML doc

I have a HTML file and it has some information in spanish. I am using a third party control to convert this HTML file into RTF document. The third party software I am using is Subsystems HTML Addon. The HTML file has
RRR
  • 575
  • 1
  • 11
  • 25
0
votes
3 answers

find_system returns objects that are not subsystems in simulink?

When I use find_system(gcs,'BlockType','SubSystem') it returns things that are not subsystems (AFAIK) In my case the things that are called subsys L1 -x and SubsysX L2 - z are subsystems, but the names are just for debugging purpose, so I…
Viktor Mellgren
  • 4,318
  • 3
  • 42
  • 75
0
votes
2 answers

simulink detect gcs if subsystem

I have this function, but it breaks when gcs is a subsystem. function dest = save(path) dest = save_system(gcs,path) end i would want it to be something like: function dest = save(path) item = gcs if(gcs.isSubsystem) dest = //do…
Viktor Mellgren
  • 4,318
  • 3
  • 42
  • 75
-1
votes
1 answer

Unshare a folder on Windows with Linux subsystem

I have just started using the Windows 11 Linux subsystem. In getting going I did all sorts of things that I cannot remember with the goal of sharing files between Windows and Ubuntu. I can now do this, but my explorations have left an irritating…
peter2108
  • 5,580
  • 6
  • 24
  • 18
-1
votes
1 answer

how to rearrange the ports of a simulink subsystem

i implement a network simulation in Simulink/SimEvents (2018b) containing a Ethernet bus, which consists of three different subsystems like shown in the figure. The blocks send entities to each other. This results to a quite complex scene, i'd…
-1
votes
1 answer

How to change files at /home/ubuntu folder?

Windows Subsystem for Linux (WSL) I'm using the Ubuntu bash inside Windows 10 but I created a folder but can't find it on Windows filesystem. Using bash inside windows I created a folder inside /home/ubuntu Now I wanted to find that folder at…
JBarros35
  • 976
  • 1
  • 12
  • 18