-
Content count
8 -
Joined
-
Last visited
Community Reputation
0 NeutralAbout PepperedMussels
-
Rank
Newbie
- Birthday January 27
Profile Information
- Gender Male
- Country Italy
Recent Profile Visitors
-
Export to an older version
PepperedMussels replied to PepperedMussels's topic in NJ Series / Sysmac Studio
Thanks for your reply. It was because the customer had a very bad connection, so we were not able to upgrade Sysmac Studio.. But in the end we did it. Thank you. -
Good morning, I have to export a .smc2 to an older version of Sysmac Studio.. Is it possible or not?
-
Exporting a var based on sub-structures
PepperedMussels replied to PepperedMussels's topic in NJ Series / Sysmac Studio
Sorry for my late reply, I was sick. Thanks to everyone! -
Good morning to everyone. I work for a company that produces machines composed by different "sub-machines". For every complete-system we create a structure of alarms, composed by different structures of alarms that manage every "sub-machine". It's possible to export (maybe in a .xml file) the complete structure? So the software should not update manually the list of alarms but only read the file. Thanks in advance!
-
Matrix on Sysmac Studio
PepperedMussels replied to PepperedMussels's topic in NJ Series / Sysmac Studio
I created a structure, I think that is more "elegant". -
PepperedMussels liked a post in a topic: Matrix on Sysmac Studio
-
PepperedMussels started following IO_Rack
-
Matrix on Sysmac Studio
PepperedMussels replied to PepperedMussels's topic in NJ Series / Sysmac Studio
Yes, I made it! Thank you very much! -
Matrix on Sysmac Studio
PepperedMussels replied to PepperedMussels's topic in NJ Series / Sysmac Studio
Thank you very much. I've already tried to do it in a STRUCT way but it makes more confusion in my head (sorry but I'm new and I'm trying to understand well this thing) Maybe could you help me in this way please? EDIT: I'd like to make something like this: Trolley[Trolley_Number].targetPosition[XXX]; with "Trolley_Number" ARRAY [0,1] and "targetPosition[0..99]; -
Hello, I'd like to make a matrix 2*100 on Sysmac Studio but I really don't know how to do in this software. If a matrix is not possible, also an " ARRAY OF [0,1] OF ARRAY[0..100] OF ^var^ " could be good. Thanks in advance.