{"id":36541,"date":"2022-03-11T13:14:00","date_gmt":"2022-03-11T12:14:00","guid":{"rendered":"https:\/\/fhi.nl\/nieuws\/softwarestandaardisatie-wat-komt-daar-allemaal-bij-kijken\/"},"modified":"2024-07-10T13:32:18","modified_gmt":"2024-07-10T11:32:18","slug":"softwarestandaardisatie-wat-komt-daar-allemaal-bij-kijken","status":"publish","type":"news","link":"https:\/\/fhi.nl\/en\/news\/softwarestandaardisatie-wat-komt-daar-allemaal-bij-kijken\/","title":{"rendered":"Software standardization, what does it all involve?"},"content":{"rendered":"<header id=\"header\" class=\"header header--low\">\n\n\t\n\t\t\t<div class=\"header__background header__background--graphic\"><\/div>\n\t\n\t<div class=\"container\">\n\t\t<div class=\"header__content\">\n\t\t\t<div class=\"header__first header__first--alone\">\n\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t<h1 class=\"header__title\" >\n\t\t\t\t\tSoftware standardization, what does it all involve?\t\t\t\t<\/h1>\n\n\t\t\t\t<div class=\"header__dots-line\">\n\t\t\t\t\t<svg width=\"431\" height=\"9\" viewbox=\"0 0 431 9\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M430.799 4.192a1.136 1.136 0 1 1-2.272-.001 1.136 1.136 0 0 1 2.272 0Zm-27.272 0a1.135 1.135 0 1 1-2.27 0 1.135 1.135 0 0 1 2.27 0Zm-27.27 0a1.136 1.136 0 1 1-2.272-.001 1.136 1.136 0 0 1 2.272 0Zm-27.272 0a1.39 1.39 0 1 1-2.78 0 1.39 1.39 0 0 1 2.78 0Zm-27.78 0a1.645 1.645 0 1 1-3.29 0 1.645 1.645 0 0 1 3.29 0Zm-28.29 0a1.9 1.9 0 1 1-3.799 0 1.9 1.9 0 0 1 3.799 0Zm-28.799 0a2.154 2.154 0 1 1-4.308 0 2.154 2.154 0 0 1 4.308 0Zm-29.308 0a2.41 2.41 0 1 1-4.819 0 2.41 2.41 0 0 1 4.819 0Zm-29.819 0a2.663 2.663 0 1 1-5.326.001 2.663 2.663 0 0 1 5.326-.001Zm-30.327 0a2.919 2.919 0 1 1-5.837 0 2.919 2.919 0 0 1 5.837 0Zm-30.837 0a3.173 3.173 0 1 1-6.345.001 3.173 3.173 0 0 1 6.345 0Zm-31.346 0a3.428 3.428 0 1 1-6.856 0 3.428 3.428 0 0 1 6.856 0Zm-31.856 0a3.683 3.683 0 1 1-7.365 0 3.683 3.683 0 0 1 7.365 0Zm-32.365 0a3.937 3.937 0 1 1-7.875 0 3.937 3.937 0 0 1 7.875 0Zm-32.874 0a4.192 4.192 0 1 1-8.384 0 4.192 4.192 0 0 1 8.384 0Z\" fill=\"#FFF960\"\/><\/svg>\t\t\t\t<\/div>\n\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\n\t\t\t\n\t\t<\/div>\n\t<\/div>\n<\/header>\n\n\n\n<div class=\"text bg--white\">\n\t<div class=\"container\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"text__content text__content--1-col\">\n\t\t\t<p>Standardization (preferably multidisciplinary) is a hot topic these days. Different departments \u2013 such as hardware, software and WTB \u2013 jointly design standardized products. In this blog we focus on software standardization. What does this all entail? What should you pay attention to? We will explain a few aspects.<\/p>\r\n<p>Software standardization is ultimately always about making choices. In software, there is never one right solution to a problem or issue; there are always multiple right solutions. Then there is nothing difficult about it, you would think. But the fact that there are multiple possibilities makes it difficult to arrive at a software standard that everyone supports. Each solution has its own advantages and disadvantages and each software engineer has his own way of working. That makes it difficult.<\/p>\r\n<p>What issues do you have to make choices about? These include:<\/p>\r\n<ul>\r\n<li>Structure: what layers do I apply to the software?<\/li>\r\n<li>Naming\/identification agreements<\/li>\r\n<li>Alarm handling: how do you store the alarms? At what level do you store the alarms? And are all alarms of the entire project in one place, or are they in one place per machine part\/process part?<\/li>\r\n<li>Parameters: How and where do you store the parameters\/settings?<\/li>\r\n<li>HMI\/SCADA: Do I want to be able to operate all motors, valves, measurements, etc. separately, for example by means of a pop-up?<br \/>.<\/li>\r\n<\/ul>\r\n<h2><strong>Structure<\/strong><\/h2>\r\n<p>One of the first things you need to think about is the structure. How do I want to build the software? How do I want to divide the software, for example in sections or units? Or in a functional decomposition? To determine the structure of the software, there are guidelines that can help, such as ISA-S88 \/ PackML. If you are a machine builder, you can fully tailor the software to the machines you make. If you are a systems integrator, you can choose to create one software standard, which is flexible enough for different customers, with different machines\/processes. It is of course also possible to create a separate standard for each customer.<\/p>\r\n<p>In all cases, the bottom &#039;layer&#039; of an installation can always be standardized in the form of function building blocks. Think of motors, valves, etc. These are the control modules according to S88. After all, controlling a motor always works the same. With parameters (with or without brake, for example) you can use this function building block again and again, in all projects.<\/p>\r\n<p>Standardizing the layers above is usually a bit more difficult. The logic of a project is present in these layers, such as regulations and step-by-step processes. For a machine builder, these can already be predefined, but for a systems integrator this is more difficult. However, you can also standardize these layers in the form of a standard structure of the function building blocks of these layers. There may not be any logic in it yet, but the structure and design have already been determined. And that is already worth a lot.<br \/>.<\/p>\r\n<h2><strong>Dates<\/strong><\/h2>\r\n<p>It is good to make agreements about naming\/variables, for example. Do you let all inputs of a function building block start with a lowercase &#039;i&#039;, and the outputs with an &#039;o&#039;? Or do the variables start with a code that shows what type it is (e.g. the &#039;b&#039; for a boolean and &#039;i&#039; for an integer). Do you then use underscores in variables or do you write the\u00a0<a href=\"https:\/\/nl.wikipedia.org\/wiki\/CamelCase\">CamelCase<\/a>\u00a0(so either &#039;Pump_Auto_Start&#039; or &#039;PumpAutoStart&#039;)?<\/p>\r\n<p>Other names also play an important role. For example, the names for the variables that are used for the connection to I\/O. And what about names of functions and function building blocks?<\/p>\r\n<p>Other matters you can make agreements about:<\/p>\r\n<ul>\r\n<li>In which language is programming done?<\/li>\r\n<li>Commenting of variables<\/li>\r\n<li>Comment and title on a network<\/li>\r\n<li>Mixed languages in one function building block yes\/no<\/li>\r\n<li>Whether or not to use global variables in a function building block<\/li>\r\n<li>Etc.<br \/>.<\/li>\r\n<\/ul>\r\n<h2><strong>Functional questions<\/strong><\/h2>\r\n<p>There are also functional issues that you need to think about. For example, do you want to be able to operate all control modules separately from HMI\/SCADA? This could be done using a pop-up. On the pop-up screen, it is possible to put a motor in manual mode, so that the motor can be switched on and off from the pop-up. The following questions could then arise: can I switch the motor on in manual mode if there are alarms? Can I simply adjust the parameters of the motor or do I need to be logged in with a certain level? These are all functional questions, and it is useful to answer them in the preliminary phase of standardisation.<br \/>.<\/p>\r\n<h2><strong>Hardware<\/strong><\/h2>\r\n<p>You also need to think carefully about the hardware. For example, you do not want to create multiple standard function building blocks for different brands of frequency controllers. It is better to choose two brands and set up the software for them. Then the customer still has some choice. If the customer really wants a different brand, that is of course still possible. However, you cannot use your standard function building blocks, which results in a longer lead time for the project.<br \/>.<\/p>\r\n<h2><strong>Finally: cutting the knot<\/strong><\/h2>\r\n<p>We can conclude that defining a standard for a software department, which everyone supports, is certainly feasible. You can discuss certain choices for a long time. This is good, but at some point decisions have to be made. It is therefore important that a responsible person is appointed who can and may make decisions.<\/p>\r\n<p>If at some point a standard is created that is supported by everyone, then the engineers will be able to invest more time in the &#039;specials&#039; of a project. They no longer have to think about the &#039;standard&#039; software, they can rely on it. This benefits the quality and indirectly also in reducing the number of faults (think of the fault service). Do you already have a widely supported software standard? Or do you need a sparring partner in setting up a standard?<\/p>\r\n<p>We regularly give webinars on this topic. Interesting? Join us!<\/p>\t\t<\/div>\n\t<\/div>\n<\/div>\r\n\t<div class=\"articles bg--offwhite automatic\">\r\n\t\t<div class=\"container\">\r\n\t\t\t<div class=\"articles__header\">\r\n\t\t\t\t\t\t\t\t\t<div class='heading-wrapper'><svg width=\"13\" height=\"13\" viewbox=\"0 0 13 13\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><circle cx=\"6.394\" cy=\"6.5\" r=\"6.394\" fill=\"#000\"\/><\/svg><h2>Related articles<\/h2><\/div>\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"\/en\/profiel\/yellax-nederland-b-v\/\" class=\"button button--outline\">view profile<\/a>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t<div class=\"post-grid post-grid--no-padding\">\r\n\t\t\t\t\n<a class=\"single-item single-item__articles\" href=\"https:\/\/fhi.nl\/en\/news\/slimmere-dc-ups-systemen\/\" data-id=\"36287\">\n\t<div class=\"single-item__articles-icon\">\n\t\t<svg width=\"35\" height=\"35\" viewbox=\"0 0 35 35\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n<mask id=\"mask0_1182_5532\" style=\"mask-type:luminance\" maskunits=\"userSpaceOnUse\" x=\"0\" y=\"0\" width=\"35\" height=\"35\">\n<path d=\"M0 0H35V35H0V0Z\" fill=\"white\"\/>\n<\/mask>\n<g mask=\"url(#mask0_1182_5532)\">\n<path d=\"M5.12695 9.22852H1.02539V31.9238H10.4299C12.2868 31.9238 14.0678 32.6615 15.3809 33.9746H19.6191C20.9322 32.6615 22.7132 31.9238 24.5701 31.9238H33.9746V11.2793H29.873\" stroke=\"#2A5CEE\" stroke-width=\"2\" stroke-miterlimit=\"10\"\/>\n<path d=\"M17.5 9.22852H18.1426C20.0088 7.89544 22.2237 7.17773 24.5615 7.17773H29.873V27.8223H24.5615C22.2237 27.8223 20.0088 28.54 18.1426 29.873H16.8574C14.9912 28.54 12.7763 27.8223 10.4385 27.8223H5.12695V5.12695H9.22852\" stroke=\"#2A5CEE\" stroke-width=\"2\" stroke-miterlimit=\"10\"\/>\n<path d=\"M9.22852 1.02539V21.6699C13.759 21.6699 17.5 25.3425 17.5 29.873V9.22852C17.5 4.698 13.759 1.02539 9.22852 1.02539Z\" stroke=\"#2A5CEE\" stroke-width=\"2\" stroke-miterlimit=\"10\"\/>\n<\/g>\n<\/svg>\n\t<\/div>\n\t<div class=\"single-item__articles-title\"><div class='heading-wrapper'><h3>Smarter DC UPS systems<\/h3><\/div><\/div>\n\t<div class=\"single-item__articles-terms\">\n\t\t\n\t\t\n\t\t\t\t\t\t<span class=\"button button--outline single-item__articles-term--branche single-item__articles-term\">Industrial automation<\/span>\n\t\t\t\t\t\t\t\t<span class=\"button button--outline single-item__articles-term--branche single-item__articles-term\">Members content<\/span>\n\t\t\t\t\t<\/div>\n\t<div class=\"single-item__articles-author-date-wrapper\">\n\t\t\t\t\t<div class=\"single-item__articles-author\">\n\t\t\t\tElincom Electronics BV\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"single-item__articles-date\">\n\t\t\t\tApril 7, 2022\t\t\t<\/div>\n\t\t\t<\/div>\n<\/a>\n\n<a class=\"single-item single-item__articles\" href=\"https:\/\/fhi.nl\/en\/news\/virtual-reality-demo-kit\/\" data-id=\"34505\">\n\t<div class=\"single-item__articles-icon\">\n\t\t<svg width=\"35\" height=\"35\" viewbox=\"0 0 35 35\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n<mask id=\"mask0_1182_5532\" style=\"mask-type:luminance\" maskunits=\"userSpaceOnUse\" x=\"0\" y=\"0\" width=\"35\" height=\"35\">\n<path d=\"M0 0H35V35H0V0Z\" fill=\"white\"\/>\n<\/mask>\n<g mask=\"url(#mask0_1182_5532)\">\n<path d=\"M5.12695 9.22852H1.02539V31.9238H10.4299C12.2868 31.9238 14.0678 32.6615 15.3809 33.9746H19.6191C20.9322 32.6615 22.7132 31.9238 24.5701 31.9238H33.9746V11.2793H29.873\" stroke=\"#2A5CEE\" stroke-width=\"2\" stroke-miterlimit=\"10\"\/>\n<path d=\"M17.5 9.22852H18.1426C20.0088 7.89544 22.2237 7.17773 24.5615 7.17773H29.873V27.8223H24.5615C22.2237 27.8223 20.0088 28.54 18.1426 29.873H16.8574C14.9912 28.54 12.7763 27.8223 10.4385 27.8223H5.12695V5.12695H9.22852\" stroke=\"#2A5CEE\" stroke-width=\"2\" stroke-miterlimit=\"10\"\/>\n<path d=\"M9.22852 1.02539V21.6699C13.759 21.6699 17.5 25.3425 17.5 29.873V9.22852C17.5 4.698 13.759 1.02539 9.22852 1.02539Z\" stroke=\"#2A5CEE\" stroke-width=\"2\" stroke-miterlimit=\"10\"\/>\n<\/g>\n<\/svg>\n\t<\/div>\n\t<div class=\"single-item__articles-title\"><div class='heading-wrapper'><h3>Virtual Reality demo kit<\/h3><\/div><\/div>\n\t<div class=\"single-item__articles-terms\">\n\t\t\n\t\t\n\t\t\t\t\t\t<span class=\"button button--outline single-item__articles-term--branche single-item__articles-term\">Industrial Electronics<\/span>\n\t\t\t\t\t\t\t\t<span class=\"button button--outline single-item__articles-term--branche single-item__articles-term\">RF Technology Event<\/span>\n\t\t\t\t\t\t\t\t<span class=\"button button--outline single-item__articles-term--branche single-item__articles-term\">Members content<\/span>\n\t\t\t\t\t<\/div>\n\t<div class=\"single-item__articles-author-date-wrapper\">\n\t\t\t\t\t<div class=\"single-item__articles-author\">\n\t\t\t\tEEMC BV\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"single-item__articles-date\">\n\t\t\t\tOctober 4, 2022\t\t\t<\/div>\n\t\t\t<\/div>\n<\/a>\n\t\t\t<\/div>\r\n\t\t<\/div>\r\n\t<\/div>","protected":false},"excerpt":{"rendered":"<p>Standardization (preferably multidisciplinary) is a hot topic these days. Different departments \u2013 such as hardware, software and WTB \u2013 jointly design standardized products. In this blog we focus on software standardization. What does this all entail? What should you pay attention to? We will explain a few aspects.<\/p>","protected":false},"featured_media":36542,"template":"","branches":[],"events":[354],"secretariat":[],"categories":[],"themes_tax":[],"content_types":[514],"class_list":["post-36541","news","type-news","status-publish","has-post-thumbnail","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Softwarestandaardisatie<\/title>\n<meta name=\"description\" content=\"Standaardiseren (het liefst multidisciplinair) is tegenwoordig een hot item. Wat komt hier allemaal bij kijken? Waar moet je op letten?\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.yellax.com\/blog\/softwarestandaardisatie-wat-komt-daar-allemaal-bij-kijken\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Softwarestandaardisatie\" \/>\n<meta property=\"og:description\" content=\"Standaardiseren (het liefst multidisciplinair) is tegenwoordig een hot item. Wat komt hier allemaal bij kijken? Waar moet je op letten?\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.yellax.com\/blog\/softwarestandaardisatie-wat-komt-daar-allemaal-bij-kijken\/\" \/>\n<meta property=\"og:site_name\" content=\"FHI, federatie van technologiebranches\" \/>\n<meta property=\"article:modified_time\" content=\"2024-07-10T11:32:18+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/fhi.nl\/app\/uploads\/news\/ea080773cefd4a0c625cbe0c7f80c079-yellax-03.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"605\" \/>\n\t<meta property=\"og:image:height\" content=\"326\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/fhi.nl\/nieuws\/softwarestandaardisatie-wat-komt-daar-allemaal-bij-kijken\/\",\"url\":\"https:\/\/www.yellax.com\/blog\/softwarestandaardisatie-wat-komt-daar-allemaal-bij-kijken\/\",\"name\":\"Softwarestandaardisatie\",\"isPartOf\":{\"@id\":\"https:\/\/fhi.nl\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.yellax.com\/blog\/softwarestandaardisatie-wat-komt-daar-allemaal-bij-kijken\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.yellax.com\/blog\/softwarestandaardisatie-wat-komt-daar-allemaal-bij-kijken\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/fhi.nl\/app\/uploads\/news\/ea080773cefd4a0c625cbe0c7f80c079-yellax-03.jpg\",\"datePublished\":\"2022-03-11T12:14:00+00:00\",\"dateModified\":\"2024-07-10T11:32:18+00:00\",\"description\":\"Standaardiseren (het liefst multidisciplinair) is tegenwoordig een hot item. Wat komt hier allemaal bij kijken? Waar moet je op letten?\",\"breadcrumb\":{\"@id\":\"https:\/\/www.yellax.com\/blog\/softwarestandaardisatie-wat-komt-daar-allemaal-bij-kijken\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.yellax.com\/blog\/softwarestandaardisatie-wat-komt-daar-allemaal-bij-kijken\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/www.yellax.com\/blog\/softwarestandaardisatie-wat-komt-daar-allemaal-bij-kijken\/#primaryimage\",\"url\":\"https:\/\/fhi.nl\/app\/uploads\/news\/ea080773cefd4a0c625cbe0c7f80c079-yellax-03.jpg\",\"contentUrl\":\"https:\/\/fhi.nl\/app\/uploads\/news\/ea080773cefd4a0c625cbe0c7f80c079-yellax-03.jpg\",\"width\":605,\"height\":326},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.yellax.com\/blog\/softwarestandaardisatie-wat-komt-daar-allemaal-bij-kijken\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/fhi.nl\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Nieuws\",\"item\":\"https:\/\/fhi.nl\/nieuws\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Softwarestandaardisatie, wat komt daar allemaal bij kijken?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/fhi.nl\/#website\",\"url\":\"https:\/\/fhi.nl\/\",\"name\":\"FHI, federatie van technologiebranches\",\"description\":\"Nederlandse branchevereniging voor technologiebranches\",\"publisher\":{\"@id\":\"https:\/\/fhi.nl\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/fhi.nl\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/fhi.nl\/#organization\",\"name\":\"FHI, federatie van technologiebranches\",\"url\":\"https:\/\/fhi.nl\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/fhi.nl\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/fhi.nl\/app\/uploads\/2024\/06\/3-e1722349014385.png\",\"contentUrl\":\"https:\/\/fhi.nl\/app\/uploads\/2024\/06\/3-e1722349014385.png\",\"width\":732,\"height\":136,\"caption\":\"FHI, federatie van technologiebranches\"},\"image\":{\"@id\":\"https:\/\/fhi.nl\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.linkedin.com\/company\/fhi-federation-of-technology-branches\",\"https:\/\/www.instagram.com\/fhi_nl\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Software standardization","description":"Standardization (preferably multidisciplinary) is a hot topic these days. What does it all entail? What should you pay attention to?","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.yellax.com\/blog\/softwarestandaardisatie-wat-komt-daar-allemaal-bij-kijken\/","og_locale":"en_GB","og_type":"article","og_title":"Softwarestandaardisatie","og_description":"Standaardiseren (het liefst multidisciplinair) is tegenwoordig een hot item. Wat komt hier allemaal bij kijken? Waar moet je op letten?","og_url":"https:\/\/www.yellax.com\/blog\/softwarestandaardisatie-wat-komt-daar-allemaal-bij-kijken\/","og_site_name":"FHI, federatie van technologiebranches","article_modified_time":"2024-07-10T11:32:18+00:00","og_image":[{"width":605,"height":326,"url":"https:\/\/fhi.nl\/app\/uploads\/news\/ea080773cefd4a0c625cbe0c7f80c079-yellax-03.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/fhi.nl\/nieuws\/softwarestandaardisatie-wat-komt-daar-allemaal-bij-kijken\/","url":"https:\/\/www.yellax.com\/blog\/softwarestandaardisatie-wat-komt-daar-allemaal-bij-kijken\/","name":"Software standardization","isPartOf":{"@id":"https:\/\/fhi.nl\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.yellax.com\/blog\/softwarestandaardisatie-wat-komt-daar-allemaal-bij-kijken\/#primaryimage"},"image":{"@id":"https:\/\/www.yellax.com\/blog\/softwarestandaardisatie-wat-komt-daar-allemaal-bij-kijken\/#primaryimage"},"thumbnailUrl":"https:\/\/fhi.nl\/app\/uploads\/news\/ea080773cefd4a0c625cbe0c7f80c079-yellax-03.jpg","datePublished":"2022-03-11T12:14:00+00:00","dateModified":"2024-07-10T11:32:18+00:00","description":"Standardization (preferably multidisciplinary) is a hot topic these days. What does it all entail? What should you pay attention to?","breadcrumb":{"@id":"https:\/\/www.yellax.com\/blog\/softwarestandaardisatie-wat-komt-daar-allemaal-bij-kijken\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.yellax.com\/blog\/softwarestandaardisatie-wat-komt-daar-allemaal-bij-kijken\/"]}]},{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/www.yellax.com\/blog\/softwarestandaardisatie-wat-komt-daar-allemaal-bij-kijken\/#primaryimage","url":"https:\/\/fhi.nl\/app\/uploads\/news\/ea080773cefd4a0c625cbe0c7f80c079-yellax-03.jpg","contentUrl":"https:\/\/fhi.nl\/app\/uploads\/news\/ea080773cefd4a0c625cbe0c7f80c079-yellax-03.jpg","width":605,"height":326},{"@type":"BreadcrumbList","@id":"https:\/\/www.yellax.com\/blog\/softwarestandaardisatie-wat-komt-daar-allemaal-bij-kijken\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/fhi.nl\/"},{"@type":"ListItem","position":2,"name":"Nieuws","item":"https:\/\/fhi.nl\/nieuws\/"},{"@type":"ListItem","position":3,"name":"Softwarestandaardisatie, wat komt daar allemaal bij kijken?"}]},{"@type":"WebSite","@id":"https:\/\/fhi.nl\/#website","url":"https:\/\/fhi.nl\/","name":"FHI, federation of technology industries","description":"Dutch trade association for technology industries","publisher":{"@id":"https:\/\/fhi.nl\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/fhi.nl\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Organization","@id":"https:\/\/fhi.nl\/#organization","name":"FHI, federation of technology industries","url":"https:\/\/fhi.nl\/","logo":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/fhi.nl\/#\/schema\/logo\/image\/","url":"https:\/\/fhi.nl\/app\/uploads\/2024\/06\/3-e1722349014385.png","contentUrl":"https:\/\/fhi.nl\/app\/uploads\/2024\/06\/3-e1722349014385.png","width":732,"height":136,"caption":"FHI, federatie van technologiebranches"},"image":{"@id":"https:\/\/fhi.nl\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.linkedin.com\/company\/fhi-federation-of-technology-branches","https:\/\/www.instagram.com\/fhi_nl\/"]}]}},"_links":{"self":[{"href":"https:\/\/fhi.nl\/en\/wp-json\/wp\/v2\/news\/36541","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fhi.nl\/en\/wp-json\/wp\/v2\/news"}],"about":[{"href":"https:\/\/fhi.nl\/en\/wp-json\/wp\/v2\/types\/news"}],"version-history":[{"count":0,"href":"https:\/\/fhi.nl\/en\/wp-json\/wp\/v2\/news\/36541\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/fhi.nl\/en\/wp-json\/wp\/v2\/media\/36542"}],"wp:attachment":[{"href":"https:\/\/fhi.nl\/en\/wp-json\/wp\/v2\/media?parent=36541"}],"wp:term":[{"taxonomy":"branches","embeddable":true,"href":"https:\/\/fhi.nl\/en\/wp-json\/wp\/v2\/branches?post=36541"},{"taxonomy":"events","embeddable":true,"href":"https:\/\/fhi.nl\/en\/wp-json\/wp\/v2\/events?post=36541"},{"taxonomy":"secretariat","embeddable":true,"href":"https:\/\/fhi.nl\/en\/wp-json\/wp\/v2\/secretariat?post=36541"},{"taxonomy":"categories","embeddable":true,"href":"https:\/\/fhi.nl\/en\/wp-json\/wp\/v2\/categories?post=36541"},{"taxonomy":"themes","embeddable":true,"href":"https:\/\/fhi.nl\/en\/wp-json\/wp\/v2\/themes_tax?post=36541"},{"taxonomy":"content_types","embeddable":true,"href":"https:\/\/fhi.nl\/en\/wp-json\/wp\/v2\/content_types?post=36541"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}